public class AbstractAdminCommand.CmdNotificationListener
extends java.lang.Object
implements javax.management.NotificationListener
Modifier and Type | Field and Description |
---|---|
protected boolean |
complete |
protected long |
session |
protected boolean |
success |
Constructor and Description |
---|
AbstractAdminCommand.CmdNotificationListener() |
AbstractAdminCommand.CmdNotificationListener(long cmdSession) |
Modifier and Type | Method and Description |
---|---|
void |
handleNotification(javax.management.Notification notf,
java.lang.Object handback) |
boolean |
isComplete() |
boolean |
isSuccess() |
void |
removeListener() |
protected boolean success
protected boolean complete
protected long session
public AbstractAdminCommand.CmdNotificationListener()
public AbstractAdminCommand.CmdNotificationListener(long cmdSession)
public void handleNotification(javax.management.Notification notf, java.lang.Object handback)
handleNotification
in interface javax.management.NotificationListener
public void removeListener() throws java.lang.Exception
java.lang.Exception
public boolean isSuccess()
public boolean isComplete()