org.ourgrid.webstatus
Class WebStatusInitCommunicator

java.lang.Object
  extended by org.ourgrid.webstatus.WebStatusInitCommunicator
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class WebStatusInitCommunicator
extends java.lang.Object
implements javax.servlet.ServletContextListener

Description: A class that will start the Thread that communicate with Core Peer.


Field Summary
static int DEFAULT_WEBSTATUS_PORT
          Default port.
 
Constructor Summary
WebStatusInitCommunicator()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent evento)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WEBSTATUS_PORT

public static final int DEFAULT_WEBSTATUS_PORT
Default port.

See Also:
Constant Field Values
Constructor Detail

WebStatusInitCommunicator

public WebStatusInitCommunicator()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent evento)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener