|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.server.BindAddressPolicyImpl
com.ibm.di.api.remote.impl.BindAddressPolicyImpl
public class BindAddressPolicyImpl
This class take responsibility for providing information about remote bind addresses. This class is developed only for internal use and should not be used for other purpose.
Field Summary | |
---|---|
static String |
PROP_API_REMOTE_BIND_ADDRESS
Property name used to specify the remote bind address. |
protected InetAddress |
remoteBindINetAddr
java.net.InetAddress object representing the remote bind
address. |
Fields inherited from class com.ibm.di.server.BindAddressPolicyImpl |
---|
PROP_COM_IBM_DI_DEFAULT_BIND_ADDRESS |
Constructor Summary | |
---|---|
BindAddressPolicyImpl(Properties propFile)
Constructor. |
|
BindAddressPolicyImpl(Properties propFile,
boolean tdiServerSide)
Constructor. |
Method Summary | |
---|---|
InetAddress |
getBindAddress()
Provides the bind address to connect to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROP_API_REMOTE_BIND_ADDRESS
protected InetAddress remoteBindINetAddr
java.net.InetAddress
object representing the remote bind
address.
Note that null
value means binding to all available network
interfaces. If no value is specified in the property then the default
bind address it taken.
Constructor Detail |
---|
public BindAddressPolicyImpl(Properties propFile)
propFile
- Properties file that bind addresses will be obtained from.public BindAddressPolicyImpl(Properties propFile, boolean tdiServerSide)
tdiServerSide
parameter determines
whether the caller is running on TDI Server side or not.
propFile
- Properties file that bind addresses will be obtained from.tdiServerSide
- Determines on which side the caller is running.True
if caller is running on TDI Server API sideFalse
if caller is running on TDI Server Client
side.Method Detail |
---|
public InetAddress getBindAddress()
getBindAddress
in interface BindAddressPolicy
getBindAddress
in class BindAddressPolicyImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |