|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasePublisher | |
---|---|
systemic.sif.sifcommon.agent |
Uses of BasePublisher in systemic.sif.sifcommon.agent |
---|
Methods in systemic.sif.sifcommon.agent that return types with arguments of type BasePublisher | |
---|---|
java.util.List<BasePublisher> |
SIFBaseAgent.getInitialisedPublishers()
This method returns all publishers that are initialise (after startAgent() call). |
Method parameters in systemic.sif.sifcommon.agent with type arguments of type BasePublisher | |
---|---|
void |
SIFBaseAgent.startAgent(boolean implementShutdownHook,
java.util.Collection<BasePublisher> publishers,
java.util.Collection<BaseSubscriber> subscribers)
This method starts the agent. |
void |
SIFBaseAgent.startAgent(java.util.Collection<BasePublisher> publishers,
java.util.Collection<BaseSubscriber> subscribers)
Same as above method except that shutdown hook is defaulted to true. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |