Uses of Class
systemic.sif.sifcommon.publisher.BasePublisher

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.