public class SourceDestinationServerUserData extends ReplicationUserData
| Constructor and Description |
|---|
SourceDestinationServerUserData() |
| Modifier and Type | Method and Description |
|---|---|
HostPort |
getDestination()
Returns a
HostPort representing the destination server. |
String |
getDestinationHostPort()
Returns a host:port string for the destination server.
|
String |
getHostNameDestination()
Returns the host name of the destination server.
|
String |
getHostNameSource()
Returns the host name of the source server.
|
int |
getPortDestination()
Returns the port of the destination server.
|
int |
getPortSource()
Returns the port of the source server.
|
HostPort |
getSource()
Returns a
HostPort representing the source server. |
String |
getSourceHostPort()
Returns a host:port string for the source server.
|
void |
setHostNameDestination(String hostNameDestination)
Sets the host name of the destination server.
|
void |
setHostNameSource(String hostNameSource)
Sets the host name of the source server.
|
void |
setPortDestination(int portDestination)
Sets the port of the destination server.
|
void |
setPortSource(int portSource)
Sets the port of the source server.
|
addBaseDN, getAdminPwd, getAdminUid, getBaseDNs, setAdminPwd, setAdminUid, setBaseDNs, toStringpublic String getHostNameSource()
public void setHostNameSource(String hostNameSource)
hostNameSource - the host name of the source server.public int getPortSource()
public void setPortSource(int portSource)
portSource - the port of the source server.public String getHostNameDestination()
public String getSourceHostPort()
public String getDestinationHostPort()
public void setHostNameDestination(String hostNameDestination)
hostNameDestination - the host name of the destination server.public int getPortDestination()
public void setPortDestination(int portDestination)
portDestination - the port of the destination server.public HostPort getSource()
HostPort representing the source server.HostPort representing the source serverCopyright © 2010-2020 Wren Security. All Rights Reserved.