com.bea.wlevs.management.runtime
Interface ServerRuntimeMBean


public interface ServerRuntimeMBean
extends WebLogicMBean


Field Summary
static java.lang.String MBEAN_TYPE
          This MBean is registered using the following MBEAN_TYPE.
static java.lang.String RUNNING
           
static java.lang.String SHUTTING_DOWN
           
static java.lang.String STARTING
           
 
Method Summary
 java.lang.String getState()
          This method returns the state of the server
 void shutdown()
          This method shutsdown the server
 
Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType
 

Field Detail

STARTING

public static final java.lang.String STARTING

RUNNING

public static final java.lang.String RUNNING

SHUTTING_DOWN

public static final java.lang.String SHUTTING_DOWN

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE
This MBean is registered using the following MBEAN_TYPE.
Method Detail

shutdown

public void shutdown()
              throws javax.management.JMException
This method shutsdown the server

Throws:
javax.management.JMException -  

getState

public java.lang.String getState()
                          throws javax.management.JMException
This method returns the state of the server

Throws:
javax.management.JMException -  
See Also:
ServerStates


Copyright © 2007 BEA Systems All Rights Reserved.