com.ibm.websphere.management.cmdframework.provider
Class AbstractAdminCommand.CmdNotificationListener
java.lang.Object
com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand.CmdNotificationListener
- All Implemented Interfaces:
- java.util.EventListener, javax.management.NotificationListener
- Enclosing class:
- AbstractAdminCommand
public class AbstractAdminCommand.CmdNotificationListener
- extends java.lang.Object
- implements javax.management.NotificationListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
success
protected boolean success
complete
protected boolean complete
session
protected long session
AbstractAdminCommand.CmdNotificationListener
public AbstractAdminCommand.CmdNotificationListener()
AbstractAdminCommand.CmdNotificationListener
public AbstractAdminCommand.CmdNotificationListener(long cmdSession)
handleNotification
public void handleNotification(javax.management.Notification notf,
java.lang.Object handback)
- Specified by:
handleNotification
in interface javax.management.NotificationListener
removeListener
public void removeListener()
throws java.lang.Exception
- Throws:
java.lang.Exception
isSuccess
public boolean isSuccess()
isComplete
public boolean isComplete()