Interface ContainerInfo
-
public interface ContainerInfo
Contains information about a container
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ContainerInfo.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.ibm.wsspi.adaptable.module.Container
getContainer()
Returns the container objectjava.lang.String
getName()
Returns the container nameContainerInfo.Type
getType()
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
-
-