@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ReplicationSummaryReplicationServer extends java.lang.Object implements java.io.Serializable
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and Alcatel-Lucent 8661
server products. These classes provide support for proprietary
functionality or for external specifications that are not considered stable
or mature enough to be guaranteed to work in an interoperable way with
other types of LDAP servers.
Constructor and Description |
---|
ReplicationSummaryReplicationServer(java.lang.String value)
Creates a new replication summary replication server object from the
provided string representation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGenerationID()
Retrieves the generation ID for this replication server.
|
java.lang.String |
getReplicationServerAddress()
Retrieves the address used to communicate with this replication server.
|
java.lang.Long |
getReplicationServerFailedAttempts()
Retrieves the number of failed connection attempts since the last
successful connection to this replication server.
|
java.lang.String |
getReplicationServerID()
Retrieves the replication server ID for this replication server.
|
java.util.Date |
getReplicationServerLastConnected()
Retrieves the date of the last successful connection to this replication
server.
|
java.util.Date |
getReplicationServerLastFailed()
Retrieves the date of the last failed connection to this replication
server.
|
java.lang.Long |
getReplicationServerPort()
Retrieves the port number used to communicate with this replication server.
|
java.lang.String |
getReplicationServerStatus()
Retrieves the status for this replication server.
|
java.lang.String |
toString()
Retrieves a string representation of this replication summary replica.
|
public ReplicationSummaryReplicationServer(java.lang.String value)
value
- The value string to be parsed as a replication summary
replication server object.public java.lang.String getReplicationServerID()
null
if that information is not available.public java.lang.String getReplicationServerAddress()
null
if that information is not available.public java.lang.Long getReplicationServerPort()
null
if that information is not available.public java.lang.String getGenerationID()
null
if
that information is not available.public java.lang.String getReplicationServerStatus()
null
if
that information is not available.public java.util.Date getReplicationServerLastConnected()
null
if that information is not available.public java.util.Date getReplicationServerLastFailed()
null
if that information is not available.public java.lang.Long getReplicationServerFailedAttempts()
null
if that
information is not available.public java.lang.String toString()
toString
in class java.lang.Object