public interface Container extends Loggable
LocalContainer or
RemoteContainer.| Modifier and Type | Method and Description |
|---|---|
ContainerCapability |
getCapability() |
String |
getId() |
String |
getName() |
State |
getState() |
ContainerType |
getType() |
String getId()
String getName()
ContainerCapability getCapability()
ContainerCapability of the container in term of ability to deploy such
and such type of Deployables (eg WAR, EAR,
etc).State getState()
ContainerType getType()
Copyright © 2004-2013 Codehaus. All Rights Reserved.