Uses of Interface
net.jini.core.lease.Lease
Packages that use Lease
Package
Description
Provides GigaSpaces events related interfaces.
Provides Space properties and security context services
This is a utility for services implementing leases.
Provides implementations of the
TransactionManager service.
Provides implementations of
ServiceRegistrar.Standard service and utility classes for managing leases.
JavaSpaces(TM) servers provide a place on the network, a space,
for clients to store and exchange objects.
-
Uses of Lease in com.gigaspaces.events
Methods in com.gigaspaces.events with parameters of type LeaseConstructors in com.gigaspaces.events with parameters of type LeaseModifierConstructorDescriptionGSEventRegistration(long eventID, Object source, Lease lease, long seqNum) GSEventRegistration(long eventID, Object source, Lease lease, long seqNum, String templateID, Uuid spaceUID) -
Uses of Lease in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return LeaseModifier and TypeMethodDescriptionAbstractSpaceProxy.write(Entry entry, Transaction txn, long lease) -
Uses of Lease in com.gigaspaces.internal.client.spaceproxy.events
Methods in com.gigaspaces.internal.client.spaceproxy.events with parameters of type Lease -
Uses of Lease in com.gigaspaces.internal.events.durable
Classes in com.gigaspaces.internal.events.durable that implement LeaseMethods in com.gigaspaces.internal.events.durable with parameters of type Lease -
Uses of Lease in com.gigaspaces.internal.exceptions
Methods in com.gigaspaces.internal.exceptions that return LeaseMethods in com.gigaspaces.internal.exceptions with parameters of type LeaseModifier and TypeMethodDescriptionstatic WriteResultImplWriteResultImpl.createLeaseResult(Lease lease) static WriteResultImplWriteResultImpl.createResult(Lease lease, Throwable error) void -
Uses of Lease in com.gigaspaces.internal.lease
Classes in com.gigaspaces.internal.lease that implement LeaseModifier and TypeClassDescriptionclassclassclassMethods in com.gigaspaces.internal.lease with parameters of type Lease -
Uses of Lease in com.j_spaces.core
Subinterfaces of Lease in com.j_spaces.coreModifier and TypeInterfaceDescriptioninterfaceLeaseContext<T>LeaseContext is a return-value encapsulation of a write operation.Classes in com.j_spaces.core that implement LeaseModifier and TypeClassDescriptionstatic classstatic classclassAn instance of this class represents an entry/template lease or a lease of an event registration results from an event registration.Methods in com.j_spaces.core that return LeaseModifier and TypeMethodDescriptionLeaseManager.registerTemplateLease(TemplateCacheInfo templateCacheInfo) Methods in com.j_spaces.core with parameters of type Lease -
Uses of Lease in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context that return LeaseMethods in com.j_spaces.core.cache.context with parameters of type Lease -
Uses of Lease in com.j_spaces.core.multiple.write
Methods in com.j_spaces.core.multiple.write that return Lease -
Uses of Lease in com.sun.jini.landlord
Classes in com.sun.jini.landlord that implement LeaseModifier and TypeClassDescriptionfinal classConstrainable sub-class ofLandlordLease.classBasic implementation ofnet.jini.core.lease.Leasethat works with the the Landlord protocol.Methods in com.sun.jini.landlord with parameters of type Lease -
Uses of Lease in com.sun.jini.lease
Classes in com.sun.jini.lease that implement LeaseModifier and TypeClassDescriptionclassA base class for implementing lease objects.Constructors in com.sun.jini.lease with parameters of type LeaseModifierConstructorDescriptionprotectedAbstractLeaseMap(Map map, Lease lease, long duration) Provide a map of your choice.protectedAbstractLeaseMap(Lease lease, long duration) Default to using a small HashMap. -
Uses of Lease in com.sun.jini.mahalo
Classes in com.sun.jini.mahalo that implement Lease -
Uses of Lease in com.sun.jini.reggie
Classes in com.sun.jini.reggie that implement LeaseModifier and TypeClassDescriptionfinal classEventLease subclass that supports constraints.classWhen a registrar (lookup service) grants a lease on an event registration on behalf of some object (client), a proxy is employed to allow the client to interact with the lease; this class is the implementation of that proxy.Methods in com.sun.jini.reggie with parameters of type Lease -
Uses of Lease in net.jini.core.event
Fields in net.jini.core.event declared as LeaseMethods in net.jini.core.event that return LeaseModifier and TypeMethodDescriptionEventRegistration.getLease()Returns the Lease object for this registration.Constructors in net.jini.core.event with parameters of type LeaseModifierConstructorDescriptionEventRegistration(long eventID, Object source, Lease lease, long seqNum) Constructs an EventRegistration object. -
Uses of Lease in net.jini.core.lease
Methods in net.jini.core.lease with parameters of type Lease -
Uses of Lease in net.jini.core.lookup
Methods in net.jini.core.lookup that return LeaseModifier and TypeMethodDescriptionServiceRegistration.getLease()Returns the lease that controls the service registration, allowing the lease to be renewed or cancelled.Constructors in net.jini.core.lookup with parameters of type LeaseModifierConstructorDescriptionRegistrarEventRegistration(long eventID, Object source, Lease lease, long seqNum, ServiceMatchesWrapper matches) -
Uses of Lease in net.jini.core.transaction
Subinterfaces of Lease in net.jini.core.transactionFields in net.jini.core.transaction declared as LeaseModifier and TypeFieldDescriptionfinal LeaseNestableTransaction.Created.leaseThe lease.final LeaseTransaction.Created.leaseThe lease.Constructors in net.jini.core.transaction with parameters of type LeaseModifierConstructorDescriptionCreated(NestableTransaction transaction, Lease lease) Simple constructor.Created(Transaction transaction, Lease lease) Simple constructor. -
Uses of Lease in net.jini.core.transaction.server
Fields in net.jini.core.transaction.server declared as LeaseConstructors in net.jini.core.transaction.server with parameters of type Lease -
Uses of Lease in net.jini.lease
Methods in net.jini.lease that return LeaseModifier and TypeMethodDescriptionLeaseRenewalEvent.getLease()Returns a reference to the lease to which the event pertains.Methods in net.jini.lease with parameters of type LeaseModifier and TypeMethodDescriptionvoidRemoves a given lease from the managed set, and cancels it.longLeaseRenewalManager.getExpiration(Lease lease) Returns the current desired expiration time associated with a particular lease, (not the actual expiration that was granted when the lease was created or last renewed).voidRemoves a given lease from the managed set of leases; but does not cancel the given lease.voidLeaseRenewalManager.renewFor(Lease lease, long desiredDuration, long renewDuration, LeaseListener listener) Include a lease in the managed set for a specified duration and with specified renewal duration.voidLeaseRenewalManager.renewFor(Lease lease, long desiredDuration, LeaseListener listener) Include a lease in the managed set for a specified duration.voidLeaseRenewalManager.renewUntil(Lease lease, long desiredExpiration, long renewDuration, LeaseListener listener) Include a lease in the managed set until a specified time and with a specified renewal duration.voidLeaseRenewalManager.renewUntil(Lease lease, long desiredExpiration, LeaseListener listener) Include a lease in the managed set until a specified time.voidLeaseRenewalManager.setExpiration(Lease lease, long expiration) Replaces the current desired expiration of a given lease from the managed set with a new desired expiration time.Constructors in net.jini.lease with parameters of type LeaseModifierConstructorDescriptionLeaseRenewalEvent(Object source, Lease lease, long expiration, Throwable ex) Constructs an instance of this class with the specified state.LeaseRenewalManager(Lease lease, long desiredExpiration, LeaseListener listener) Constructs an instance of this class that will initially manage a single lease. -
Uses of Lease in net.jini.space
Methods in net.jini.space that return LeaseModifier and TypeMethodDescriptionJavaSpace.write(Entry entry, Transaction txn, long lease) Write a new entry into the space. -
Uses of Lease in org.jini.rio.core
Methods in org.jini.rio.core that return Lease
IWriteResult.getLeaseContext()instead.