Uses of Class
org.exolab.jms.lease.BaseLease

Packages that use BaseLease
org.exolab.jms.lease   
org.exolab.jms.server.rmi   
 

Uses of BaseLease in org.exolab.jms.lease
 

Subclasses of BaseLease in org.exolab.jms.lease
 class MessageLease
          This is a lease specifically for a MessageHandle.
 

Methods in org.exolab.jms.lease that return BaseLease
 BaseLease LeaseManager.createLease(java.lang.Object object, long duration, LeaseEventListenerIfc listener)
          Create a lease on any object for the specified duration.
 BaseLease LeaseManager.renewLease(BaseLease lease, long duration)
          Renew the lease on the specified object
 

Methods in org.exolab.jms.lease with parameters of type BaseLease
protected  void LeaseManager.addLease(BaseLease lease)
          Add a lease
 boolean LeaseManager.removeLease(BaseLease lease)
          Remove the specified lease.
 BaseLease LeaseManager.renewLease(BaseLease lease, long duration)
          Renew the lease on the specified object
 

Uses of BaseLease in org.exolab.jms.server.rmi
 

Fields in org.exolab.jms.server.rmi declared as BaseLease
protected  BaseLease RmiJmsServerConnection._lease
          This is the lease on this object.
 



Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.