org.apache.geronimo.osgi.web.extender
Class ServerStatusTracker

java.lang.Object
  extended by org.apache.geronimo.osgi.web.extender.ServerStatusTracker
All Implemented Interfaces:
ServerStatus

@GBean
public class ServerStatusTracker
extends Object
implements ServerStatus

A GBean that tracks server status and starts rfc66 extender after all plugins have been started.


Constructor Summary
ServerStatusTracker(WebContainerExtender extender)
           
 
Method Summary
 boolean isServerStarted()
           
 void setServerStarted(boolean started)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerStatusTracker

public ServerStatusTracker(@ParamReference(name="extender")
                           WebContainerExtender extender)
Method Detail

isServerStarted

public boolean isServerStarted()
Specified by:
isServerStarted in interface ServerStatus

setServerStarted

public void setServerStarted(boolean started)
Specified by:
setServerStarted in interface ServerStatus


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.