Class LocalViewImplReadTakeAction
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.actions.ReadTakeProxyAction<LocalViewContainer>
com.gigaspaces.internal.client.cache.localview.actions.LocalViewImplReadTakeAction
- Author:
- GigaSpaces
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAsyncFuture<?>asyncRead(LocalViewContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?>asyncTake(LocalViewContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) read(LocalViewContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) take(LocalViewContainer spaceProxy, ReadTakeProxyActionInfo actionInfo)
-
Constructor Details
-
LocalViewImplReadTakeAction
public LocalViewImplReadTakeAction()
-
-
Method Details
-
read
public Object read(LocalViewContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) throws RemoteException, UnusableEntryException, TransactionException, InterruptedException - Specified by:
readin classReadTakeProxyAction<LocalViewContainer>- Throws:
RemoteExceptionUnusableEntryExceptionTransactionExceptionInterruptedException
-
take
- Specified by:
takein classReadTakeProxyAction<LocalViewContainer>
-
asyncRead
public AsyncFuture<?> asyncRead(LocalViewContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) throws RemoteException - Specified by:
asyncReadin classReadTakeProxyAction<LocalViewContainer>- Throws:
RemoteException
-
asyncTake
public AsyncFuture<?> asyncTake(LocalViewContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) - Specified by:
asyncTakein classReadTakeProxyAction<LocalViewContainer>
-