com.ibm.wsspi.scaling.action.controller

Interface ScalingObject



  • public interface ScalingObject
    This class is used to identify a container object that can be affected by a pending scaling action. The container can be a server, a host, or a cluster.
    • Nested Class Summary

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

      Methods 
      Modifier and Type Method and Description
      java.lang.String getHost()
      Get Host
      java.lang.String getServerId()
      Get Server ID The server ID is an unique id of the server.
      ScalingObject.ObjectType getType()
      Get type of the candidate
    • Method Detail

      • getHost

        java.lang.String getHost()
        Get Host
        Returns:
        host
      • getServerId

        java.lang.String getServerId()
        Get Server ID The server ID is an unique id of the server. The value format is host/userdir/servername triplet. If the ScalingObject has an ObjectType=HOST, the id will only return the 'host' value from the triplet.
        Returns:
        id