org.apache.geronimo.system.main
Class ServerStatusGBean

java.lang.Object
  extended by org.apache.geronimo.system.main.ServerStatusGBean
All Implemented Interfaces:
ServerStatus

public class ServerStatusGBean
extends Object
implements ServerStatus


Field Summary
static GBeanInfo GBEAN_INFO
           
static String SERVER_STATUS
           
 
Constructor Summary
ServerStatusGBean()
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 boolean isServerStarted()
           
 void setServerStarted(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_STATUS

public static final String SERVER_STATUS
See Also:
Constant Field Values

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

ServerStatusGBean

public ServerStatusGBean()
Method Detail

isServerStarted

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

setServerStarted

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

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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