com.epam.fixengine.scheduler.tasks
Class AbstractSessionTask
java.lang.Object
com.epam.fixengine.scheduler.tasks.AbstractSessionTask
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- AcceptorSessionStartTask, SessionStopTask
public abstract class AbstractSessionTask
- extends Object
- implements Runnable
Abstract task for session processing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
params
protected SessionParameters params
AbstractSessionTask
public AbstractSessionTask(SessionParameters params)
isSessionActive
protected boolean isSessionActive()
getSessionIfActive
protected ExtendedFIXSession getSessionIfActive()
getSessionParameters
public SessionParameters getSessionParameters()
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.