Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.query |
Query service related interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
RtaException |
RtaNotification.getException()
Get the associated exception if any.
|
Modifier and Type | Method and Description |
---|---|
void |
RtaSession.clearAlerts(java.util.Collection<java.lang.String> alert_ids)
Clear All alerts specified by ids
|
void |
RtaConnection.close()
Close the connection and release any resources used.
|
void |
RtaSession.close()
Close the session and cleanup any underlying resources.
|
Query |
RtaSession.createQuery()
Register a transient query on the server.
|
void |
RtaSession.createRule(RuleDef rule)
Create a new rule with the specified descriptor.
|
RtaSession |
RtaConnection.createSession(java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> sessionProps)
Creates the session.
|
RtaSession |
RtaConnection.createSession(java.lang.String name,
java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> sessionProps)
Creates the session with name
|
void |
RtaSession.deleteRule(java.lang.String name)
Delete the rule with the given name.
|
java.util.List<ActionFunctionDescriptor> |
RtaSession.getAllActionFunctionDescriptors()
Get all action function descriptor
|
java.util.List<MetricFunctionDescriptor> |
RtaSession.getAllFunctionDescriptors() |
<S,T> Browser<T> |
RtaSession.getChildMetrics(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics child metrics (for drilldown)
|
RtaConnection |
RtaConnectionFactory.getConnection(java.lang.String connectionUrl,
java.lang.String username,
char[] password,
java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> configuration)
Creates a new RtaConnection object.
|
RtaConnection |
RtaConnectionFactory.getConnection(java.lang.String connectionUrl,
java.lang.String username,
java.lang.String password,
java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> configuration)
Creates a new RtaConnection object.
|
<S,T> Browser<T> |
RtaSession.getConstituentFacts(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics constituent facts (for drilldown and analysis)
|
RuleDef |
RtaSession.getRule(java.lang.String name)
Get the rule with the specified name.
|
<T extends RtaSchema> |
RtaSession.getSchema(java.lang.String name)
Gets a schema with this name available with the metric engine.
|
com.tibco.rta.model.runtime.ServerConfigurationCollection |
RtaSession.getServerConfiguration()
Gets the server side runtime configuration.
|
java.util.concurrent.Future<java.lang.Object> |
RtaSession.publishFact(Fact fact)
Publish a fact to the metric/aggregation engine.
|
RtaSchema |
RtaSession.registerSchema(RtaSchema schema)
Register schema with this session locally.
|
void |
RtaSession.updateRule(RuleDef rule)
Update an existing rule with the specified descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.close()
Closes the query thus stopping any updates from server.
|
<T extends MetricResultTuple> |
Query.execute()
Return a browser over result set of a query.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.