org.apache.naming
public interface NamingServiceMBean
Version: $Revision: 467222 $
Field Summary | |
---|---|
static String | NAME
Component name. |
static String | OBJECT_NAME
Object name. |
static String[] | states
Status constants. |
static int | STARTED |
static int | STARTING |
static int | STOPPED |
static int | STOPPING |
Method Summary | |
---|---|
void | destroy()
Destroy servlet container (if any is running). |
String | getName()
Retruns the JNDI component name. |
int | getState()
Returns the state. |
String | getStateString()
Returns a String representation of the state. |
void | start()
Start the servlet container. |
void | stop()
Stop the servlet container. |