public class RpcContext extends Object
| Constructor and Description |
|---|
RpcContext(String name,
Class<? extends RpcService> intf)
Creates an instance of rpc context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
rpcName()
Returns JAVA name of the RPC.
|
Class<? extends RpcService> |
serviceIntf()
Returns class corresponding to service interface.
|
public RpcContext(String name, Class<? extends RpcService> intf)
name - name of rpcintf - service interface classpublic String rpcName()
public Class<? extends RpcService> serviceIntf()
Copyright © 2018. All rights reserved.