Java java.lang.management MemoryNotificationInfo fields, constructors, methods, implement or subclass

Example usage for Java java.lang.management MemoryNotificationInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.management MemoryNotificationInfo.

The text is from its open source code.

Field

StringMEMORY_THRESHOLD_EXCEEDED
Notification type denoting that the memory usage of a memory pool has reached or exceeded its usage threshold value.

Method

MemoryNotificationInfofrom(CompositeData cd)
Returns a MemoryNotificationInfo object represented by the given CompositeData .
MemoryUsagegetUsage()
Returns the memory usage of the memory pool when this notification was constructed.