com.wily.introscope.client.alerts.interfaces
Interface IIntroscopeLifecycleListener

All Known Implementing Classes:
TestEMLifecycleListener

public interface IIntroscopeLifecycleListener

This interface provides the ability to listen for lifecycle events for all Introscope Enterprise Managers that are connected to.


Method Summary
 void introscopeIsAvailable(IIntroscopeClient iscopeClient)
          Callback method that is called when the Introscope EM referred to by the iscopeClient object is available.
 void introscopeNotPingable(IIntroscopeClient iscopeClient)
          Callback method that is called when the Introscope EM referred to by the iscopeClient object is not pingable.
 void introscopeUserShutdown(IIntroscopeClient iscopeClient)
          Callback method that is called when the Introscope EM referred to by the iscopeClient object was shutdown by the user.
 

Method Detail

introscopeIsAvailable

void introscopeIsAvailable(IIntroscopeClient iscopeClient)
Callback method that is called when the Introscope EM referred to by the iscopeClient object is available. This is a heartbeat message which should be received approximately every minute

Parameters:
iscopeClient -

introscopeNotPingable

void introscopeNotPingable(IIntroscopeClient iscopeClient)
Callback method that is called when the Introscope EM referred to by the iscopeClient object is not pingable. It is possible that there could be a network problem or Introscope did not shutdown gracefully.

Parameters:
iscopeClient -

introscopeUserShutdown

void introscopeUserShutdown(IIntroscopeClient iscopeClient)
Callback method that is called when the Introscope EM referred to by the iscopeClient object was shutdown by the user.

Parameters:
iscopeClient -


Copyright © 2007 CA Inc. All Rights Reserved.