GigaSpaces XAP 9.7.2 API

Uses of Class
net.jini.core.entry.UnusableEntryException

Packages that use UnusableEntryException
com.gigaspaces.client Deprecated: use org.openspaces.core instead. 
com.j_spaces.core Provides Space properties and security context services 
com.j_spaces.core.client Provides GigaSpaces client interface services 
net.jini.space JavaSpaces(TM) servers provide a place on the network, a space, for clients to store and exchange objects. 
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 UnusableEntryException in com.gigaspaces.client
 

Methods in com.gigaspaces.client that throw UnusableEntryException
 void IPojoSpace.clear(Object template, Transaction transaction)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 int IPojoSpace.clear(Object template, Transaction transaction, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 int IPojoSpace.count(Object template, Transaction transaction)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 int IPojoSpace.count(Object template, Transaction transaction, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.read(Object template, Transaction transaction, long timeout)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.read(Object template, Transaction transaction, long timeout, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.readIfExists(Object template, Transaction transaction, long timeout)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.readIfExists(Object template, Transaction transaction, long timeout, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object[] IPojoSpace.readMultiple(Object template, Transaction transaction, int limit)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object[] IPojoSpace.readMultiple(Object template, Transaction transaction, int limit, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.take(Object template, Transaction transaction, long timeout)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.take(Object template, Transaction transaction, long timeout, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.takeIfExists(Object template, Transaction transaction, long timeout)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object[] IPojoSpace.takeMultiple(Object template, Transaction transaction, int limit)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object[] IPojoSpace.takeMultiple(Object template, Transaction txn, int limit, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.update(Object updatedEntry, Transaction transaction, long lease, long timeout)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object IPojoSpace.update(Object updatedEntry, Transaction transaction, long lease, long timeout, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object[] IPojoSpace.updateMultiple(Object[] entries, Transaction transaction, long[] leases)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 Object[] IPojoSpace.updateMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers)
          Deprecated. Since 8.0 - Use GigaSpace instead.
 

Uses of UnusableEntryException in com.j_spaces.core
 

Subclasses of UnusableEntryException in com.j_spaces.core
 class DetailedUnusableEntryException
          A DetailedUnusableEntryException is thrown when class version compatibility error, the space server contains an older version of class.
 class FifoOperationException
          Parent exception class of all Fifo Exceptions.
 class InvalidFifoClassException
          Deprecated. This exception is no longer thrown.
 class InvalidFifoTemplateException
          This exception is thrown if read or take operations executed in FIFO mode, but the template class FIFO mode already been set to non FIFO.
 

Methods in com.j_spaces.core that throw UnusableEntryException
 Object IGSEntry.getObject(IJSpace space)
          Converts to object.
 

Uses of UnusableEntryException in com.j_spaces.core.client
 

Subclasses of UnusableEntryException in com.j_spaces.core.client
 class EntryNotInSpaceException
          This exception is thrown when update operation is rejected.
 class EntryVersionConflictException
          This exception is thrown when update/take operation is rejected as a result of optimistic locking version conflict.
 

Methods in com.j_spaces.core.client that throw UnusableEntryException
 Entry ExternalEntry.getEntry(IJSpace space)
          Deprecated.  
 Object EntryArrivedRemoteEvent.getObject()
          Returns the entry by specification of user.
 Object ExternalEntry.getObject(IJSpace space)
          Deprecated. Converts to object.
 

Constructors in com.j_spaces.core.client that throw UnusableEntryException
GSIterator(IJSpace spaceProxy, Collection<?> templates)
          Equivalent to calling GSIterator.GSIterator(IJSpace, Collection, com.gigaspaces.client.iterator.GSIteratorConfig).
GSIterator(IJSpace spaceProxy, Collection<?> templates, GSIteratorConfig config)
          Constructs an iterator over a space using a collection of entity instances to be incrementally returned.
GSIterator(IJSpace spaceProxy, Collection<?> templates, int bufferSize, boolean withHistory, long leaseDuration)
          Deprecated. Use GSIterator.GSIterator(IJSpace, Collection, GSIteratorConfig) instead.
 

Uses of UnusableEntryException in net.jini.space
 

Methods in net.jini.space that throw UnusableEntryException
abstract  Entry AvailabilityEvent.getEntry()
          Returns a copy of the Entry whose transition triggered this event.
 Entry MatchSet.next()
          Removes one Entry from the match set and returns a copy to the caller.
 Entry JavaSpace.read(Entry tmpl, Transaction txn, long timeout)
          Read any matching entry from the space, blocking until one exists.
 Entry JavaSpace.readIfExists(Entry tmpl, Transaction txn, long timeout)
          Read any matching entry from the space, returning null if there is currently is none.
 Entry JavaSpace.take(Entry tmpl, Transaction txn, long timeout)
          Take a matching entry from the space, waiting until one exists.
 Entry JavaSpace.takeIfExists(Entry tmpl, Transaction txn, long timeout)
          Take a matching entry from the space, returning null if there is currently is none.
 

Uses of UnusableEntryException in org.openspaces.core
 

Constructors in org.openspaces.core with parameters of type UnusableEntryException
UnusableEntryException(String message, UnusableEntryException cause)
           
UnusableEntryException(UnusableEntryException cause)
           
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.