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:
- public class AbstractAdminCommand.CmdNotificationListener
- extends java.lang.Object
- implements javax.management.NotificationListener
Field Summary
Modifier and Type | Field and Description |
---|---|
|
complete
|
|
session
|
|
success
|
Constructor Summary
Constructor and Description |
---|
AbstractAdminCommand.CmdNotificationListener()
|
AbstractAdminCommand.CmdNotificationListener(long cmdSession)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
handleNotification(javax.management.Notification notf,java.lang.Object handback)
|
|
isComplete()
|
|
isSuccess()
|
|
removeListener()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
success
- protected boolean success
complete
- protected boolean complete
session
- protected long session
Constructor Detail
AbstractAdminCommand.CmdNotificationListener
- public AbstractAdminCommand.CmdNotificationListener( )
AbstractAdminCommand.CmdNotificationListener
- public AbstractAdminCommand.CmdNotificationListener( long cmdSession)
Method Detail
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()