| Package | Description | 
|---|---|
| biz.onixs.cme.ilink3.handler | |
| biz.onixs.cme.ilink3.scheduler | |
| biz.onixs.cme.ilink3.testing | 
| Modifier and Type | Method and Description | 
|---|---|
Session | 
Session.addStateChangeListener(StateChangeListener listener)
Adds state change listener. 
 | 
Session | 
Session.breakConnection()
The socket is closed. 
 | 
Session | 
Session.close()  | 
Session | 
Session.logon(String host,
     int port)
Establishes the connection. 
 | 
Session | 
Session.removeStateChangeListener(StateChangeListener listener)
Removes state change listener. 
 | 
Session | 
Session.reset(boolean startOfWeek)
Backups the current log files, resets the sequence numbers to 1 and generates a new UUID. 
 | 
Session | 
Session.reset(boolean startOfWeek,
     long uuid)
Backups the current log files, resets the sequence numbers to 1 and use specified new UUID. 
 | 
Session | 
Session.send(IMessage message)
Sends SBE message. 
 | 
Session | 
Session.sendRetransmissionRequest(long beginSeqNumber,
                         int numberOfMissedMsgs)
Sends the Retransmission Request message. 
 | 
Session | 
Session.sendSequenceMessage(int keepAliveLapsed)
Send the Sequence message. 
 | 
Session | 
Session.setErrorListener(ErrorListener listener)
Sets error listener. 
 | 
Session | 
Session.setInboundApplicationMessageListener(InboundApplicationMessageListener listener)
Sets inbound application message listener. 
 | 
Session | 
Session.setInboundSessionMessageListener(InboundSessionMessageListener listener)
Sets inbound session message listener. 
 | 
Session | 
Session.setIncomingMessageGapQueueMaximumSize(int maxSize)
Sets maximum size of the incoming message gap queue. 
 | 
Session | 
Session.setInSeqNum(long seqNum)
Sets the expected sequence number of the next incoming message. 
 | 
Session | 
Session.setNotAppliedListener(NotAppliedListener listener)
Sets NotApplied listener. 
 | 
Session | 
Session.setOutboundApplicationMessageListener(OutboundApplicationMessageListener listener)
Sets outbound application message listener. 
 | 
Session | 
Session.setOutboundSessionMessageListener(OutboundSessionMessageListener listener)
Sets outbound session message listener. 
 | 
Session | 
Session.setOutSeqNum(long seqNum)
Sets the expected sequence number of the next outgoing message. 
 | 
Session | 
Session.setPreviousSeqNo(long seqNo)  | 
Session | 
Session.setPreviousUuid(long uuid)  | 
Session | 
Session.setSkipNegotiation(boolean negotiated)
Sets whether to skip negotiation. 
 | 
Session | 
Session.setValidateSequenceNumbers(boolean value)  | 
Session | 
Session.setWarningListener(WarningListener listener)
Sets warning listener. 
 | 
Session | 
Session.terminate()
Terminates the connection. 
 | 
Session | 
Session.warmUp(IMessage message)
Warms up the sending path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Session | 
SessionConnectingArgs.getSession()
Returns session which will be connected. 
 | 
Session | 
LogoutNotification.getSession()
Returns session. 
 | 
Session | 
ErrorListener.ErrorArgs.getSession()
Returns the session. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionConnection.logon(Session session)
Logons the session. 
 | 
void | 
SessionScheduler.register(Session session,
        SchedulerSettings settings,
        String scheduleId,
        SessionConnection connection)
Registers session. 
 | 
void | 
SessionScheduler.register(Session session,
        SchedulerSettings settings,
        String scheduleId,
        String connectionId)
Registers session. 
 | 
void | 
SessionScheduler.register(Session session,
        SessionSchedule schedule,
        SchedulerSettings settings,
        String connectionId)
Registers session. 
 | 
void | 
SessionScheduler.register(Session session,
        SessionSchedule schedule,
        SessionConnection connection)
Registers session. 
 | 
void | 
SessionScheduler.unregister(Session session)
Un-registers session. 
 | 
| Constructor and Description | 
|---|
LogonErrorArgs(Session session,
              Exception exception,
              String description,
              int currentAttempt,
              int maxAttempt)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TestUtility.connectToEmulator(Session session,
                 int port)
Connects a Session object to an emulator by performing a logon operation. 
 | 
Copyright © 2005–2025 Onix Solutions. All rights reserved.