@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ResultCodeMonitorEntry extends MonitorEntry
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
Nokia/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 |
---|
ResultCodeMonitorEntry(Entry entry)
Creates a new result code monitor entry from the provided entry.
|
Modifier and Type | Method and Description |
---|---|
OperationResultCodeInfo |
getAddOperationResultCodeInfo()
Retrieves result code information for add operations.
|
OperationResultCodeInfo |
getAllOperationsResultCodeInfo()
Retrieves result code information that encompasses all types of operations.
|
OperationResultCodeInfo |
getBindOperationResultCodeInfo()
Retrieves result code information for bind operations.
|
OperationResultCodeInfo |
getCompareOperationResultCodeInfo()
Retrieves result code information for compare operations.
|
OperationResultCodeInfo |
getDeleteOperationResultCodeInfo()
Retrieves result code information for delete operations.
|
ExtendedOperationResultCodeInfo |
getExtendedOperationResultCodeInfo()
Retrieves result code information for extended operations.
|
OperationResultCodeInfo |
getModifyDNOperationResultCodeInfo()
Retrieves result code information for modify DN operations.
|
OperationResultCodeInfo |
getModifyOperationResultCodeInfo()
Retrieves result code information for modify operations.
|
java.util.Map<java.lang.String,MonitorAttribute> |
getMonitorAttributes()
Retrieves the set of parsed monitor attributes for this monitor entry,
mapped from a unique identifier (in all lowercase characters) to the
corresponding monitor attribute.
|
java.lang.String |
getMonitorDescription()
Retrieves a human-readable description name for this monitor entry.
|
java.lang.String |
getMonitorDisplayName()
Retrieves a human-readable display name for this monitor entry.
|
OperationResultCodeInfo |
getSearchOperationResultCodeInfo()
Retrieves result code information for search operations.
|
addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, decode, getBoolean, getDate, getDN, getDouble, getEntry, getInteger, getLong, getMonitorClass, getMonitorName, getString, getStrings, toString, toString
public ResultCodeMonitorEntry(@NotNull Entry entry)
entry
- The entry to be parsed as a result code monitor entry. It
must not be null
.@NotNull public OperationResultCodeInfo getAllOperationsResultCodeInfo()
@NotNull public OperationResultCodeInfo getAddOperationResultCodeInfo()
@NotNull public OperationResultCodeInfo getBindOperationResultCodeInfo()
@NotNull public OperationResultCodeInfo getCompareOperationResultCodeInfo()
@NotNull public OperationResultCodeInfo getDeleteOperationResultCodeInfo()
@NotNull public ExtendedOperationResultCodeInfo getExtendedOperationResultCodeInfo()
@NotNull public OperationResultCodeInfo getModifyOperationResultCodeInfo()
@NotNull public OperationResultCodeInfo getModifyDNOperationResultCodeInfo()
@NotNull public OperationResultCodeInfo getSearchOperationResultCodeInfo()
@NotNull public java.lang.String getMonitorDisplayName()
getMonitorDisplayName
in class MonitorEntry
@NotNull public java.lang.String getMonitorDescription()
getMonitorDescription
in class MonitorEntry
@NotNull public java.util.Map<java.lang.String,MonitorAttribute> getMonitorAttributes()
getMonitorAttributes
in class MonitorEntry