| 
GigaSpaces XAP 8.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 updateModifiers)
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 updateModifiers)
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 | |
|---|---|
 void | 
IJSpace.clear(Entry template,
      Transaction txn)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 int | 
IJSpace.clear(Entry template,
      Transaction txn,
      int modifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 int | 
IJSpace.count(Entry tmpl,
      Transaction txn)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 int | 
IJSpace.count(Entry tmpl,
      Transaction txn,
      int modifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 ExternalEntry | 
IGSEntry.getExternalEntry(IJSpace space)
Convert to Entry object or ExternalEntry.  | 
 Object | 
IGSEntry.getObject(IJSpace space)
Converts to object.  | 
 Entry | 
IJSpace.read(Entry tmpl,
     Transaction txn,
     long timeout,
     int modifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Entry | 
IJSpace.readIfExists(Entry tmpl,
             Transaction txn,
             long timeout,
             int modifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Entry[] | 
IJSpace.readMultiple(Entry tmpl,
             Transaction txn,
             int limit)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Entry[] | 
IJSpace.readMultiple(Entry tmpl,
             Transaction txn,
             int limit,
             int modifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Entry[] | 
IJSpace.takeMultiple(Entry template,
             Transaction txn,
             int limit)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Entry[] | 
IJSpace.takeMultiple(Entry template,
             Transaction txn,
             int maxEntries,
             int modifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Entry | 
IJSpace.update(Entry updatedEntry,
       Transaction transaction,
       long lease,
       long timeout)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Entry | 
IJSpace.update(Entry updatedEntry,
       Transaction transaction,
       long lease,
       long timeout,
       int updateModifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Object[] | 
IJSpace.updateMultiple(Entry[] entries,
               Transaction transaction,
               long[] leases)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
 Object[] | 
IJSpace.updateMultiple(Entry[] entries,
               Transaction transaction,
               long[] leases,
               int updateModifiers)
Deprecated. Since 8.0 - Entry support has been deprecated, use GigaSpace with POJOs instead. | 
| 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 | 
EntryArrivedRemoteEvent.getEntry()
Deprecated. use EntryArrivedRemoteEvent.getObject() instead. | 
 Entry | 
EntryArrivedRemoteEvent.getEntry(boolean getExternalEntry)
Deprecated. use EntryArrivedRemoteEvent.getObject() or EntryArrivedRemoteEvent.getExternalEntry() instead. | 
 Entry | 
ExternalEntry.getEntry(IJSpace space)
Deprecated.  | 
 ExternalEntry | 
EntryArrivedRemoteEvent.getExternalEntry()
Deprecated. Since 8.0.1 - ExternalEntry is deprecated since 8.0.  | 
 ExternalEntry | 
ExternalEntry.getExternalEntry(IJSpace space)
Deprecated. Convert to Entry object or ExternalEntry.  | 
 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 8.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||