| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class for managing instances of MsgFlowComponent
| Method Summary | |
|---|---|
 void | 
addComponentType(java.lang.Class ct)
Adds a new type of component  | 
 java.lang.Class[] | 
getComponentTypes()
Gets the registered component types  | 
 MsgFlowComponent[] | 
getInstances()
Gets an array of the current instances of MsgFlowComponent  | 
 MsgFolder[] | 
getRootFolders()
Gets the root MsgFolders  | 
 SendFolder[] | 
getSendFolders()
Gets the active instances of SendFolder  | 
 MsgFlowComponent | 
newInstance(java.lang.Class c)
Creates an instance of an MsgFlowComponent.  | 
 void | 
removeInstance(MsgFlowComponent comp)
Removes an instance of MsgFlowComponent  | 
 void | 
send()
Sends all queued messages  | 
| Method Detail | 
|---|
void addComponentType(java.lang.Class ct)
ct - the Class object for the MsgFlowComponent implementationMsgFlowComponent newInstance(java.lang.Class c)
c - the Class object for the component type
getComponentTypes()java.lang.Class[] getComponentTypes()
MsgFlowComponent[] getInstances()
void removeInstance(MsgFlowComponent comp)
comp - the instance to removeMsgFolder[] getRootFolders()
SendFolder[] getSendFolders()
void send()
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||