|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
biz.onixs.fix.engine | |
biz.onixs.fix.scheduler |
Uses of Session in biz.onixs.fix.engine |
---|
Methods in biz.onixs.fix.engine that return Session | |
---|---|
Session |
Engine.DynamicAcceptorArgs.getCreatedSession()
|
Methods in biz.onixs.fix.engine with parameters of type Session | |
---|---|
void |
Engine.DynamicAcceptorArgs.setCreatedSession(Session createdSession)
|
Uses of Session in biz.onixs.fix.scheduler |
---|
Fields in biz.onixs.fix.scheduler declared as Session | |
---|---|
protected Session |
AbstractSessionJob.session
|
Methods in biz.onixs.fix.scheduler that return Session | |
---|---|
Session |
ErrorArgs.getSession()
|
Session |
AbstractSessionJob.getSession()
|
Methods in biz.onixs.fix.scheduler with parameters of type Session | |
---|---|
void |
SessionConnection.logon(Session session)
|
void |
InitiatorConnection.logon(Session session)
Logons the session. |
void |
SessionScheduler.register(Session session,
SchedulerSettings settings,
String scheduleId)
Registers acceptor session. This method is a thread-safe. |
void |
SessionScheduler.register(Session session,
SchedulerSettings settings,
String scheduleId,
SessionConnection connection)
Registers session. This method is a thread-safe. |
void |
SessionScheduler.register(Session session,
SchedulerSettings settings,
String scheduleId,
String connectionId)
Registers session. This method is a thread-safe. |
void |
SessionScheduler.register(Session session,
SessionSchedule schedule)
Registers acceptor session. This method is a thread-safe. |
void |
SessionScheduler.register(Session session,
SessionSchedule schedule,
SchedulerSettings settings,
String connectionId)
Registers session. This method is a thread-safe. |
void |
SessionScheduler.register(Session session,
SessionSchedule schedule,
SessionConnection connection)
Registers session. This method is a thread-safe. |
void |
AbstractSessionJob.setSession(Session session)
|
void |
SessionScheduler.unregister(Session session)
Un-registers session. This method is a thread-safe. |
Constructors in biz.onixs.fix.scheduler with parameters of type Session | |
---|---|
ErrorArgs(Session session,
String message,
Throwable throwable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |