|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.DSENotifier
com.ibm.btt.base.MirrorNotifier
public class MirrorNotifier
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 |
---|
public MirrorNotifier()
public MirrorNotifier(java.lang.String aName)
aName
- java.lang.StringMethod Detail |
---|
public boolean hasHandlers()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |