Package | Description |
---|---|
COM.TIBCO.hawk.console.hawkeye | |
COM.TIBCO.hawk.talon |
Modifier and Type | Method and Description |
---|---|
Subscription |
AgentManager.subscribe(MicroAgentID id,
MethodSubscription msub,
SubscriptionHandler handler,
java.lang.Object handBack)
Registers a subscription with a microagent.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManager.createSubscriptionDataStore(Subscription sub) |
void |
PersistenceSubscriptionWrapper.onData(Subscription s,
MicroAgentData data) |
void |
PersistenceSubscriptionWrapper.onError(Subscription s,
MicroAgentException e) |
void |
PersistenceSubscriptionWrapper.onErrorCleared(Subscription s) |
void |
PersistenceSubscriptionWrapper.onTermination(Subscription s,
MicroAgentException e) |
void |
PersistenceManager.saveSubscriptionData(Subscription sub,
MicroAgentData agentData) |
Modifier and Type | Method and Description |
---|---|
Subscription |
MicroAgentServer.subscribe(MicroAgentID id,
MethodSubscription msub,
SubscriptionHandler handler,
java.lang.Object handBack)
Registers a subscription with a microagent.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionHandler.onData(Subscription s,
MicroAgentData data)
This method receives the data for a particular
subscription.
|
void |
SubscriptionHandler.onError(Subscription s,
MicroAgentException e)
This method is called when an error causes an interruption in the
servicing of a subscription.
|
void |
SubscriptionHandler.onErrorCleared(Subscription s)
This method is called when there no longer is an error condition
which is interrupting service.
|
void |
SubscriptionHandler.onTermination(Subscription s,
MicroAgentException e)
This method is called when an error condition causes the subscription
to be terminated.
|
Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.