|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface Container
Contract identifying a container implementation. Usually the names of the container should be specific enough to ensure uniqueness. In most cases, it is recommended to use the full class name as the @Service name attribute to ensure that two containers do no collide.
| Method Summary | |
|---|---|
java.lang.Class<? extends Deployer> |
getDeployer()
Returns the Deployer implementation capable of deploying applications to this container. |
java.lang.String |
getName()
Returns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container. |
| Method Detail |
|---|
java.lang.Class<? extends Deployer> getDeployer()
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||