| Package | Description | 
|---|---|
| com.gigaspaces.internal.events.durable | |
| com.gigaspaces.internal.lease | |
| com.gigaspaces.internal.lrmi.stubs | |
| com.gigaspaces.internal.server.space | |
| com.gigaspaces.internal.transaction | |
| com.gigaspaces.jdbc.request | |
| com.j_spaces.core | Provides Space properties and security context services | 
| com.j_spaces.core.client | Provides GigaSpaces client interface services | 
| com.j_spaces.jdbc | Provides GigaSpaces JDBC interfaces | 
| com.j_spaces.jdbc.request | |
| com.sun.jini.landlord | 
This is a utility for services implementing leases. | 
| com.sun.jini.lease | |
| com.sun.jini.mahalo | Provides implementations of the 
TransactionManager service. | 
| net.jini.core.lease | |
| net.jini.core.transaction | |
| net.jini.core.transaction.server | |
| org.jini.rio.core | |
| org.jini.rio.event | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DurableNotificationLease. renew(long duration) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpaceLease. renew(long duration) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | LRMISpaceImpl. renew(String entryUID,
     String classname,
     int objectType,
     long duration) | 
| void | LRMISpaceImpl. renewLease(TransactionManager mgr,
          long id,
          long time) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | SpaceImpl. renew(String entryUID,
     String classname,
     int objectType,
     long duration) | 
| long | IRemoteSpace. renew(String entryUID,
     String classname,
     int objectType,
     long duration) | 
| void | SpaceImpl. renewLease(TransactionManager mgr,
          long id,
          long time) | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionManager.Created | DummyTransactionManager. create(long lease) | 
| TransactionManager.Created | DummyTransactionManager. create(Object xid,
      long lease) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResponsePacket | RequestPacketV3. accept(QueryHandler handler,
      QuerySession session) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LeaseProxy. renew(long duration) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Transaction.Created | XATransactionFactory. create(ExtendedTransactionManager mgr,
      Xid xid,
      long leaseTime,
      boolean setAsDefault,
      ISpaceProxy proxy,
      XAResourceImpl resource,
      boolean delegatedXa)Creates new transaction for XA transactions. | 
| void | GSIterator. renew(long duration)Deprecated.  Used to renew the iterator's lease for an additional period of time, specified in
 milliseconds. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResponsePacket | RequestPacket. accept(QueryHandler handler,
      QuerySession session) | 
| ResponsePacket | QueryHandler. visit(RequestPacket request,
     QuerySession session) | 
| ResponsePacket | QueryHandler. visit(RequestPacketV3 request,
     QuerySession session) | 
| ResponsePacket | QueryHandler. visit(SetAutoCommitRequest request,
     QuerySession session)Handle set auto commit [on off] request | 
| Modifier and Type | Method and Description | 
|---|---|
| ResponsePacket | SetTransaction. accept(QueryHandler handler,
      QuerySession session) | 
| ResponsePacket | SetAutoCommitRequest. accept(QueryHandler handler,
      QuerySession session) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected long | LandlordLease. doRenew(long renewDuration) | 
| LeasePeriodPolicy.Result | FixedLeasePeriodPolicy. grant(LeasedResource resource,
     long requestedDuration) | 
| LeasePeriodPolicy.Result | LeasePeriodPolicy. grant(LeasedResource resource,
     long requestedDuration)Calculate the initial expiration and duration for a new lease. | 
| LeasePeriodPolicy.Result | FixedLeasePeriodPolicy. renew(LeasedResource resource,
     long requestedDuration) | 
| LeasePeriodPolicy.Result | LeasePeriodPolicy. renew(LeasedResource resource,
     long requestedDuration)Calculate the expiration and duration for an existing lease that is being renewed. | 
| long | Landlord. renew(Uuid cookie,
     long duration)Called by the lease when its  renewmethod is called. | 
| long | LocalLandlord. renew(Uuid cookie,
     long duration)Renew the lease that is associated with the given cookie. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract long | AbstractLease. doRenew(long duration)Renew the lease for a duration relative to now, and return the duration actually granted. | 
| void | AbstractLease. renew(long duration)Renew the lease for a duration relative to now. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionManager.Created | TxnManagerImpl. create(long lease) | 
| TransactionManager.Created | TxnMgrProxy. create(long lease) | 
| TransactionManager.Created | TxnManagerImpl. create(Object externalXid,
      long lease) | 
| TransactionManager.Created | TxnMgrProxy. create(Object xid,
      long lease) | 
| void | MahaloTxnBasicLease. renew(long duration)Renew the lease for a duration relative to now. | 
| long | TxnManagerImpl. renew(Uuid uuid,
     long extension)Requests the renewal of  a lease on a  Transaction. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Lease. renew(long duration)Used to renew a lease for an additional period of time, specified in milliseconds. | 
| Modifier and Type | Method and Description | 
|---|---|
| NestableTransaction.Created | NestableTransaction. 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.Created | 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.Created | TransactionFactory. create(NestableTransactionManager mgr,
      long leaseTime)Create a new top-level transaction, under which nested transactions can be created. | 
| static Transaction.Created | TransactionFactory. create(TransactionManager mgr,
      long leaseTime)Create a new top-level transaction. | 
| Modifier and Type | Method and Description | 
|---|---|
| NestableTransaction.Created | NestableServerTransaction. create(long leaseTime) | 
| TransactionManager.Created | TransactionManager. create(long lease)Begin a new top-level transaction. | 
| NestableTransaction.Created | NestableServerTransaction. create(NestableTransactionManager mgr,
      long leaseTime) | 
| TransactionManager.Created | NestableTransactionManager. create(NestableTransactionManager parentMgr,
      long parentID,
      long lease)Begin a nested transaction, with the specified transaction as parent. | 
| TransactionManager.Created | ExtendedTransactionManager. create(Object xid,
      long lease) | 
| void | TransactionParticipant. renewLease(TransactionManager mgr,
          long id,
          long time)Notify the transaction participant about transaction lease renewal | 
| Modifier and Type | Method and Description | 
|---|---|
| Lease | MonitorableService. monitor(long duration)Establish a Lease to monitor the reachability of the Service | 
| Modifier and Type | Method and Description | 
|---|---|
| EventRegistration | EventProducer. register(EventDescriptor descriptor,
        RemoteEventListener listener,
        MarshalledObject handback,
        long duration)The register method creates a leased  EventRegistrationfor the
 EventDescriptor type passed in based on the requested lease duration. | 
Copyright © GigaSpaces.