biz.onixs.fix.scheduler
Class LogonJob

java.lang.Object
  extended by biz.onixs.fix.scheduler.AbstractSessionJob
      extended by biz.onixs.fix.scheduler.LogonJob

public class LogonJob
extends AbstractSessionJob

Logon job for session scheduler.
For internal use only.


Field Summary
 
Fields inherited from class biz.onixs.fix.scheduler.AbstractSessionJob
eventDispatcher, session
 
Constructor Summary
LogonJob()
           
 
Method Summary
 void execute(JobExecutionContext jobExecutionContext)
           
 SessionConnection getConnection()
           
 int getConnectionRetriesCounter()
           
 int getConnectionRetriesInterval()
           
 int getConnectionRetriesNumber()
           
 void setConnection(SessionConnection connection)
           
 void setConnectionRetriesCounter(int connectionRetriesCounter)
           
 void setConnectionRetriesInterval(int connectionRetriesInterval)
           
 void setConnectionRetriesNumber(int connectionRetriesNumber)
           
 String toString()
           
 
Methods inherited from class biz.onixs.fix.scheduler.AbstractSessionJob
getEventDispatcher, getSession, setEventDispatcher, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogonJob

public LogonJob()
Method Detail

getConnection

public SessionConnection getConnection()

setConnection

public void setConnection(SessionConnection connection)

getConnectionRetriesNumber

public int getConnectionRetriesNumber()

setConnectionRetriesNumber

public void setConnectionRetriesNumber(int connectionRetriesNumber)

getConnectionRetriesInterval

public int getConnectionRetriesInterval()

setConnectionRetriesInterval

public void setConnectionRetriesInterval(int connectionRetriesInterval)

getConnectionRetriesCounter

public int getConnectionRetriesCounter()

setConnectionRetriesCounter

public void setConnectionRetriesCounter(int connectionRetriesCounter)

execute

public void execute(JobExecutionContext jobExecutionContext)
             throws JobExecutionException
Throws:
JobExecutionException

toString

public String toString()
Overrides:
toString in class Object


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