|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.
フィールドの概要 | |
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
|
メソッドの概要 | |
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. |
フィールドの詳細 |
public static final java.lang.String[] states
public static final int STOPPED
public static final int STOPPING
public static final int STARTING
public static final int STARTED
public static final java.lang.String NAME
public static final java.lang.String OBJECT_NAME
メソッドの詳細 |
public java.lang.String getName()
public int getState()
public java.lang.String getStateString()
public java.lang.String getPath()
public void setPath(java.lang.String Path)
public void start() throws java.lang.Exception
public void stop()
public void destroy()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |