|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
INITIALIZED
Value returned by getCurrentState() for a component in an initialised
state. |
static String |
RUNNING
Value returned by getCurrentState() for a running component. |
static String |
SHUTDOWN
Value returned by getCurrentState() for a shutdown component. |
static String |
STOPPED
Value returned by getCurrentState() for a stopped component. |
static String |
UNKNOWN
Value returned by getCurrentState() for a component in an unknown
state. |
Method Summary | |
String |
getCurrentState()
Get the current state of this managed compononent. |
String |
getInstallRoot()
Retrieves the installation directory. |
String |
getName()
Name of this entry |
String |
getStateAtShutdown()
Status before JBI was shutdown. |
void |
setCurrentState(String state)
|
void |
setInstallRoot(String installRoot)
Sets the installation directory. |
void |
setName(String name)
|
void |
setStateAtShutdown(String state)
Set the state before the server was shutdown. |
Field Detail |
public static final String SHUTDOWN
getCurrentState()
for a shutdown component.
public static final String STOPPED
getCurrentState()
for a stopped component.
public static final String RUNNING
getCurrentState()
for a running component.
public static final String UNKNOWN
getCurrentState()
for a component in an unknown
state.
public static final String INITIALIZED
getCurrentState()
for a component in an initialised
state.
Method Detail |
public String getName()
public void setName(String name)
public String getInstallRoot()
public void setInstallRoot(String installRoot)
installRoot
- the installation directorypublic String getCurrentState()
public String getStateAtShutdown()
public void setStateAtShutdown(String state) throws RegistryException
state
-
RegistryException
public void setCurrentState(String state) throws RegistryException
RegistryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |