Interface ContainerInfo
public interface ContainerInfo
Contains information about a container
-
Method Details
-
getType
ContainerInfo.Type getType()Returns the container type -
getName
String getName()Returns the container name -
getContainer
com.ibm.wsspi.adaptable.module.Container getContainer()Returns the container object
-