|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.monitors.ReplicationSummaryReplicationServer
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ReplicationSummaryReplicationServer
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This class provides a data structure that contains information about a replication server contained in a replication summary monitor entry.
Constructor Summary | |
---|---|
ReplicationSummaryReplicationServer(java.lang.String value)
Creates a new replication summary replication server object from the provided string representation. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReplicationSummaryReplicationServer(java.lang.String value)
value
- The value string to be parsed as a replication summary
replication server object.Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |