com.bea.wlrt.server.management.mbean
Interface ServerRuntimeMBean


public interface ServerRuntimeMBean

This MBean manages the lifecycle of a Weblogic Event Server. It manages the following

All the operations of this Mbean wrap around {@link com.bea.wlrt.server.management.ServerControl ServerControl)


Method Summary
 String getMSAName()
          This method returns the name of the server
 ServerStates getState()
          This method returns the state of the server
 void shutdown()
          This method shutsdown the server
 

Method Detail

shutdown

public void shutdown()
              throws InstanceNotFoundException,
                     JMException
This method shutsdown the server

Throws:
InstanceNotFoundException -  
JMException -  

getState

public ServerStates getState()
                      throws InstanceNotFoundException,
                             JMException
This method returns the state of the server

Returns:
ServerStates - One of the possible states a server can be in.
Throws:
InstanceNotFoundException -  
JMException -  
See Also:
ServerStates

getMSAName

public String getMSAName()
                  throws InstanceNotFoundException,
                         JMException
This method returns the name of the server

Returns:
String - name of the server
Throws:
InstanceNotFoundException -  
JMException -