Interface ContainerInfo


public interface ContainerInfo
Contains information about a container
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.ibm.wsspi.adaptable.module.Container
    Returns the container object
    Returns the container name
    Returns the container type
  • Method Details

    • getType

      Returns the container type
    • getName

      String getName()
      Returns the container name
    • getContainer

      com.ibm.wsspi.adaptable.module.Container getContainer()
      Returns the container object