Interface ContainerInfo
- 
 public interface ContainerInfoContains information about a container
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classContainerInfo.Type
 - 
Method SummaryAll 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- 
getTypeContainerInfo.Type getType() Returns the container type
 - 
getNamejava.lang.String getName() Returns the container name
 - 
getContainercom.ibm.wsspi.adaptable.module.Container getContainer() Returns the container object
 
- 
 
-