|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncOperationHandler | |
|---|---|
| org.openspaces.events.asyncpolling | |
| org.openspaces.events.asyncpolling.receive | |
| Uses of AsyncOperationHandler in org.openspaces.events.asyncpolling |
|---|
| Methods in org.openspaces.events.asyncpolling with parameters of type AsyncOperationHandler | |
|---|---|
SimpleAsyncPollingContainerConfigurer |
SimpleAsyncPollingContainerConfigurer.asyncOperationHandler(AsyncOperationHandler operationHandler)
|
void |
SimpleAsyncPollingEventListenerContainer.setAsyncOperationHandler(AsyncOperationHandler asyncOperationHandler)
Sets the async operation handler abstracting the actual async operation perfomred. |
| Uses of AsyncOperationHandler in org.openspaces.events.asyncpolling.receive |
|---|
| Classes in org.openspaces.events.asyncpolling.receive that implement AsyncOperationHandler | |
|---|---|
class |
ExclusiveReadAsyncOperationHandler
Performs a single take usign GigaSpace.asyncRead(Object) under exclusive
read lock. |
class |
SingleReadAsyncOperationHandler
Performs a single take usign GigaSpace.asyncRead(Object). |
class |
SingleTakeAsyncOperationHandler
Performs a single take usign GigaSpace.asyncTake(Object). |
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||