public final class UnregistrationListener extends Object implements NotificationListener
| Constructor and Description |
|---|
UnregistrationListener(MBeanServerConnection conn,
ObjectName objectName) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleNotification(Notification notifIn,
Object handback) |
boolean |
waitForUnregister(long timeoutMillis)
Wait (block) until the MBean is unregistered.
|
public UnregistrationListener(MBeanServerConnection conn, ObjectName objectName)
public void handleNotification(Notification notifIn, Object handback)
handleNotification in interface NotificationListenerpublic boolean waitForUnregister(long timeoutMillis)
Copyright © 2017. All rights reserved.