org.apache.geronimo.osgi.web.extender
Class ServerStatusTracker
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerStatusTracker
public ServerStatusTracker(@ParamReference(name="extender")
WebContainerExtender extender)
isServerStarted
public boolean isServerStarted()
- Specified by:
isServerStarted in interface ServerStatus
setServerStarted
public void setServerStarted(boolean started)
- Specified by:
setServerStarted in interface ServerStatus
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.