Uses of Class
net.jini.core.lease.LeaseDeniedException
Packages that use LeaseDeniedException
Package
Description
Provides Space properties and security context services
Provides GigaSpaces client interface services
Provides GigaSpaces JDBC interfaces
This is a utility for services implementing leases.
Provides implementations of the
TransactionManager service.
-
Uses of LeaseDeniedException in com.gigaspaces.internal.events.durable
Methods in com.gigaspaces.internal.events.durable that throw LeaseDeniedException -
Uses of LeaseDeniedException in com.gigaspaces.internal.lease
Methods in com.gigaspaces.internal.lease that throw LeaseDeniedException -
Uses of LeaseDeniedException in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionlongvoidLRMISpaceImpl.renewLease(TransactionManager mgr, long id, long time) -
Uses of LeaseDeniedException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionlonglongvoidSpaceImpl.renewLease(TransactionManager mgr, long id, long time) -
Uses of LeaseDeniedException in com.gigaspaces.internal.transaction
Methods in com.gigaspaces.internal.transaction that throw LeaseDeniedException -
Uses of LeaseDeniedException in com.gigaspaces.jdbc.request
Methods in com.gigaspaces.jdbc.request that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionRequestPacketV3.accept(QueryHandler handler, QuerySession session) -
Uses of LeaseDeniedException in com.j_spaces.core
Methods in com.j_spaces.core that throw LeaseDeniedException -
Uses of LeaseDeniedException in com.j_spaces.core.client
Methods in com.j_spaces.core.client that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionstatic Transaction.CreatedXATransactionFactory.create(ExtendedTransactionManager mgr, Xid xid, long leaseTime, boolean setAsDefault, ISpaceProxy proxy, XAResourceImpl resource, boolean delegatedXa) Creates new transaction for XA transactions. -
Uses of LeaseDeniedException in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionRequestPacket.accept(QueryHandler handler, QuerySession session) QueryHandler.visit(RequestPacketV3 request, QuerySession session) QueryHandler.visit(SetAutoCommitRequest request, QuerySession session) Handle set auto commit [on off] requestQueryHandler.visit(RequestPacket request, QuerySession session) -
Uses of LeaseDeniedException in com.j_spaces.jdbc.request
Methods in com.j_spaces.jdbc.request that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionSetAutoCommitRequest.accept(QueryHandler handler, QuerySession session) SetTransaction.accept(QueryHandler handler, QuerySession session) -
Uses of LeaseDeniedException in com.sun.jini.landlord
Methods in com.sun.jini.landlord that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionprotected longLandlordLease.doRenew(long renewDuration) FixedLeasePeriodPolicy.grant(LeasedResource resource, long requestedDuration) LeasePeriodPolicy.grant(LeasedResource resource, long requestedDuration) Calculate the initial expiration and duration for a new lease.FixedLeasePeriodPolicy.renew(LeasedResource resource, long requestedDuration) longCalled by the lease when itsrenewmethod is called.LeasePeriodPolicy.renew(LeasedResource resource, long requestedDuration) Calculate the expiration and duration for an existing lease that is being renewed.longRenew the lease that is associated with the given cookie. -
Uses of LeaseDeniedException in com.sun.jini.lease
Methods in com.sun.jini.lease that throw LeaseDeniedException -
Uses of LeaseDeniedException in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that throw LeaseDeniedException -
Uses of LeaseDeniedException in net.jini.core.lease
Methods in net.jini.core.lease that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionvoidLease.renew(long duration) Used to renew a lease for an additional period of time, specified in milliseconds. -
Uses of LeaseDeniedException in net.jini.core.transaction
Methods in net.jini.core.transaction that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionNestableTransaction.create(long leaseTime) Create a new nested transaction, with the current transaction as parent, managed by the same transaction manager as the current transaction.NestableTransaction.create(NestableTransactionManager mgr, long leaseTime) Create a new nested transaction, with the current transaction as parent, managed by the given transaction manager.static NestableTransaction.CreatedTransactionFactory.create(NestableTransactionManager mgr, long leaseTime) Create a new top-level transaction, under which nested transactions can be created.static Transaction.CreatedTransactionFactory.create(TransactionManager mgr, long leaseTime) Create a new top-level transaction. -
Uses of LeaseDeniedException in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionNestableServerTransaction.create(long leaseTime) NestableServerTransaction.create(NestableTransactionManager mgr, long leaseTime) NestableTransactionManager.create(NestableTransactionManager parentMgr, long parentID, long lease) Begin a nested transaction, with the specified transaction as parent.TransactionManager.create(long lease) Begin a new top-level transaction.voidTransactionParticipant.renewLease(TransactionManager mgr, long id, long time) Notify the transaction participant about transaction lease renewal -
Uses of LeaseDeniedException in org.jini.rio.core
Methods in org.jini.rio.core that throw LeaseDeniedException -
Uses of LeaseDeniedException in org.jini.rio.event
Methods in org.jini.rio.event that throw LeaseDeniedExceptionModifier and TypeMethodDescriptionEventProducer.register(EventDescriptor descriptor, RemoteEventListener listener, MarshalledObject handback, long duration) The register method creates a leasedEventRegistrationfor the EventDescriptor type passed in based on the requested lease duration.