|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CatalinaManagerMBean
Catalina MBean interface. To be used, the JAR containing this MBean should contain all the classes which are present in bootstrap.jar. The setPath(String path) method should be used to set the correct path where the Tomcat distribution is.
| 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 Catalina component name. |
java.lang.String |
getPath()
Path accessor. |
int |
getState()
Returns the state. |
java.lang.String |
getStateString()
Returns a String representation of the state. |
void |
setPath(java.lang.String Path)
Path mutator. |
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()
java.lang.String getPath()
void setPath(java.lang.String Path)
void start()
throws java.lang.Exception
java.lang.Exceptionvoid stop()
void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||