public abstract class AbstractRrpc extends AbstractRpc
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
mConnectorsIdTo |
| Constructor and Description |
|---|
AbstractRrpc(String aClassname,
String aMethod) |
AbstractRrpc(String aClassname,
String aMethod,
boolean aSpawnTread) |
AbstractRrpc(Token aToken)
The token should contains all the necessary informations.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
call()
Make the call.
|
AbstractRrpc |
to(List<String> aConnectors)
The connectors you want to send the rrpc
|
AbstractRrpc |
to(String aConnectorId)
A connectorId you want to send the rrpc
|
send, sendListOfArgs, setDefaultSpanwThreadpublic AbstractRrpc(Token aToken)
aToken - RrpcRightNotGrantedExceptionRrpcConnectorNotFoundExceptionpublic AbstractRrpc to(List<String> aConnectors)
aConnector - public AbstractRrpc to(String aConnectorId)
aConnector - RrpcConnectorNotFoundExceptionpublic Token call()
AbstractRpccall in class AbstractRpcCopyright © 2013. All Rights Reserved.