org.smallmind.quorum.pool.connection.event
Class LeaseTimeReportingConnectionPoolEvent<C>

java.lang.Object
  extended by java.util.EventObject
      extended by org.smallmind.quorum.pool.connection.event.ConnectionPoolEvent<C>
          extended by org.smallmind.quorum.pool.connection.event.LeaseTimeReportingConnectionPoolEvent<C>
All Implemented Interfaces:
Serializable

public class LeaseTimeReportingConnectionPoolEvent<C>
extends ConnectionPoolEvent<C>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LeaseTimeReportingConnectionPoolEvent(ConnectionPool<C> connectionPool, long leaseTimeNanos)
           
 
Method Summary
 long getLeaseTimeNanos()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeaseTimeReportingConnectionPoolEvent

public LeaseTimeReportingConnectionPoolEvent(ConnectionPool<C> connectionPool,
                                             long leaseTimeNanos)
Method Detail

getLeaseTimeNanos

public long getLeaseTimeNanos()


Copyright © 2012. All Rights Reserved.