com.ibm.ws.container.service.app.deploy

Interface ContainerInfo



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

      Nested Classes 
      Modifier and Type Interface and Description
      static class  ContainerInfo.Type 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.ibm.wsspi.adaptable.module.Container getContainer()
      Returns the container object
      java.lang.String getName()
      Returns the container name
      ContainerInfo.Type getType()
      Returns the container type
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the container name
      • getContainer

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