public interface LoginWarmStandbyInfo
LoginConsumerConnectionStatus| Modifier and Type | Method and Description |
|---|---|
int |
action()
Action associated with this information.
|
void |
action(int action)
Action associated with this information.
|
void |
clear()
Clears a
LoginWarmStandbyInfo. |
int |
copy(LoginWarmStandbyInfo destWarmStandbyInfo)
Performs a deep copy of a
LoginWarmStandbyInfo object. |
int |
decode(com.thomsonreuters.upa.codec.DecodeIterator dIter,
com.thomsonreuters.upa.codec.Msg msg)
Decodes a
LoginWarmStandbyInfo. |
int |
encode(com.thomsonreuters.upa.codec.EncodeIterator encodeIter)
Encodes a
LoginWarmStandbyInfo. |
long |
warmStandbyMode()
The desired Warm Standby Mode.
|
void |
warmStandbyMode(long warmStandbyMode)
The desired Warm Standby Mode.
|
long warmStandbyMode()
void warmStandbyMode(long warmStandbyMode)
warmStandbyMode - the warm standby modeint action()
void action(int action)
action - the actionvoid clear()
LoginWarmStandbyInfo.LoginConsumerConnectionStatusint encode(com.thomsonreuters.upa.codec.EncodeIterator encodeIter)
LoginWarmStandbyInfo.encodeIter - The Encode Iteratorint decode(com.thomsonreuters.upa.codec.DecodeIterator dIter,
com.thomsonreuters.upa.codec.Msg msg)
LoginWarmStandbyInfo.dIter - The Decode Iteratormsg - the msgint copy(LoginWarmStandbyInfo destWarmStandbyInfo)
LoginWarmStandbyInfo object.destWarmStandbyInfo - The resulting copy of the RDM Login WarmStandby InfoCopyright @ 2019 Thomson Reuters. All Rights Reserved.