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

java.lang.Object
  extended by com.wily.introscope.client.wssdk.testimpl.TestPostStartupHandler
All Implemented Interfaces:
IPostStartupHandler
Direct Known Subclasses:
TestPostStartupHandler_PauseResume

public class TestPostStartupHandler
extends java.lang.Object
implements IPostStartupHandler

This is a test implementation of the IPostStartupHandler interface that shows an implementation of an entry point into your code on the web container startup.


Field Summary
protected  TestIntroscopeClientsProvider iscopeClientsProvider
           
 
Constructor Summary
TestPostStartupHandler()
          Default Constructor
 
Method Summary
 void postStartup()
          Loads IIntroscopeClient from the TestIntroscopeClientsProvider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iscopeClientsProvider

protected TestIntroscopeClientsProvider iscopeClientsProvider
Constructor Detail

TestPostStartupHandler

public TestPostStartupHandler()
Default Constructor

Method Detail

postStartup

public void postStartup()
Loads IIntroscopeClient from the TestIntroscopeClientsProvider. Registers all loaded IIntroscopeClients with the IIntroscopeClientRegisterer. Creates various consumers to receive the different updates and the listener to receive lifecycle events for all registered EMs

Specified by:
postStartup in interface IPostStartupHandler


Copyright © 2007 CA Inc. All Rights Reserved.