|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBManageableContainer
Manageable interface for EZBContainer.
| Method Summary | |
|---|---|
org.ow2.util.archive.api.IArchive |
getArchive()
Gets the archive used by this container. |
org.ow2.util.ee.deploy.api.deployable.IDeployable |
getDeployable()
Gets the deployable used by this container. |
String |
getId()
Gets the id of this container. |
String |
getName()
Gets the name of this container. |
boolean |
isAvailable()
Check if the container is available or not. |
void |
resolve()
Resolve the metadata and analyze deployment descriptors. |
void |
start()
Start this container. |
void |
stop()
Stop this container. |
| Method Detail |
|---|
String getId()
String getName()
void resolve()
throws EZBContainerException
EZBContainerException - if resolve step has failed
void start()
throws EZBContainerException
EZBContainerException - if the start fails.void stop()
org.ow2.util.ee.deploy.api.deployable.IDeployable getDeployable()
org.ow2.util.archive.api.IArchive getArchive()
boolean isAvailable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||