public class RpcInput extends Object
| Constructor and Description |
|---|
RpcInput(DataNode data)
Creates an instance of RpcInput.
|
RpcInput(ResourceId id,
DataNode data)
Creates an instance of RpcInput.
|
| Modifier and Type | Method and Description |
|---|---|
DataNode |
data()
Returns the data specified in this input.
|
ResourceId |
id()
Returns the rpc identifier to which input belongs.
|
public RpcInput(DataNode data)
data - input for thr Rpc executionpublic RpcInput(ResourceId id, DataNode data)
id - rpc identifierdata - input for thr Rpc executionpublic ResourceId id()
public DataNode data()
Copyright © 2018. All rights reserved.