com.wily.introscope.client.wssdk.testimpl
Class TestEMLifecycleListener

java.lang.Object
  extended by com.wily.introscope.client.wssdk.testimpl.TestEMLifecycleListener
All Implemented Interfaces:
IIntroscopeLifecycleListener

public class TestEMLifecycleListener
extends java.lang.Object
implements IIntroscopeLifecycleListener

This is a test implementation of the IIntroscopeLifecycleListener interface that receives notifications on EM lifecycle events (start/stop/heartbeat)


Constructor Summary
TestEMLifecycleListener()
          Default Constructor
 
Method Summary
 void introscopeIsAvailable(IIntroscopeClient iscopeClient)
          Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, as being available.
 void introscopeNotPingable(IIntroscopeClient iscopeClient)
          Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, being not pingable
 void introscopeUserShutdown(IIntroscopeClient iscopeClient)
          Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, as having been shutdown by the user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEMLifecycleListener

public TestEMLifecycleListener()
Default Constructor

Method Detail

introscopeIsAvailable

public void introscopeIsAvailable(IIntroscopeClient iscopeClient)
Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, as being available. hearbeat message is expected every minute or so.

Specified by:
introscopeIsAvailable in interface IIntroscopeLifecycleListener
Parameters:
iscopeClient -

introscopeNotPingable

public void introscopeNotPingable(IIntroscopeClient iscopeClient)
Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, being not pingable

Specified by:
introscopeNotPingable in interface IIntroscopeLifecycleListener
Parameters:
iscopeClient -

introscopeUserShutdown

public void introscopeUserShutdown(IIntroscopeClient iscopeClient)
Print message on receiving notification of an Introscope Enterprise Manager, referred to by iscopeClient, as having been shutdown by the user

Specified by:
introscopeUserShutdown in interface IIntroscopeLifecycleListener
Parameters:
iscopeClient -


Copyright © 2007 CA Inc. All Rights Reserved.