|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IIntroscopeClient | |
---|---|
com.wily.introscope.client.alerts.interfaces | |
com.wily.introscope.client.alerts.manager | |
com.wily.introscope.client.wssdk.testimpl |
Uses of IIntroscopeClient in com.wily.introscope.client.alerts.interfaces |
---|
Methods in com.wily.introscope.client.alerts.interfaces with parameters of type IIntroscopeClient | |
---|---|
void |
IIntroscopeClientRegisterer.addIntroscopeClient(IIntroscopeClient iscopeClient)
This method needs to be called by the SDK user after creating an instance of IIntroscopeClient. |
void |
IIntroscopeLifecycleListener.introscopeIsAvailable(IIntroscopeClient iscopeClient)
Callback method that is called when the Introscope EM referred to by the iscopeClient object is available. |
void |
IIntroscopeLifecycleListener.introscopeNotPingable(IIntroscopeClient iscopeClient)
Callback method that is called when the Introscope EM referred to by the iscopeClient object is not pingable. |
void |
IIntroscopeLifecycleListener.introscopeUserShutdown(IIntroscopeClient iscopeClient)
Callback method that is called when the Introscope EM referred to by the iscopeClient object was shutdown by the user. |
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.removeIntroscopeClient(IIntroscopeClient iscopeClient)
This method needs to be called by the SDK user after a particular IIntroscopeClient is destroyed or no longer needed. |
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 IIntroscopeClient in com.wily.introscope.client.alerts.manager |
---|
Classes in com.wily.introscope.client.alerts.manager that implement IIntroscopeClient | |
---|---|
class |
IntroscopeClient
This is an implementation of the IIntroscopeClient interface. |
Uses of IIntroscopeClient in com.wily.introscope.client.wssdk.testimpl |
---|
Methods in com.wily.introscope.client.wssdk.testimpl that return IIntroscopeClient | |
---|---|
IIntroscopeClient[] |
TestIntroscopeClientsProvider.getIntroscopeClients()
Obtains all the IIntroscopeClient objects that have been created |
Methods in com.wily.introscope.client.wssdk.testimpl with parameters of type IIntroscopeClient | |
---|---|
void |
TestEMLifecycleListener.introscopeIsAvailable(IIntroscopeClient iscopeClient)
Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, as being available. |
void |
TestEMLifecycleListener.introscopeNotPingable(IIntroscopeClient iscopeClient)
Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, being not pingable |
void |
TestEMLifecycleListener.introscopeUserShutdown(IIntroscopeClient iscopeClient)
Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, as having been shutdown by the user |
void |
TestMetricListImplementation.setupForClient(IIntroscopeClient iscopeClient)
Fetch metrics from Introscope Enterprise Manager using the Metrics List Polling Web Service for a given Introscope Client |
void |
TestMetricDataImplementation.setupForClient(IIntroscopeClient iscopeClient)
Fetch metrics data from Introscope Enterprise Manager using the Metrics Data Polling Web Service for a given Introscope Client |
void |
TestAlertInventorySyncer.syncup(IIntroscopeClient iscopeClient)
Fetch the inventory of all elements in the Introscope Enterprise Manager using the Alerts Polling Web Service for a given Introscope Client |
void |
TestAlertInventorySyncer.syncupInventories(IIntroscopeClient[] introscopeClients)
This method syncs up the inventories for all the Introscope Clients specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |