Used to construct the GenericConnectionFactory (bindJNDIReferences()
builds it) Sets up the connection properties need by a client to use this
IL
The ClientConnectionProperties value
Set the interface address the OIL server bind its listening port on.
Parameters: host - The host address to bind to, if any. throws: java.net.UnknownHostException - Thrown if the hostname cannotbe resolved to an InetAddress object.
setClientSocketFactory
public void setClientSocketFactory(String name)(Code)
Set the javax.net.SocketFactory implementation class to use on the
client.
setEnableTcpNoDelay
public void setEnableTcpNoDelay(boolean enableTcpNoDelay)(Code)
Sets the enableTcpNoDelay.
Parameters: enableTcpNoDelay - The enableTcpNoDelay to set
setSecurityDomain
public void setSecurityDomain(String domainName)(Code)
Set the security domain name to use with SSL aware socket factories
setServerBindPort
public void setServerBindPort(int serverBindPort)(Code)
Setter for property serverBindPort.
Parameters: serverBindPort - New value of property serverBindPort.