|
||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
boolean |
LeaseManager.removeLease(BaseLease lease)
Remove the specified lease. |
BaseLease |
LeaseManager.renewLease(BaseLease lease,
long duration)
Renew the lease on the specified object |
protected void |
LeaseManager.addLease(BaseLease lease)
Add a lease |
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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |