com.ibm.wsspi.scaling.action.controller

Interface ScalingActionContext



  • public interface ScalingActionContext
    This interface is used as an interchange object between a scaling controller and a scaling listener. An instance of this interface is passed as the sole argument for the ScalingActionListener actionRequred method. From that method call, the scaling listener must return one of the ScalingActionContext.ActionDecision values. Scaling controller uses the instance of this interface to pass all relevant information about the cause of the triggered action. The scaling listener should use the same instance of the ScalingActionConext object in response, indicating the listener's intent for the action.