public abstract class Operation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TFutureImpl<Object> |
future |
protected RomManager |
manager |
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
abstract RomClientJsonRpcClient.RequestAndResponseType |
createRequest(RomClientJsonRpcClient romClientJsonRpcClient) |
abstract String |
getDescription() |
TFutureImpl<Object> |
getFuture() |
protected String |
getObjectRef(Object object) |
protected RemoteObject |
getRemoteObject(Object object) |
abstract void |
processResponse(Object response) |
void |
rollback(TransactionExecutionException e) |
void |
setManager(RomManager manager) |
protected RomManager manager
protected TFutureImpl<Object> future
public abstract RomClientJsonRpcClient.RequestAndResponseType createRequest(RomClientJsonRpcClient romClientJsonRpcClient)
public void setManager(RomManager manager)
public TFutureImpl<Object> getFuture()
protected RemoteObject getRemoteObject(Object object)
public void rollback(TransactionExecutionException e)
public abstract String getDescription()
public abstract void processResponse(Object response)
Copyright © 2015 Kurento. All rights reserved.