|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.onixs.fix.scheduler.InitiatorConnection
public class InitiatorConnection
Initiator session connection settings.
Constructor Summary | |
---|---|
InitiatorConnection()
|
Method Summary | |
---|---|
void |
addAddress(InetSocketAddress address)
Adds address. |
List<InetSocketAddress> |
getAddresses()
Returns list of addresses. |
String |
getCustomLogonMessage()
Returns custom logon message. |
String |
getCustomLogonMessageFieldDelimiter()
Returns custom logon message field delimiter. |
String |
getCustomLogonMessageFile()
Returns custom logon message file. |
Message |
getCustomLogonMessageObj()
Returns custom logon message. |
int |
getHeartbeatInterval()
Returns heartbeat interval. |
boolean |
isSetResetSeqNumbers()
Returns whether flag to reset sequence numbers should be set in logon. |
void |
logon(Session session)
Logons the session. |
void |
setCustomLogonMessage(String customLogonMessage)
Sets custom logon message. |
void |
setCustomLogonMessageFieldDelimiter(String customLogonMessageFieldDelimiter)
Sets custom logon message field delimiter. |
void |
setCustomLogonMessageFile(String customLogonMessageFile)
Sets custom logon message file. |
void |
setCustomLogonMessageObj(Message customLogonMessageObj)
Sets custom logon message. |
void |
setHeartbeatInterval(int heartbeatInterval)
Sets heartbeat interval. |
void |
setHeartbeatInterval(String heartbeatInterval)
Sets heartbeat interval. |
void |
setSetResetSeqNumbers(boolean setResetSeqNumbers)
Sets whether flag to reset sequence numbers should be set in logon. |
void |
setSetResetSeqNumbers(String setResetSeqNumbers)
Sets whether flag to reset sequence numbers should be set in logon. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitiatorConnection()
Method Detail |
---|
public void logon(Session session) throws IOException
logon
in interface SessionConnection
session
- session
IOException
- if logon message reading failedpublic boolean isSetResetSeqNumbers()
public void setSetResetSeqNumbers(boolean setResetSeqNumbers)
setResetSeqNumbers
- whether flag to reset sequence numbers should be set in logonpublic void setSetResetSeqNumbers(String setResetSeqNumbers)
setResetSeqNumbers
- whether flag to reset sequence numbers should be set in logon, true
or
false
public int getHeartbeatInterval()
public void setHeartbeatInterval(int heartbeatInterval)
heartbeatInterval
- heartbeat intervalpublic void setHeartbeatInterval(String heartbeatInterval)
heartbeatInterval
- heartbeat intervalpublic String getCustomLogonMessageFieldDelimiter()
public void setCustomLogonMessageFieldDelimiter(String customLogonMessageFieldDelimiter)
customLogonMessageFieldDelimiter
- custom logon message field delimiterpublic Message getCustomLogonMessageObj()
public void setCustomLogonMessageObj(Message customLogonMessageObj)
customLogonMessageObj
- custom logon messagepublic void setCustomLogonMessage(String customLogonMessage)
customLogonMessage
- custom logon messagepublic String getCustomLogonMessage()
public String getCustomLogonMessageFile()
public void setCustomLogonMessageFile(String customLogonMessageFile)
customLogonMessageFile
- custom logon message filepublic void addAddress(InetSocketAddress address)
address
- connection addresspublic List<InetSocketAddress> getAddresses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |