|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler
org.openspaces.events.polling.receive.AbstractMemoryOnlySearchReceiveOperationHandler
org.openspaces.events.polling.receive.AbstractFifoGroupingReceiveOperationHandler
org.openspaces.events.polling.receive.SingleTakeReceiveOperationHandler
public class SingleTakeReceiveOperationHandler
Performs single take operation using GigaSpace.take(Object,long,int).
| Field Summary |
|---|
| Fields inherited from class org.openspaces.events.polling.receive.AbstractFifoGroupingReceiveOperationHandler |
|---|
useFifoGrouping |
| Fields inherited from class org.openspaces.events.polling.receive.AbstractMemoryOnlySearchReceiveOperationHandler |
|---|
useMemoryOnlySearch |
| Fields inherited from class org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler |
|---|
nonBlocking, nonBlockingFactor |
| Constructor Summary | |
|---|---|
SingleTakeReceiveOperationHandler()
|
|
| Method Summary | |
|---|---|
protected Object |
doReceiveBlocking(Object template,
GigaSpace gigaSpace,
long receiveTimeout)
Performs a single take operation using GigaSpace.take(Object, long,int) with
the given timeout. |
protected Object |
doReceiveNonBlocking(Object template,
GigaSpace gigaSpace)
Performs a single take operation using GigaSpace.take(Object,long,int) with
no timeout. |
String |
toString()
|
| Methods inherited from class org.openspaces.events.polling.receive.AbstractFifoGroupingReceiveOperationHandler |
|---|
isUseFifoGrouping, setUseFifoGrouping |
| Methods inherited from class org.openspaces.events.polling.receive.AbstractMemoryOnlySearchReceiveOperationHandler |
|---|
isUseMemoryOnlySearch, setUseMemoryOnlySearch |
| Methods inherited from class org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler |
|---|
receive, setNonBlocking, setNonBlockingFactor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SingleTakeReceiveOperationHandler()
| Method Detail |
|---|
protected Object doReceiveBlocking(Object template,
GigaSpace gigaSpace,
long receiveTimeout)
throws DataAccessException
GigaSpace.take(Object, long,int) with
the given timeout.
doReceiveBlocking in class AbstractNonBlockingReceiveOperationHandlerDataAccessException
protected Object doReceiveNonBlocking(Object template,
GigaSpace gigaSpace)
throws DataAccessException
GigaSpace.take(Object,long,int) with
no timeout.
doReceiveNonBlocking in class AbstractNonBlockingReceiveOperationHandlerDataAccessExceptionpublic String toString()
toString in class Object
|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||