Added a getRpcConnection() method to expose the underlying
RPC support.
This commit is contained in:
parent
a77ed52777
commit
323daeb94f
@ -60,6 +60,15 @@ public class RpcClientService extends AbstractClientService {
|
||||
public RpcClientService() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the underlying RPC connection for use by other
|
||||
* services that may require a more generic non-client/server
|
||||
* specific RPC object with which to interact.
|
||||
*/
|
||||
public RpcConnection getRpcConnection() {
|
||||
return rpc;
|
||||
}
|
||||
|
||||
/**
|
||||
* Used internally to setup the RpcConnection and MessageDelegator.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user