Class ComponentLeaseTimeNotification
- java.lang.Object
-
- java.util.EventObject
-
- javax.management.Notification
-
- org.smallmind.quorum.pool.complex.jmx.ComponentLeaseTimeNotification
-
- All Implemented Interfaces:
Serializable
public class ComponentLeaseTimeNotification extends Notification
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE-
Fields inherited from class javax.management.Notification
source
-
-
Constructor Summary
Constructors Constructor Description ComponentLeaseTimeNotification(Object source, long leaseTimeNanos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLeaseTimeNanos()-
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComponentLeaseTimeNotification
public ComponentLeaseTimeNotification(Object source, long leaseTimeNanos)
-
-