public abstract class ChangeProxyAction<TSpaceProxy extends ISpaceProxy> extends Object
Constructor and Description |
---|
ChangeProxyAction() |
Modifier and Type | Method and Description |
---|---|
abstract <T> Future<ChangeResult<T>> |
asyncChange(TSpaceProxy spaceProxy,
ChangeProxyActionInfo actionInfo,
AsyncFutureListener listener) |
abstract ChangeResult<?> |
change(TSpaceProxy spaceProxy,
ChangeProxyActionInfo actionInfo) |
public abstract ChangeResult<?> change(TSpaceProxy spaceProxy, ChangeProxyActionInfo actionInfo) throws InterruptedException, RemoteException, TransactionException
public abstract <T> Future<ChangeResult<T>> asyncChange(TSpaceProxy spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) throws RemoteException
RemoteException
Copyright © GigaSpaces.