|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Notifier
This interface provides its implementors with the capability to send and process event notifications. A class that sends event notifications must implement the Notifier interface or be a subclass of BTTNotifier. The Notifier constructor registers a new Notifier instance to the EventManager. The EventManager can then manage the registering of Handlers for local or remote events in a transparent way for the application.
This class originated from com.ibm.dse.base.Notifer. It would be referred by some event model major classes and to conform to the need to consolidate all related event model classes into one package, it is relocated in com.ibm.btt.event. Code chage summary : None. Each class that includes the Handler interface must implement all of these methods.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of Notifier. |
void |
setName(java.lang.String aName)
Sets the name of Notifier. |
void |
signalEvent(java.lang.String anEventName)
This method is to fire the event. |
void |
signalEvent(java.lang.String anEventName,
java.util.Hashtable aParametersTable)
This method is to fire the event. |
void |
terminate()
This is a housekeeping process for Notifier instances. |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String aName)
aName
- java.lang.Stringvoid signalEvent(java.lang.String anEventName) throws DSEInvalidArgumentException
anEventName
- java.lang.String
DSEInvalidArgumentException
void signalEvent(java.lang.String anEventName, java.util.Hashtable aParametersTable) throws DSEInvalidArgumentException
anEventName
- java.lang.StringaParametersTable
- java.util.Hashtable
DSEInvalidArgumentException
void terminate() throws DSEException
DSEException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |