DefaultClusterProtocolPolicy
public interface ClusterProtocolPolicy
Modifier and Type | Method | Description |
---|---|---|
boolean |
useRequestProtocolId() |
Reserved for future use.
|
boolean |
waitOnChannelOpening() |
This option indicates that the Cluster Protocol should hold on user thread
on messages sending to wait for connection restoration.
|
boolean waitOnChannelOpening()
Opening
and this option is true
,
the Cluster Protocol will hold user thread on
send()
/request()
/beginRequest()
/requestAsync()
calls instead of throwing immediate exception.Opening
, and it got no opened connections in the timeout frame,
ChannelClosedOnSendException
will be thrown.false
, the exception will be thrown immediately.true
- if the hold on feature is enabled,
false
- if it's not.boolean useRequestProtocolId()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.