|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MsgFlowComponent | |
---|---|
net.sourceforge.mflow.api | |
net.sourceforge.mflow.api.base | |
net.sourceforge.mflow.impl |
Uses of MsgFlowComponent in net.sourceforge.mflow.api |
---|
Subinterfaces of MsgFlowComponent in net.sourceforge.mflow.api | |
---|---|
interface |
MsgFilter
Interface to represent a component that acts as both a MsgSource and MsgReceiver |
interface |
MsgFolder
Interface for the storage of Msgs |
interface |
MsgReceiver
Interface to represent a component that can receive Msg's. |
interface |
MsgSource
Interface to represent an object that produces Msg's |
interface |
ReceiveFolder
Interface for incoming Msg folders |
interface |
SendFolder
Interface for outgoing Msg folders |
Methods in net.sourceforge.mflow.api that return MsgFlowComponent | |
---|---|
MsgFlowComponent |
ComponentManager.newInstance(java.lang.Class c)
Creates an instance of an MsgFlowComponent. |
MsgFlowComponent[] |
ComponentManager.getInstances()
Gets an array of the current instances of MsgFlowComponent |
MsgFlowComponent[] |
Configuration.getComponents()
Accessor for the component array |
Methods in net.sourceforge.mflow.api with parameters of type MsgFlowComponent | |
---|---|
void |
ComponentManager.removeInstance(MsgFlowComponent comp)
Removes an instance of MsgFlowComponent |
void |
Configuration.setComponents(MsgFlowComponent[] cs)
Mutator for the component array |
Uses of MsgFlowComponent in net.sourceforge.mflow.api.base |
---|
Classes in net.sourceforge.mflow.api.base that implement MsgFlowComponent | |
---|---|
class |
AbstractMsgFilter
Abstract implementation of a MsgFilter |
class |
AbstractMsgFlowComponent
Abstract implementation of MsgFlowComponent |
class |
AbstractMsgFolder
Abstract implementation of MsgFolder |
class |
AbstractMsgReceiver
An abstract implementation of MsgReceiver |
class |
AbstractMsgSource
Abstract implementation of MsgSource |
Uses of MsgFlowComponent in net.sourceforge.mflow.impl |
---|
Methods in net.sourceforge.mflow.impl that return MsgFlowComponent | |
---|---|
MsgFlowComponent |
ComponentManagerImpl.newInstance(java.lang.Class c)
|
MsgFlowComponent[] |
ComponentManagerImpl.getInstances()
|
MsgFlowComponent[] |
ConfigurationImpl.getComponents()
|
Methods in net.sourceforge.mflow.impl with parameters of type MsgFlowComponent | |
---|---|
void |
ComponentManagerImpl.removeInstance(MsgFlowComponent comp)
|
void |
ConfigurationImpl.setComponents(MsgFlowComponent[] cs)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |