GigaSpaces XAP 7.0 API

Uses of Interface
com.j_spaces.core.LeaseContext

Packages that use LeaseContext
com.gigaspaces.client Deprecated: use org.openspaces.core instead. 
org.openspaces.core Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. 
 

Uses of LeaseContext in com.gigaspaces.client
 

Methods in com.gigaspaces.client that return LeaseContext
 LeaseContext IPojoSpace.write(Object object, net.jini.core.transaction.Transaction transaction, long lease)
          Equivalent to calling IPojoSpace.write(Object, Transaction, long, long, int) with the UpdateModifiers.UPDATE_OR_WRITE.
 LeaseContext IPojoSpace.write(Object object, net.jini.core.transaction.Transaction transaction, long lease, long timeout, int modifiers)
          Writes a new object to the space, returning its Lease.
 LeaseContext[] IPojoSpace.writeMultiple(Object[] objects, net.jini.core.transaction.Transaction transaction, long lease)
          Equivalent to calling #writeMultiple(Object[], Transaction, long, int) with modifier {@link com.j_spaces.core.client.UpdateModifiers#WRITE_ONLY}.
 LeaseContext[] IPojoSpace.writeMultiple(Object[] objects, net.jini.core.transaction.Transaction transaction, long lease, int updateModifiers)
          Same as a single write but for a group of entities sharing the same transaction (if any), applied with the same specified operation modifier.
 

Uses of LeaseContext in org.openspaces.core
 

Methods in org.openspaces.core that return LeaseContext
<T> LeaseContext<T>
DefaultGigaSpace.write(T entry)
           
<T> LeaseContext<T>
GigaSpace.write(T entry)
          Writes a new object to the space, returning its LeaseContext.
<T> LeaseContext<T>
DefaultGigaSpace.write(T entry, long lease)
           
<T> LeaseContext<T>
GigaSpace.write(T entry, long lease)
          Writes a new object to the space, returning its LeaseContext.
<T> LeaseContext<T>
DefaultGigaSpace.write(T entry, long lease, long timeout, int modifiers)
           
<T> LeaseContext<T>
GigaSpace.write(T entry, long lease, long timeout, int modifiers)
          Writes a new object to the space, returning its LeaseContext.
<T> LeaseContext<T>[]
DefaultGigaSpace.writeMultiple(T[] entries)
           
<T> LeaseContext<T>[]
GigaSpace.writeMultiple(T[] entries)
          Writes the specified entries to this space.
<T> LeaseContext<T>[]
DefaultGigaSpace.writeMultiple(T[] entries, long lease)
           
<T> LeaseContext<T>[]
GigaSpace.writeMultiple(T[] entries, long lease)
          Writes the specified entries to this space.
<T> LeaseContext<T>[]
DefaultGigaSpace.writeMultiple(T[] entries, long lease, int updateModifiers)
           
<T> LeaseContext<T>[]
GigaSpace.writeMultiple(T[] entries, long lease, int updateModifiers)
          Writes the specified entries to this space.
 


GigaSpaces XAP 7.0 API

Copyright © GigaSpaces.