Interface | Description |
---|---|
Fact |
A
Fact is an instance of the schema attributes. |
Key |
A unique identity of a node.
|
Metric<N> |
This represents the computed metric.
|
MetricKey |
Each computed metric has a unique key identified by its dimension values.
|
MetricValueDescriptor |
This holds the context information of a
MetricNode |
MultiValueMetric<N> |
A metric computation with multiple values.
|
RtaAsyncMessage |
An asynchronous notification object that sends server notifications like exceptions and certain life cycle events
|
RtaCommand |
An asynchronous notification object that sends server notifications like exceptions and certain life cycle events
|
RtaCommandListener |
A client application can implement this listener and get asynchronous notifications from the server
|
RtaConnection |
A connection to the metrics engine.
|
RtaNotification |
An asynchronous notification object that sends server notifications like exceptions and certain life cycle events
|
RtaNotificationListener |
A client application can implement this listener and get asynchronous notfications from the server
|
RtaSession |
A user session to communicate with the metric engine.
|
SingleValueMetric<N> |
A metric computation is single valued.
|
Class | Description |
---|---|
KeyFactory |
A factory class for generating a Metric's MetricKey
|
NotificationListenerKey |
A key to indicate which events clients would be interested in
for receiving asynchronous notifications from metric engine.
|
RtaConnectionFactory |
A factory for creating
RtaConnection objects. |
Enum | Description |
---|---|
ConfigProperty |
An enumeration of the client API configuration properties.
|
RtaCommand.Command |
An enumeration of various commands sent by the server.
|
RtaNotification.Status |
An enumeration of status messages.
|
RtaNotifications |
Well known enums for notification.
|
Exception | Description |
---|---|
ConnectionRefusedException |
An exception to indicate that a connection is refused.
|
RtaException |
This exception is used to indicate exception conditions while performing operations
on the
RtaSession and RtaConnection |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.