Class TotalPhysicalMemoryNotificationInfo

    • Constructor Detail

      • TotalPhysicalMemoryNotificationInfo

        public TotalPhysicalMemoryNotificationInfo​(long newTotalPhysicalMemory)
        Constructs a new instance of this object.
        Parameters:
        newTotalPhysicalMemory - the new total bytes of physical memory
    • Method Detail

      • getNewTotalPhysicalMemory

        public long getNewTotalPhysicalMemory()
        Returns the new value of bytes for the total physical memory after the change that this notification corresponds to.
        Returns:
        the new physical memory total in bytes
      • from

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