|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionAdminMBean
This MBean provides the ability monitor session settings and to change some of them.
Method Summary | |
---|---|
void |
disconnect()
Tell the session to disconnect (implies logoff) |
java.lang.String |
getBeginString()
Get the begin string (FIX version) for the session |
boolean |
getCheckCompID()
|
java.lang.String |
getConnectionRole()
|
javax.management.ObjectName |
getConnectorName()
|
boolean |
getEnabled()
|
java.lang.String |
getLogClassName()
|
int |
getLogonTimeout()
|
int |
getLogoutTimeout()
|
java.lang.String |
getMessageFactoryClassName()
|
java.lang.String |
getMessageStoreClassName()
|
int |
getNextSenderMsgSeqNum()
Get the next sender message sequence number. |
int |
getNextTargetMsgSeqNum()
Get the next target message sequence number. |
boolean |
getRedundantResendRequestsAllowed()
|
boolean |
getRefreshOnLogon()
|
boolean |
getResetOnDisconnect()
|
boolean |
getResetOnLogout()
|
java.lang.String |
getSenderCompID()
Get the sender company ID for the session. |
java.lang.String |
getSenderLocationID()
Get the sender company location ID for the session. |
java.lang.String |
getSenderSubID()
Get the sender company subID for the session. |
java.lang.String |
getSessionID()
Get the session ID. |
java.lang.String |
getStartTime()
|
java.lang.String |
getTargetCompID()
Get the target company ID for the session. |
java.lang.String |
getTargetLocationID()
Get the target location ID for the session. |
java.lang.String |
getTargetSubID()
Get the target subID for the session. |
boolean |
isLoggedOn()
|
boolean |
isLogonAlreadySent()
|
boolean |
isLogonReceived()
|
boolean |
isLogonSendNeeded()
|
boolean |
isLogonSent()
|
boolean |
isLogonTimedOut()
|
boolean |
isLogoutReceived()
|
boolean |
isLogoutSent()
|
boolean |
isLogoutTimedOut()
|
boolean |
isUsingDataDictionary()
|
void |
logoff()
Tell the session to logoff. |
void |
logon()
Tell the session to logon. |
void |
reset()
Reset the session's sequence numbers and clear it's resend log. |
void |
resetSequence(int nextSeqNum)
Reset current sequence number |
void |
setLogonTimeout(int seconds)
|
void |
setLogoutTimeout(int seconds)
|
void |
setNextSenderMsgSeqNum(int next)
Set the next sender message sequence number. |
void |
setNextTargetMsgSeqNum(int next)
Set the next target message sequence number. |
Method Detail |
---|
java.lang.String getBeginString()
java.lang.String getTargetCompID()
java.lang.String getTargetSubID()
java.lang.String getTargetLocationID()
java.lang.String getSenderCompID()
java.lang.String getSenderSubID()
java.lang.String getSenderLocationID()
java.lang.String getSessionID()
int getNextSenderMsgSeqNum() throws java.io.IOException
java.io.IOException
void setNextSenderMsgSeqNum(int next) throws java.io.IOException
next
- next sender message sequence number
java.io.IOException
int getNextTargetMsgSeqNum() throws java.io.IOException
java.io.IOException
void setNextTargetMsgSeqNum(int next) throws java.io.IOException
next
- the next target message sequence number
java.io.IOException
boolean isLogonSent()
boolean isLogonReceived()
boolean isLogonAlreadySent()
boolean isLogonSendNeeded()
boolean isLogonTimedOut()
boolean isLogoutSent()
boolean isLogoutReceived()
boolean isLogoutTimedOut()
void setLogoutTimeout(int seconds)
void setLogonTimeout(int seconds)
int getLogoutTimeout()
int getLogonTimeout()
boolean isLoggedOn()
boolean getRedundantResendRequestsAllowed()
java.lang.String getLogClassName()
java.lang.String getMessageFactoryClassName()
java.lang.String getMessageStoreClassName()
boolean isUsingDataDictionary()
boolean getCheckCompID()
boolean getRefreshOnLogon()
boolean getResetOnLogout()
boolean getResetOnDisconnect()
void reset() throws java.io.IOException
java.io.IOException
void logoff()
void logon()
void resetSequence(int nextSeqNum) throws SessionNotFound
SessionNotFound
void disconnect() throws java.io.IOException
java.io.IOException
boolean getEnabled()
java.lang.String getStartTime()
java.lang.String getConnectionRole()
javax.management.ObjectName getConnectorName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |