com.ibm.websphere.management.cmdframework.provider

Class AbstractAdminCommand.CmdNotificationListener

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand.CmdNotificationListener
All implemented interfaces:
java.util.EventListener, javax.management.NotificationListener
Enclosing class:
AbstractAdminCommand

  1. public class AbstractAdminCommand.CmdNotificationListener
  2. extends java.lang.Object
  3. implements javax.management.NotificationListener

Field Summary

Modifier and Type Field and Description
  1. protected
  2. boolean
complete
  1. protected
  2. long
session
  1. protected
  2. boolean
success

Constructor Summary

Constructor and Description
AbstractAdminCommand.CmdNotificationListener()
AbstractAdminCommand.CmdNotificationListener(long cmdSession)

Method Summary

Modifier and Type Method and Description
  1. void
handleNotification(javax.management.Notification notf,java.lang.Object handback)
  1. boolean
isComplete()
  1. boolean
isSuccess()
  1. void
removeListener()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

success

  1. protected boolean success

complete

  1. protected boolean complete

session

  1. protected long session

Constructor Detail

AbstractAdminCommand.CmdNotificationListener

  1. public AbstractAdminCommand.CmdNotificationListener( )

AbstractAdminCommand.CmdNotificationListener

  1. public AbstractAdminCommand.CmdNotificationListener( long cmdSession)

Method Detail

handleNotification

  1. public void handleNotification( javax.management.Notification notf,
  2. java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener

removeListener

  1. public void removeListener()
  2. throws java.lang.Exception
Throws:
java.lang.Exception

isSuccess

  1. public boolean isSuccess()

isComplete

  1. public boolean isComplete()