Uses of Class
net.jini.core.lease.UnknownLeaseException
Packages that use UnknownLeaseException
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.
-
Uses of UnknownLeaseException in com.gigaspaces.events
Methods in com.gigaspaces.events that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidEventSession.close()closes the session and deregister all listeners.voidDataEventSession.removeListener(EventRegistration registration) Unregisters the listener from the space. -
Uses of UnknownLeaseException in com.gigaspaces.internal.client.cache.localview.replication
Methods in com.gigaspaces.internal.client.cache.localview.replication that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidLocalViewReplicationEntryLeaseEventHandler.inExtendEntryLeasePeriod(IReplicationInContext context, String typeName, String uid, boolean isTransient, long lease, int routingValue) -
Uses of UnknownLeaseException in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidUpdateLeaseSpaceOperationResult.processExecutionException() -
Uses of UnknownLeaseException in com.gigaspaces.internal.cluster.node.impl.handlers
Methods in com.gigaspaces.internal.cluster.node.impl.handlers that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidSpaceReplicationEntryLeaseEventHandler.inExtendEntryLeasePeriod(IReplicationInContext context, String typeName, String uid, boolean isTransient, long lease, int routingValue) voidSpaceReplicationTemplateEventHandler.inExtendNotifyTemplateLeasePeriod(IReplicationInContext context, String typeName, String uid, long lease) Constructors in com.gigaspaces.internal.cluster.node.impl.handlers with parameters of type UnknownLeaseExceptionModifierConstructorDescriptionUnknownEntryLeaseException(String className, String uid, OperationID operationID, UnknownLeaseException ex) UnknownNotifyTemplateLeaseException(String className, String uid, UnknownLeaseException ex) -
Uses of UnknownLeaseException in com.gigaspaces.internal.events.durable
Methods in com.gigaspaces.internal.events.durable that throw UnknownLeaseException -
Uses of UnknownLeaseException in com.gigaspaces.internal.lease
Methods in com.gigaspaces.internal.lease that throw UnknownLeaseException -
Uses of UnknownLeaseException in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidlongvoidLRMISpaceImpl.renewLease(TransactionManager mgr, long id, long time) -
Uses of UnknownLeaseException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidvoidvoidlonglonglongSpaceImpl.renew(String entryUID, String classname, int objectType, long duration, boolean isFromGateway) voidSpaceImpl.renewLease(TransactionManager mgr, long id, long time) -
Uses of UnknownLeaseException in com.j_spaces.core
Methods in com.j_spaces.core that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidLeaseInitializer.UIDLease.cancel()LeaseManager.cancel(String entryUid, String classname, int objectType, boolean fromReplication, boolean origin, boolean isFromGateway) Cancel a lease for a registered Entry in this Lease Manager.LeaseManager.cancel(String entryUid, String classname, int objectType, boolean fromReplication, boolean origin, boolean lease_expired, OperationID operationID, boolean isFromGateway) voidLeaseProxy.cancel()longLeaseManager.renew(String entryUid, String className, int objectType, long duration, boolean fromReplication, boolean origin, boolean isFromGateway) Renews a lease for an additional period of time (specified in milliseconds) for a registered entry in this Lease Manager.voidLeaseProxy.renew(long duration) void -
Uses of UnknownLeaseException in com.sun.jini.landlord
Methods in com.sun.jini.landlord that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidCalled by the lease when itscancelmethod is called.voidLandlordLease.cancel()voidCancel the lease that is associated with the given cookie.protected longLandlordLease.doRenew(long renewDuration) longCalled by the lease when itsrenewmethod is called.longRenew the lease that is associated with the given cookie. -
Uses of UnknownLeaseException in com.sun.jini.lease
Methods in com.sun.jini.lease that throw UnknownLeaseException -
Uses of UnknownLeaseException in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidCalled by a LeaseExpirationMgr when it needs to expire a resource.voidCancels the lease on aTransaction.voidMahaloTxnBasicLease.renew(long duration) Renew the lease for a duration relative to now.longRequests the renewal of a lease on aTransaction. -
Uses of UnknownLeaseException in com.sun.jini.reggie
Methods in com.sun.jini.reggie that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidGigaRegistrar.addAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets) voidRegistrar.addAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets) Adds the specified attribute sets (those that aren't duplicates of existing attribute sets) to the registered service item.voidEventLease.cancel()voidGigaRegistrar.cancelEventLease(long eventID, Uuid leaseID) voidRegistrar.cancelEventLease(long eventID, Uuid leaseID) Cancels an event lease.voidGigaRegistrar.cancelServiceLease(ServiceID serviceID, Uuid leaseID) voidRegistrar.cancelServiceLease(ServiceID serviceID, Uuid leaseID) Cancels a service lease.protected longEventLease.doRenew(long duration) Renews the event lease associated with an instance of this class.voidGigaRegistrar.modifyAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSetTmpls, EntryRep[] attrSets) voidRegistrar.modifyAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSetTmpls, EntryRep[] attrSets) Modifies existing attribute sets of a registered service item.longGigaRegistrar.renewEventLease(long eventID, Uuid leaseID, long renewDuration) longRegistrar.renewEventLease(long eventID, Uuid leaseID, long duration) Renews an event lease.longGigaRegistrar.renewServiceLease(ServiceID serviceID, Uuid leaseID, long renewDuration) longRegistrar.renewServiceLease(ServiceID serviceID, Uuid leaseID, long duration) Renews a service lease.voidGigaRegistrar.setAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets) voidRegistrar.setAttributes(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets) Deletes all of the service item's existing attributes, and replaces them with the specified attribute sets. -
Uses of UnknownLeaseException in net.jini.core.lease
Methods in net.jini.core.lease that throw UnknownLeaseException -
Uses of UnknownLeaseException in net.jini.core.lookup
Methods in net.jini.core.lookup that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidServiceRegistration.addAttributes(Entry[] attrSets) Adds the specified attribute sets (those that aren't duplicates of existing attribute sets) to the registered service item.voidServiceRegistration.modifyAttributes(Entry[] attrSetTemplates, Entry[] attrSets) Modifies existing attribute sets.voidServiceRegistration.setAttributes(Entry[] attrSets) Deletes all of the service item's existing attributes, and replaces them with the specified attribute sets. -
Uses of UnknownLeaseException in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server that throw UnknownLeaseExceptionModifier and TypeMethodDescriptionvoidTransactionParticipant.renewLease(TransactionManager mgr, long id, long time) Notify the transaction participant about transaction lease renewal -
Uses of UnknownLeaseException in net.jini.lease
Methods in net.jini.lease that throw UnknownLeaseExceptionModifier 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.setExpiration(Lease lease, long expiration) Replaces the current desired expiration of a given lease from the managed set with a new desired expiration time.