|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamingServiceMBean
Naming MBean interface.
Field Summary | |
---|---|
static java.lang.String |
NAME
Component name. |
static java.lang.String |
OBJECT_NAME
Object name. |
static int |
STARTED
|
static int |
STARTING
|
static java.lang.String[] |
states
Status constants. |
static int |
STOPPED
|
static int |
STOPPING
|
Method Summary | |
---|---|
void |
destroy()
Destroy servlet container (if any is running). |
java.lang.String |
getName()
Retruns the JNDI component name. |
int |
getState()
Returns the state. |
java.lang.String |
getStateString()
Returns a String representation of the state. |
void |
start()
Start the servlet container. |
void |
stop()
Stop the servlet container. |
Field Detail |
---|
static final java.lang.String[] states
static final int STOPPED
static final int STOPPING
static final int STARTING
static final int STARTED
static final java.lang.String NAME
static final java.lang.String OBJECT_NAME
Method Detail |
---|
java.lang.String getName()
int getState()
java.lang.String getStateString()
void start() throws java.lang.Exception
java.lang.Exception
void stop()
void destroy()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |