|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.CMBSchemaReplySupport
This is a utility class that can be used by beans that broadcast CMBSchemaReplyEvents.
CMBSchemaReplyEvent
,
CMBSchemaReplyListener
, Serialized FormConstructor Summary | |
CMBSchemaReplySupport()
Constructor. |
|
CMBSchemaReplySupport(java.lang.Object source)
Constructor. |
Method Summary | |
void |
addCMBSchemaReplyListener(CMBSchemaReplyListener listener)
CMBSchemaReplyEvent registration method. |
void |
fireCMBSchemaReply(CMBSchemaReplyEvent evt)
CMBSchemaReplyEvent notification method. |
void |
fireCMBSchemaReply(int id,
java.lang.Exception data)
Reply a failed request, exception object provided. |
void |
fireCMBSchemaReply(int id,
int reply)
CMBSchemaReplyEvent notification method. |
void |
fireCMBSchemaReply(int id,
java.lang.String[] data)
Reply a succeeded request, result data provided. |
void |
removeCMBSchemaReplyListener(CMBSchemaReplyListener listener)
CMBSchemaReplyEvent unregistration method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBSchemaReplySupport()
public CMBSchemaReplySupport(java.lang.Object source)
source
- the bean or object to be given as the source for the
CMBSchemaReplyEventMethod Detail |
public void addCMBSchemaReplyListener(CMBSchemaReplyListener listener)
listener
- listener to be registeredpublic void removeCMBSchemaReplyListener(CMBSchemaReplyListener listener)
listener
- listener to be unregisteredpublic void fireCMBSchemaReply(CMBSchemaReplyEvent evt)
evt
- the CMBSchemaReplyEventpublic void fireCMBSchemaReply(int id, int reply)
id
- the event type idreply
- the reply statuspublic void fireCMBSchemaReply(int id, java.lang.String[] data)
id
- the event type iddata
- list of result datapublic void fireCMBSchemaReply(int id, java.lang.Exception data)
id
- the event type iddata
- the exception object
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |