|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IIntroscopeTopic | |
---|---|
com.wily.introscope.client.alerts.interfaces | |
com.wily.introscope.client.alerts.manager |
Uses of IIntroscopeTopic in com.wily.introscope.client.alerts.interfaces |
---|
Classes in com.wily.introscope.client.alerts.interfaces that implement IIntroscopeTopic | |
---|---|
static class |
WSClientConstants.IntroscopeTopic
|
Fields in com.wily.introscope.client.alerts.interfaces declared as IIntroscopeTopic | |
---|---|
static IIntroscopeTopic[] |
WSClientConstants.AVAILABLE_TOPICS
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__AGENT_STATUS_UPDATE
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__AGENT_UPDATE
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__ALERT_MESSAGES_TRIGGERED
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__ALERT_UPDATE
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__ALERTDEFN_STATUS_UPDATE
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__EM_LIFECYCLE
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__MODULE_STATUS_UPDATE
|
static IIntroscopeTopic |
WSClientConstants.TOPIC__MODULE_UPDATE
|
Methods in com.wily.introscope.client.alerts.interfaces that return IIntroscopeTopic | |
---|---|
IIntroscopeTopic[] |
IIntroscopeClient.getTopicsToSubscribeTo()
Obtains the list of topics that the client needs to subscribe to |
Methods in com.wily.introscope.client.alerts.interfaces with parameters of type IIntroscopeTopic | |
---|---|
void |
IIntroscopeClientRegisterer.pauseSubscription(IIntroscopeClient iscopeClient,
IIntroscopeTopic[] topics)
SDK user can call this method to pause subscription for specified topics on the Introscope EM referred to by the iscopeClient object. |
void |
IIntroscopeClientRegisterer.resumeSubscription(IIntroscopeClient iscopeClient,
IIntroscopeTopic[] topics)
SDK user can call this method to resume subscription for specified topics on the Introscope EM referred to by the iscopeClient object. |
Uses of IIntroscopeTopic in com.wily.introscope.client.alerts.manager |
---|
Methods in com.wily.introscope.client.alerts.manager that return IIntroscopeTopic | |
---|---|
IIntroscopeTopic[] |
IntroscopeClient.getTopicsToSubscribeTo()
Obtains the list of topics that the client needs to subscribe to |
Constructors in com.wily.introscope.client.alerts.manager with parameters of type IIntroscopeTopic | |
---|---|
IntroscopeClient(java.lang.String iscopeWebServiceHost,
int iscopeWebServicePort,
java.lang.String iscopeUser,
java.lang.String iscopePassword,
IIntroscopeTopic[] topicsToSubscribeTo)
Constructor for constructing a connection to the Introscope Enterprise Manager providing the input parameters below. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |