Skip navigation links
oracle.idm.connection
Class Connection.Operation.CountInfo
java.lang.Object
oracle.idm.connection.info.CountInfo
oracle.idm.connection.Connection.Operation.CountInfo
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable, XmlPrintable
- Direct Known Subclasses:
- ConnectionEvent.CountInfo
- Enclosing class:
- Connection.Operation
-
public static class Connection.Operation.CountInfo
- extends CountInfo
This class maintains connection operation count information.
Note: this class has a natural ordering that is inconsistent with equals.
Fields inherited from class oracle.idm.connection.info.CountInfo |
captureCount, closeCount, invalidateCount, openCount, proxyCount, releaseCount, removeCount, returnCount, tag, UNKNOWN, validateCount |
Methods inherited from class oracle.idm.connection.info.CountInfo |
compareTo, count, discount, getCaptureCount, getCloseCount, getInvalidateCount, getOpenCount, getProxyCount, getReleaseCount, getRemoveCount, getReturnCount, getType, getValidateCount, isMatchingType, xprint |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operationCount
protected int operationCount
Connection.Operation.CountInfo
protected Connection.Operation.CountInfo(java.lang.String type)
- Constructor for count info.
getOperationCount
public int getOperationCount()
- Returns the operation count.
-
- Returns:
- int representing the operation count
count
protected void count(java.lang.String operation)
- Counts connection operation.
discount
protected void discount(java.lang.String operation)
- Discounts connection operation.
count
protected void count(Connection.Operation.CountInfo countInfo)
- Counts count info.
discount
protected void discount(Connection.Operation.CountInfo countInfo)
- Discounts count info.
xprintBody
protected void xprintBody(XmlPrintWriter out)
- This method prints the count info XML tag body.
-
- Overrides:
xprintBody
in class CountInfo
Skip navigation links