@ManagedData public class MakeConnectionSupportedFeature extends WebServiceFeature implements com.sun.xml.ws.api.ha.StickyFeature
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL
Default base interval between two subsequent MakeConnection requests [milliseconds]
|
static long |
DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT
Default response retrieval timeout value [milliseconds]
|
static String |
ID |
enabled| Constructor and Description |
|---|
MakeConnectionSupportedFeature()
This constructor is here to satisfy JAX-WS specification requirements
|
MakeConnectionSupportedFeature(boolean enabled)
This constructor is here to satisfy JAX-WS specification requirements
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBaseMakeConnectionRequetsInterval()
Specifies a base interval between two consecutive MakeConnection requests
|
String |
getID() |
McProtocolVersion |
getProtocolVersion()
Specifies which WS-MC version protocol SOAP messages and SOAP message headers should
be used for communication between MC source and MC destination
|
long |
getResponseRetrievalTimeout()
Specifies a timeout for consecutive unsuccessfull response retrievals.
|
isEnabledpublic static final String ID
public static final long DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT
public static final long DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL
public MakeConnectionSupportedFeature()
public MakeConnectionSupportedFeature(boolean enabled)
@ManagedAttribute public String getID()
getID in class WebServiceFeaturepublic McProtocolVersion getProtocolVersion()
public long getResponseRetrievalTimeout()
DEFAULT_RESPONSE_RETRIEVAL_TIMEOUT constant.public long getBaseMakeConnectionRequetsInterval()
DEFAULT_MAKE_CONNECTION_REQUEST_INTERVAL constant.Copyright © 2005–2018 Oracle Corporation. All rights reserved.