biz.onixs.fix.scheduler
Class AbstractSessionJob

java.lang.Object
  extended by biz.onixs.fix.scheduler.AbstractSessionJob
Direct Known Subclasses:
LogonJob, LogoutJob

public abstract class AbstractSessionJob
extends Object

Abstract session job for session scheduler.
For internal use only.


Field Summary
protected  biz.onixs.fix.scheduler.EventDispatcher eventDispatcher
           
protected  Session session
           
 
Constructor Summary
AbstractSessionJob()
           
 
Method Summary
 biz.onixs.fix.scheduler.EventDispatcher getEventDispatcher()
           
 Session getSession()
           
 void setEventDispatcher(biz.onixs.fix.scheduler.EventDispatcher eventDispatcher)
           
 void setSession(Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventDispatcher

protected biz.onixs.fix.scheduler.EventDispatcher eventDispatcher

session

protected Session session
Constructor Detail

AbstractSessionJob

public AbstractSessionJob()
Method Detail

getEventDispatcher

public biz.onixs.fix.scheduler.EventDispatcher getEventDispatcher()

setEventDispatcher

public void setEventDispatcher(biz.onixs.fix.scheduler.EventDispatcher eventDispatcher)

getSession

public Session getSession()

setSession

public void setSession(Session session)


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.