Class ProcessingCapacityNotificationInfo

    • Constructor Detail

      • ProcessingCapacityNotificationInfo

        public ProcessingCapacityNotificationInfo​(int newProcessingCapacity)
        Constructs a new instance of this object.
        Parameters:
        newProcessingCapacity - the new processing capacity in units of 1% of a physical processor's capacity
    • Method Detail

      • getNewProcessingCapacity

        public int getNewProcessingCapacity()
        Returns the new processing capacity after the change that this notification corresponds to.
        Returns:
        the new processing capacity in units of 1% of a physical processor's capacity.
      • from

        public static ProcessingCapacityNotificationInfo from​(CompositeData cd)
        Receives a CompositeData representing a ProcessingCapacityNotificationInfo object and attempts to return the root ProcessingCapacityNotificationInfo instance.
        Parameters:
        cd - a CompositeDate that represents a ProcessingCapacityNotificationInfo.
        Returns:
        if cd is non- null, returns a new instance of ProcessingCapacityNotificationInfo. If cd is null, returns null.
        Throws:
        IllegalArgumentException - if argument cd does not correspond to a ProcessingCapacityNotificationInfo with the following attribute:
        • newProcessingCapacity( java.lang.Integer)