public class WSCEnvironmentBean extends Object
Constructor and Description |
---|
WSCEnvironmentBean() |
Modifier and Type | Method and Description |
---|---|
String |
getBindAddress10()
Deprecated.
|
String |
getBindAddress11()
Returns the bind address on which the web service is listening.
|
int |
getBindPort10()
Deprecated.
|
int |
getBindPort11()
Returns the port which will be used to service non-secure requests.
|
int |
getBindPortSecure10()
Deprecated.
|
int |
getBindPortSecure11()
Returns the port which will be used to service secure requests.
|
String |
getCoordinatorAddress10()
Deprecated.
|
String |
getCoordinatorAddress11()
Returns the address which will be used to construct a coordinator URL if it is not specified.
|
String |
getCoordinatorPath10()
Deprecated.
|
String |
getCoordinatorPath11()
Returns the path which will be used to construct a coordinator URL if it is not specified.
|
int |
getCoordinatorPort10()
Deprecated.
|
int |
getCoordinatorPort11()
Returns the port which will be used to construct a coordinator URL if it is not specified.
|
String |
getCoordinatorScheme10()
Deprecated.
|
String |
getCoordinatorScheme11()
Returns the scheme which will be used to construct a coordinator URL if it is not specified.
|
String |
getCoordinatorURL10()
Deprecated.
|
String |
getCoordinatorURL11()
Returns the URL to be used by XTS clients to address the Activation Coordinator service when starting a transaction.
|
int |
getInitialTransportPeriod()
Returns initial time to wait before resending a coordination protocol message.
|
int |
getMaximumTransportPeriod()
Returns maximum time to wait before resending a coordination protocol message.
|
String |
getServiceURLPath()
Returns the URL path component of the URL at which 1.1 WS-C services have been mapped.
|
int |
getTransportTimeout()
Returns the wait period after sending a protocol message and not getting the expected reply before it is decided that the server at the other end has crashed.
|
void |
setBindAddress10(String bindAddress10)
Deprecated.
|
void |
setBindAddress11(String bindAddress11)
Sets the bind address on which the web service is listening.
|
void |
setBindPort10(int bindPort10)
Deprecated.
|
void |
setBindPort11(int bindPort11)
Sets the port which will be used to service non-secure requests.
|
void |
setBindPortSecure10(int bindPortSecure10)
Deprecated.
|
void |
setBindPortSecure11(int bindPortSecure11)
Sets the port which will be used to service secure requests.
|
void |
setCoordinatorAddress10(String coordinatorAddress10)
Deprecated.
|
void |
setCoordinatorAddress11(String coordinatorAddress11)
Sets the address which will be used to construct a coordinator URL if it is not specified.
|
void |
setCoordinatorPath10(String coordinatorPath10)
Deprecated.
|
void |
setCoordinatorPath11(String coordinatorPath11)
Sets the path which will be used to construct a coordinator URL if it is not specified.
|
void |
setCoordinatorPort10(int coordinatorPort10)
Deprecated.
|
void |
setCoordinatorPort11(int coordinatorPort11)
Sets the port which will be used to construct a coordinator URL if it is not specified.
|
void |
setCoordinatorScheme10(String coordinatorScheme10)
Deprecated.
|
void |
setCoordinatorScheme11(String coordinatorScheme11)
Sets the scheme which will be used to construct a coordinator URL if it is not specified.
|
void |
setCoordinatorURL10(String coordinatorURL10)
Deprecated.
|
void |
setCoordinatorURL11(String coordinatorURL11)
Sets the URL to be used by XTS clients to address the Activation Coordinator service when starting a transaction.
|
void |
setHttpBindInetAddress(InetAddress httpBindInetAddress)
this setter is used by the microcontainer to inject the inet address supplied during app server startup.
|
void |
setInitialTransportPeriod(int initialTransportPeriod)
Sets initial time to wait before resending a coordination protocol message.
|
void |
setMaximumTransportPeriod(int maximumTransportPeriod)
Sets maximum time to wait before resending a coordination protocol message.
|
void |
setServiceURLPath(String serviceURLPath)
Sets the URL path component of the URL at which 1.1 WS-C services have been mapped.
|
void |
setTransportTimeout(int transportTimeout)
Sets the wait period after sending a protocol message and not getting the expected reply before it is decided that the server at the other end has crashed.
|
public int getInitialTransportPeriod()
public void setInitialTransportPeriod(int initialTransportPeriod)
initialTransportPeriod
- initial time to wait before resending a coordination protocol message.public int getMaximumTransportPeriod()
public void setMaximumTransportPeriod(int maximumTransportPeriod)
maximumTransportPeriod
- maximum time to wait before resending a coordination protocol message.public int getTransportTimeout()
public void setTransportTimeout(int transportTimeout)
transportTimeout
- wait period before deciding that the server at the other end has crashed.public void setHttpBindInetAddress(InetAddress httpBindInetAddress)
public String getBindAddress11()
public void setBindAddress11(String bindAddress11)
bindAddress11
- the bind address on which the web service is listening.public int getBindPort11()
public void setBindPort11(int bindPort11)
bindPort11
- the port which will be used to service non-secure requests.public int getBindPortSecure11()
public void setBindPortSecure11(int bindPortSecure11)
bindPortSecure11
- the port which will be used to service secure requests.public String getCoordinatorURL11()
public void setCoordinatorURL11(String coordinatorURL11)
coordinatorURL11
- the URL to be used by XTS clients to address the Activation Coordinator service when starting a transaction.public String getCoordinatorScheme11()
public void setCoordinatorScheme11(String coordinatorScheme11)
coordinatorScheme11
- the scheme which will be used to construct a coordinator URL if it is not specified.public String getCoordinatorAddress11()
public void setCoordinatorAddress11(String coordinatorAddress11)
coordinatorAddress11
- the address which will be used to construct a coordinator URL if it is not specified.public int getCoordinatorPort11()
public void setCoordinatorPort11(int coordinatorPort11)
coordinatorPort11
- the port which will be used to construct a coordinator URL if it is not specified.public String getCoordinatorPath11()
public void setCoordinatorPath11(String coordinatorPath11)
coordinatorPath11
- the path which will be used to construct a coordinator URL if it is not specified.@Deprecated public String getBindAddress10()
@Deprecated public void setBindAddress10(String bindAddress10)
bindAddress10
- the bind address on which the web service is listening.@Deprecated public int getBindPort10()
@Deprecated public void setBindPort10(int bindPort10)
bindPort10
- the port which will be used to service non-secure requests.@Deprecated public int getBindPortSecure10()
@Deprecated public void setBindPortSecure10(int bindPortSecure10)
bindPortSecure10
- the port which will be used to service secure requests.@Deprecated public String getCoordinatorURL10()
@Deprecated public void setCoordinatorURL10(String coordinatorURL10)
coordinatorURL10
- the URL to be used by XTS clients to address the Activation Coordinator service when starting a transaction.@Deprecated public String getCoordinatorScheme10()
@Deprecated public void setCoordinatorScheme10(String coordinatorScheme10)
coordinatorScheme10
- the scheme which will be used to construct a coordinator URL if it is not specified.@Deprecated public String getCoordinatorAddress10()
@Deprecated public void setCoordinatorAddress10(String coordinatorAddress10)
coordinatorAddress10
- the address which will be used to construct a coordinator URL if it is not specified.@Deprecated public int getCoordinatorPort10()
@Deprecated public void setCoordinatorPort10(int coordinatorPort10)
coordinatorPort10
- the port which will be used to construct a coordinator URL if it is not specified.@Deprecated public String getCoordinatorPath10()
@Deprecated public void setCoordinatorPath10(String coordinatorPath10)
coordinatorPath10
- the path which will be used to construct a coordinator URL if it is not specified.public String getServiceURLPath()
public void setServiceURLPath(String serviceURLPath)
serviceURLPath
- the URL path component of the URL at which 1.1 WS-C services have been mapped.Copyright © 2017 JBoss by Red Hat. All rights reserved.