Uses of Class org.jgroups.service.lease.LeaseDeniedException

Uses in package org.jgroups.service.lease

Classes derived from org.jgroups.service.lease.LeaseDeniedException

class
This exception indicates that lease factory has undecided lease request for the specified lease target and from specified tenant.

Methods which throw type org.jgroups.service.lease.LeaseDeniedException

Lease
LeaseFactory.newLease(Object leaseTarget, Object tenant, long requestedDuration, boolean isAbsolute)
Obtain new lease.
Lease
LeaseFactoryClient.newLease(Object leaseTarget, Object tenant, long requestedDuration, boolean isAbsolute)
Get new lease.
Lease
LeaseFactory.renewLease(Lease existingLease, long requestedDuration, boolean isAbsolute)
Renew existing lease.
Lease
LeaseFactoryClient.renewLease(Lease existingLease, long requestedDuration, boolean isAbsolute)
Renew existing lease.

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.