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

java.lang.Object
  extended by com.wily.introscope.client.wssdk.testimpl.TestPostStartupHandler
      extended by com.wily.introscope.client.wssdk.testimpl.TestPostStartupHandler_PauseResume
All Implemented Interfaces:
IPostStartupHandler, java.lang.Runnable

public class TestPostStartupHandler_PauseResume
extends TestPostStartupHandler
implements java.lang.Runnable

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. In addition it implements the calls to the pause and resume of subscriptions.


Field Summary
 
Fields inherited from class com.wily.introscope.client.wssdk.testimpl.TestPostStartupHandler
iscopeClientsProvider
 
Constructor Summary
TestPostStartupHandler_PauseResume()
          Default Constructor
 
Method Summary
 void postStartup()
          Calls TestPostStartupHandler to do regular initialization.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPostStartupHandler_PauseResume

public TestPostStartupHandler_PauseResume()
Default Constructor

Method Detail

postStartup

public void postStartup()
Calls TestPostStartupHandler to do regular initialization. After that launches a thread to pause and resume subscriptions periodically.

Specified by:
postStartup in interface IPostStartupHandler
Overrides:
postStartup in class TestPostStartupHandler

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2007 CA Inc. All Rights Reserved.