IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class MirrorNotifier

java.lang.Object
  extended by com.ibm.btt.base.DSENotifier
      extended by com.ibm.btt.base.MirrorNotifier
All Implemented Interfaces:
Notifier

public class MirrorNotifier
extends DSENotifier

This class should only be used by the EventManager. An instance of this class is created when an application registers interest in a remote event and the notifier that should signal the event is not yet available.


Field Summary
 
Fields inherited from class com.ibm.btt.base.DSENotifier
handlersList, name
 
Constructor Summary
MirrorNotifier()
          This constructor creates a MirrorNotifier object.
MirrorNotifier(java.lang.String aName)
          This constructor creates a MirrorNotifier object with its name attribute set to aName.
 
Method Summary
 boolean hasHandlers()
          Returns true if the MirrorNotifier has any handler in the handlers list waiting for any of its events.
 
Methods inherited from class com.ibm.btt.base.DSENotifier
addHandler, getHandlersList, getName, removeHandler, setName, signalEvent, signalEvent, signalEvent, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirrorNotifier

public MirrorNotifier()
This constructor creates a MirrorNotifier object.


MirrorNotifier

public MirrorNotifier(java.lang.String aName)
This constructor creates a MirrorNotifier object with its name attribute set to aName.

Parameters:
aName - java.lang.String
Method Detail

hasHandlers

public boolean hasHandlers()
Returns true if the MirrorNotifier has any handler in the handlers list waiting for any of its events.

Returns:
boolean

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011