public interface LoginSupportFeatures
LoginRefresh,
LoginSupportFeaturesFlags| Modifier and Type | Method and Description |
|---|---|
void |
applyHasSupportBatchCloses()
Applies supportBatchCloses presence flag.
|
void |
applyHasSupportBatchReissues()
Applies supportBatchReissues presence flag.
|
void |
applyHasSupportBatchRequests()
Applies supportBatchRequests presence flag.
|
void |
applyHasSupportEnhancedSymbolList()
Applies supportEnhancedSymbolList presence flag.
|
void |
applyHasSupportOptimizedPauseResume()
Applies supportOptimizedPauseResume presence flag.
|
void |
applyHasSupportPost()
Applies supportOMMPost presence flag.
|
void |
applyHasSupportProviderDictionaryDownload()
Applies supportProviderDictionaryDownload presence flag.
|
void |
applyHasSupportStandby()
Applies supportStandby presence flag.
|
void |
applyHasSupportViewRequests()
Applies supportViewRequests presence flag.
|
boolean |
checkHasSupportBatchCloses()
Checks the presence of supportBatchCloses field.
|
boolean |
checkHasSupportBatchReissues()
Checks the presence of supportBatchReissues field.
|
boolean |
checkHasSupportBatchRequests()
Checks the presence of supportBatchRequests field.
|
boolean |
checkHasSupportEnhancedSymbolList()
Checks the presence of supportEnhancedSymbolList field.
|
boolean |
checkHasSupportOptimizedPauseResume()
Checks the presence of supportOptimizedPauseResume field.
|
boolean |
checkHasSupportPost()
Checks the presence of supportOMMPost field.
|
boolean |
checkHasSupportProviderDictionaryDownload()
Checks the presence of supportProviderDictionaryDownload field.
|
boolean |
checkHasSupportStandby()
Checks the presence of supportStandby field.
|
boolean |
checkHasSupportViewRequests()
Checks the presence of supportViewRequests field.
|
void |
clear()
Clears the current contents of the login refresh features object and
prepares it for re-use.
|
int |
copy(LoginSupportFeatures destLoginSupportFeatures)
Performs a deep copy of
LoginSupportFeatures object. |
int |
flags()
The login support features flags.
|
void |
flags(int flags)
The login support features flags.
|
long |
supportBatchCloses()
Indicates whether the Provider supports Batch Closes.
|
void |
supportBatchCloses(long supportBatchCloses)
Indicates whether the Provider supports Batch Closes.
|
long |
supportBatchReissues()
Indicates whether the Provider supports Batch Reissue Requests.
|
void |
supportBatchReissues(long supportBatchReissues)
Indicates whether the Provider supports Batch Reissue Requests.
|
long |
supportBatchRequests()
Indicates whether the Provider supports Batch Requests.
|
void |
supportBatchRequests(long supportBatchRequests)
Indicates whether the Provider supports Batch Requests.
|
long |
supportEnhancedSymbolList()
Indicates support for Enhanced Symbol List features.
|
void |
supportEnhancedSymbolList(long supportEnhancedSymbolList)
Indicates support for Enhanced Symbol List features.
|
long |
supportOMMPost()
Indicates whether the Provider supports Post.
|
void |
supportOMMPost(long supportOMMPost)
Indicates whether the Provider supports Post.
|
long |
supportOptimizedPauseResume()
Indicates whether the Provider supports Optimized Pause & Resume.
|
void |
supportOptimizedPauseResume(long supportOptimizedPauseResume)
Indicates whether the Provider supports Optimized Pause & Resume.
|
long |
supportProviderDictionaryDownload()
Indicates whether the non-interactive provider can request Dictionary.
|
void |
supportProviderDictionaryDownload(long supportProviderDictionaryDownload)
Indicates whether the non-interactive provider can request Dictionary.
|
long |
supportStandby()
Indicates whether the Provider may be used for Warm Standby.
|
void |
supportStandby(long supportStandby)
Indicates whether the Provider may be used for Warm Standby.
|
long |
supportViewRequests()
Indicates whether the Provider supports Requests with Dynamic View
information.
|
void |
supportViewRequests(long supportViewRequests)
Indicates whether the Provider supports Requests with Dynamic View
information.
|
void flags(int flags)
LoginSupportFeaturesFlags.flags - the flagsint flags()
LoginSupportFeaturesFlags.void clear()
int copy(LoginSupportFeatures destLoginSupportFeatures)
LoginSupportFeatures object.destLoginSupportFeatures - Object to copy this object into. It
cannot be null.long supportOptimizedPauseResume()
void supportOptimizedPauseResume(long supportOptimizedPauseResume)
supportOptimizedPauseResume - the support optimized pause resumeboolean checkHasSupportOptimizedPauseResume()
flags()void applyHasSupportOptimizedPauseResume()
flags(int)long supportOMMPost()
void supportOMMPost(long supportOMMPost)
supportOMMPost - the support OMM postboolean checkHasSupportPost()
flags()void applyHasSupportPost()
flags(int)long supportViewRequests()
void supportViewRequests(long supportViewRequests)
supportViewRequests - the support view requestsboolean checkHasSupportViewRequests()
flags()void applyHasSupportViewRequests()
flags(int)long supportBatchRequests()
void supportBatchRequests(long supportBatchRequests)
supportBatchRequests - - value indicating whether provider supports
batch requests (1) or not(0).boolean checkHasSupportBatchRequests()
flags()void applyHasSupportBatchRequests()
flags(int)long supportBatchReissues()
void supportBatchReissues(long supportBatchReissues)
supportBatchReissues - - value indicating whether provider supports
batch reissue requests (1) or not(0).boolean checkHasSupportBatchReissues()
flags()void applyHasSupportBatchReissues()
flags(int)long supportBatchCloses()
void supportBatchCloses(long supportBatchCloses)
supportBatchCloses - - value indicating whether provider supports
batch closes (1) or not(0).boolean checkHasSupportBatchCloses()
flags()void applyHasSupportBatchCloses()
flags(int)long supportStandby()
void supportStandby(long supportStandby)
supportStandby - the support standbyboolean checkHasSupportStandby()
flags()void applyHasSupportStandby()
flags(int)long supportProviderDictionaryDownload()
void supportProviderDictionaryDownload(long supportProviderDictionaryDownload)
supportProviderDictionaryDownload - the support provider dictionary downloadvoid applyHasSupportProviderDictionaryDownload()
flags(int)boolean checkHasSupportProviderDictionaryDownload()
flags()long supportEnhancedSymbolList()
void supportEnhancedSymbolList(long supportEnhancedSymbolList)
supportEnhancedSymbolList - the support enhanced symbol listvoid applyHasSupportEnhancedSymbolList()
flags(int)boolean checkHasSupportEnhancedSymbolList()
flags()Copyright @ 2019 Thomson Reuters. All Rights Reserved.