Interface ContainerInfo
-
public interface ContainerInfoContains information about a container
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerInfo.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.ibm.wsspi.adaptable.module.ContainergetContainer()Returns the container objectjava.lang.StringgetName()Returns the container nameContainerInfo.TypegetType()Returns the container type
-
-
-
Method Detail
-
getType
ContainerInfo.Type getType()
Returns the container type
-
getName
java.lang.String getName()
Returns the container name
-
getContainer
com.ibm.wsspi.adaptable.module.Container getContainer()
Returns the container object
-
-