| |
|
| java.lang.Object java.lang.Thread org.apache.harmony.lang.management.MemoryNotificationThread
MemoryNotificationThread | class MemoryNotificationThread extends Thread (Code) | | A thread that monitors and dispatches memory usage notifications from an
internal queue.
since: 1.5 |
Method Summary | |
public void | run() Register a shutdown handler that will signal this thread to terminate,
then enter the native that services an internal notification queue. |
internalID | int internalID(Code) | | |
MemoryNotificationThread | MemoryNotificationThread(MemoryMXBeanImpl mem, MemoryPoolMXBeanImpl myPool, int id)(Code) | | Basic constructor
Parameters: mem - The memory bean to send notifications through Parameters: myPool - The memory pool bean we are sending notifications on behalf of Parameters: id - The internal ID of the notification queue being monitored |
run | public void run()(Code) | | Register a shutdown handler that will signal this thread to terminate,
then enter the native that services an internal notification queue.
|
|
|
|