com.epam.admintool.commands.monitoring.manager
Class SessionListManager

java.lang.Object
  extended by com.epam.admintool.commands.monitoring.manager.SessionListManager

public class SessionListManager
extends Object


Field Summary
protected  Log log
           
 
Constructor Summary
SessionListManager(Command parentCommand)
           
 
Method Summary
 void doSnapshot()
           
 void doSubscribe()
           
 void doSubscribeWithSnapshot()
           
 void doUnsubscribe()
           
protected  List<ExtendedFIXSession> getFIXSessions()
          Gets fix session list.
protected  List<SessionParameters> getFIXSessionsConfigured()
          Gets configured fix session list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final Log log
Constructor Detail

SessionListManager

public SessionListManager(Command parentCommand)
Method Detail

doSnapshot

public void doSnapshot()

doUnsubscribe

public void doUnsubscribe()

doSubscribeWithSnapshot

public void doSubscribeWithSnapshot()

doSubscribe

public void doSubscribe()

getFIXSessions

protected List<ExtendedFIXSession> getFIXSessions()
Gets fix session list.


getFIXSessionsConfigured

protected List<SessionParameters> getFIXSessionsConfigured()
Gets configured fix session list.



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.