|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.registry.impl.AbstractEntry
Field Summary | |
protected String |
currentState
|
protected String |
installRoot
|
protected String |
name
|
protected Registry |
registry
|
protected String |
stateAtShutdown
|
Fields inherited from interface org.mule.registry.Entry |
INITIALIZED, RUNNING, SHUTDOWN, STOPPED, UNKNOWN |
Constructor Summary | |
protected |
AbstractEntry(Registry registry)
|
Method Summary | |
protected void |
checkDescriptor()
|
String |
getCurrentState()
Get the current state of this managed compononent. |
String |
getInstallRoot()
Retrieves the installation directory. |
String |
getName()
Name of this entry |
Registry |
getRegistry()
|
String |
getStateAtShutdown()
Status before JBI was shutdown. |
protected void |
readObject(ObjectInputStream in)
|
void |
setCurrentState(String currentState)
|
void |
setInstallRoot(String installRoot)
Sets the installation directory. |
void |
setName(String name)
|
void |
setRegistry(Registry registry)
|
void |
setStateAtShutdown(String statusAtShutdown)
Set the state before the server was shutdown. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected transient String currentState
protected String name
protected String installRoot
protected String stateAtShutdown
protected transient Registry registry
Constructor Detail |
protected AbstractEntry(Registry registry)
Method Detail |
protected void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public String getName()
Entry
getName
in interface Entry
public String getInstallRoot()
Entry
getInstallRoot
in interface Entry
public String getCurrentState()
Entry
getCurrentState
in interface Entry
public String getStateAtShutdown()
Entry
getStateAtShutdown
in interface Entry
public void setCurrentState(String currentState) throws RegistryException
setCurrentState
in interface Entry
RegistryException
public void setInstallRoot(String installRoot)
Entry
setInstallRoot
in interface Entry
installRoot
- the installation directorypublic void setName(String name)
setName
in interface Entry
public void setStateAtShutdown(String statusAtShutdown)
Entry
setStateAtShutdown
in interface Entry
statusAtShutdown
- public Registry getRegistry()
public void setRegistry(Registry registry)
protected void checkDescriptor() throws RegistryException
RegistryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |