|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RtaException | |
---|---|
com.tibco.rta | Connection, session, configuration classes and interfaces. |
com.tibco.rta.query | Query service related interfaces and classes. |
Uses of RtaException in com.tibco.rta |
---|
Methods in com.tibco.rta that return RtaException | |
---|---|
RtaException |
RtaNotification.getException()
Get the associated exception if any. |
Methods in com.tibco.rta that throw RtaException | ||
---|---|---|
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()
|
|
|
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. |
|
|
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. |
|
|
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. |
Uses of RtaException in com.tibco.rta.query |
---|
Methods in com.tibco.rta.query that throw RtaException | ||
---|---|---|
void |
Query.close()
Closes the query thus stopping any updates from server. |
|
|
Query.execute()
Return a browser over result set of a query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |