org.smallmind.quorum.pool.connection.jmx
Class ConnectionLeaseTimeNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by org.smallmind.quorum.pool.connection.jmx.ConnectionLeaseTimeNotification
All Implemented Interfaces:
Serializable

public class ConnectionLeaseTimeNotification
extends Notification

See Also:
Serialized Form

Field Summary
static String TYPE
           
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
ConnectionLeaseTimeNotification(Object source, long leaseTimeNanos)
           
 
Method Summary
 long getLeaseTimeNanos()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

ConnectionLeaseTimeNotification

public ConnectionLeaseTimeNotification(Object source,
                                       long leaseTimeNanos)
Method Detail

getLeaseTimeNanos

public long getLeaseTimeNanos()


Copyright © 2012. All Rights Reserved.