Class LeaseTimeReportingComponentPoolEvent<C>
- java.lang.Object
-
- java.util.EventObject
-
- org.smallmind.quorum.pool.complex.event.ComponentPoolEvent<C>
-
- org.smallmind.quorum.pool.complex.event.LeaseTimeReportingComponentPoolEvent<C>
-
- All Implemented Interfaces:
Serializable
public class LeaseTimeReportingComponentPoolEvent<C> extends ComponentPoolEvent<C>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description LeaseTimeReportingComponentPoolEvent(ComponentPool<C> componentPool, long leaseTimeNanos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLeaseTimeNanos()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
LeaseTimeReportingComponentPoolEvent
public LeaseTimeReportingComponentPoolEvent(ComponentPool<C> componentPool, long leaseTimeNanos)
-
-