Skip navigation links


oracle.idm.connection
Class Connection.Operation.CountInfo

java.lang.Object
  extended by oracle.idm.connection.info.CountInfo
      extended by 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.


Field Summary
protected  int operationCount
           

 

Fields inherited from class oracle.idm.connection.info.CountInfo
captureCount, closeCount, invalidateCount, openCount, proxyCount, releaseCount, removeCount, returnCount, tag, UNKNOWN, validateCount

 

Constructor Summary
protected Connection.Operation.CountInfo(java.lang.String type)
          Constructor for count info.

 

Method Summary
protected  void count(Connection.Operation.CountInfo countInfo)
          Counts count info.
protected  void count(java.lang.String operation)
          Counts connection operation.
protected  void discount(Connection.Operation.CountInfo countInfo)
          Discounts count info.
protected  void discount(java.lang.String operation)
          Discounts connection operation.
 int getOperationCount()
          Returns the operation count.
protected  void xprintBody(XmlPrintWriter out)
          This method prints the count info XML tag body.

 

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

 

Field Detail

operationCount

protected int operationCount

Constructor Detail

Connection.Operation.CountInfo

protected Connection.Operation.CountInfo(java.lang.String type)
Constructor for count info.

Method Detail

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