Interface Container

    • Method Detail

      • getId

        String getId()
        Returns:
        the short name of the container. Note: this is not a unique id. It is simply the name in a computer-usable format.
      • getName

        String getName()
        Returns:
        the human readable name of the Container (ex: "Resin 3.x", "JBoss 3.0.8", etc).
      • getState

        State getState()
        Returns:
        the container state (Valid states are Container.STOPPED, Container.STARTED, Container.STARTING and Container.STOPPING)
      • getType

        ContainerType getType()
        Returns:
        the container's type (local , remote, etc)