|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary |
| Fields inherited from interface org.mule.registry.Entry |
INITIALIZED, RUNNING, SHUTDOWN, STOPPED, UNKNOWN |
| Method Summary | |
String |
deploy()
|
RegistryDescriptor |
getDescriptor()
Return the descriptor for this component. |
Unit |
getUnit(String name)
Return the Unit of the given name. |
Unit[] |
getUnits()
Get all units of this Assembly |
boolean |
isTransient()
|
void |
restoreState()
|
void |
saveAndShutdown()
|
void |
setDescriptor(RegistryDescriptor descriptor)
|
void |
setTransient(boolean isTransient)
|
String |
shutDown()
Shut down the item. |
String |
start()
Start the item. |
String |
stop()
Stop the item. |
String |
undeploy()
|
| Methods inherited from interface org.mule.registry.Entry |
getCurrentState, getInstallRoot, getName, getStateAtShutdown, setCurrentState, setInstallRoot, setName, setStateAtShutdown |
| Method Detail |
public void restoreState()
throws RegistryException
RegistryException
public void saveAndShutdown()
throws RegistryException
RegistryExceptionpublic boolean isTransient()
public void setTransient(boolean isTransient)
public String start()
throws RegistryException
RegistryException - if the item fails to start.
public String stop()
throws RegistryException
RegistryException - if the item fails to stop.
public String shutDown()
throws RegistryException
RegistryException - if the item fails to shut down.public Unit getUnit(String name)
name - the name of the unit
null if not foundpublic Unit[] getUnits()
public RegistryDescriptor getDescriptor()
throws RegistryException
RegistryException
public void setDescriptor(RegistryDescriptor descriptor)
throws RegistryException
RegistryException
public String deploy()
throws RegistryException
RegistryException
public String undeploy()
throws RegistryException
RegistryException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||