Uses of Class
systemic.sif.sifcommon.subscriber.BaseSubscriber

Packages that use BaseSubscriber
systemic.sif.sifcommon.agent   
systemic.sif.sifcommon.subscriber   
 

Uses of BaseSubscriber in systemic.sif.sifcommon.agent
 

Methods in systemic.sif.sifcommon.agent that return types with arguments of type BaseSubscriber
 java.util.List<BaseSubscriber> SIFBaseAgent.getInitialisedSubscribers()
          This method returns all subscribers that are initialise (afterstartAgent() call).
 

Method parameters in systemic.sif.sifcommon.agent with type arguments of type BaseSubscriber
 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.
 

Uses of BaseSubscriber in systemic.sif.sifcommon.subscriber
 

Constructors in systemic.sif.sifcommon.subscriber with parameters of type BaseSubscriber
SubscriberMessageConsumer(SubscriberQueue<SubscriberMessage> queue, java.lang.String consumerID, BaseSubscriber subscriber)
          This method initialises a Consumer for SubscriberMessages.