super.initialize(
"com.sun.enterprise.admin.monitor.stats.OrbConnectionManagerStats");
final long time = System.currentTimeMillis();
totalConnections =
new MutableBoundedRangeStatisticImpl(
new BoundedRangeStatisticImpl( 0, 0, 0,
java.lang.Long.MAX_VALUE, 0,
"TotalConnections", "count",
connection.getAttribute( stringTotalConnections ).
getAttributeInfo( ).getDescription(),
time, time ));
idleConnections =
new MutableCountStatisticImpl(
new CountStatisticImpl(
"ConnectionsIdle", "count",
connection.getAttribute( stringIdleConnections ).
getAttributeInfo( ).getDescription() ));
busyConnections =
new MutableCountStatisticImpl(
new CountStatisticImpl(
"ConnectionsInUse", "count",
connection.getAttribute( stringBusyConnections ).
getAttributeInfo( ).getDescription() ));