|
|||||||||||
| 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
ClassNotFoundExceptionpublic String getName()
Entry
getName in interface Entrypublic String getInstallRoot()
Entry
getInstallRoot in interface Entrypublic String getCurrentState()
Entry
getCurrentState in interface Entrypublic String getStateAtShutdown()
Entry
getStateAtShutdown in interface Entry
public void setCurrentState(String currentState)
throws RegistryException
setCurrentState in interface EntryRegistryExceptionpublic void setInstallRoot(String installRoot)
Entry
setInstallRoot in interface EntryinstallRoot - the installation directorypublic void setName(String name)
setName in interface Entrypublic void setStateAtShutdown(String statusAtShutdown)
Entry
setStateAtShutdown in interface EntrystatusAtShutdown - 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 | ||||||||||