|
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.CMBSchemaRequestSupport
This is a utility class that can be used by beans that broadcast CMBSchemaRequestEvents.
CMBSchemaRequestEvent
,
CMBSchemaRequestListener
, Serialized FormConstructor Summary | |
CMBSchemaRequestSupport()
Constructor. |
|
CMBSchemaRequestSupport(java.lang.Object source)
Constructor. |
Method Summary | |
void |
addCMBSchemaRequestListener(CMBSchemaRequestListener listener)
CMBSchemaRequestEvent registration method. |
void |
fireCMBSchemaRequest(CMBSchemaRequestEvent evt)
CMBSchemaRequestEvent notification method. |
void |
fireCMBSchemaRequest(int id)
CMBSchemaRequestEvent notification method. |
void |
fireCMBSchemaRequest(int id,
java.lang.String[] data)
CMBSchemaRequestEvent notification method, argument data provided. |
void |
removeCMBSchemaRequestListener(CMBSchemaRequestListener listener)
CMBSchemaRequestEvent unregistration method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBSchemaRequestSupport()
public CMBSchemaRequestSupport(java.lang.Object source)
source
- the bean or object to be given as the source for the
CMBSchemaRequestEventMethod Detail |
public void addCMBSchemaRequestListener(CMBSchemaRequestListener listener)
listener
- listener to be registeredpublic void removeCMBSchemaRequestListener(CMBSchemaRequestListener listener)
listener
- listener to be unregisteredpublic void fireCMBSchemaRequest(CMBSchemaRequestEvent evt)
evt
- the CMBSchemaRequestEventpublic void fireCMBSchemaRequest(int id)
id
- the event type idpublic void fireCMBSchemaRequest(int id, java.lang.String[] data)
id
- the event type iddata
- array of argument data, can be either
1. an entity name String
if id == CMB_REQUEST_ENTITY_ATTR_NAMES, or
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |