IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.cmdframework.provider
Class AbstractAdminCommand.CmdNotificationListener

java.lang.Object
  extended by 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


Field Summary
protected  boolean complete
           
protected  long session
           
protected  boolean success
           
 
Constructor Summary
AbstractAdminCommand.CmdNotificationListener()
           
AbstractAdminCommand.CmdNotificationListener(long cmdSession)
           
 
Method Summary
 void handleNotification(javax.management.Notification notf, java.lang.Object handback)
           
 boolean isComplete()
           
 boolean isSuccess()
           
 void 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()

IBM WebSphere Application ServerTM
Release 7