public interface ServerStatus
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.Exception | getServerException() | Returns the exception that describes why the activation has failed on
 this server. | 
| java.lang.String | getServerName() | Returns the name of the server. | 
| int | getServerState() | 
java.lang.String getServerName()
Returns the name of the server.
int getServerState()
ActivationTaskMBeanjava.lang.Exception getServerException()
Returns the exception that describes why the activation has failed on this server.