public abstract class AbstractRemoteInvocationServiceClient extends Object implements RemoteInvocationService
RemoteInvocationService
s.Modifier and Type | Field and Description |
---|---|
private AbstractRemoteInvocationServiceCaller |
remoteInvocationSerivceCaller |
Constructor and Description |
---|
AbstractRemoteInvocationServiceClient()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addCall(GenericRemoteInvocationRpcCall call,
Class<?> returnType) |
protected AbstractRemoteInvocationServiceCaller |
getRemoteInvocationSerivceCaller() |
(package private) void |
setRemoteInvocationSerivceCaller(AbstractRemoteInvocationServiceCaller serivceCaller) |
private AbstractRemoteInvocationServiceCaller remoteInvocationSerivceCaller
getRemoteInvocationSerivceCaller()
public AbstractRemoteInvocationServiceClient()
void setRemoteInvocationSerivceCaller(AbstractRemoteInvocationServiceCaller serivceCaller)
serivceCaller
- is the serivceCaller to setprotected AbstractRemoteInvocationServiceCaller getRemoteInvocationSerivceCaller()
protected void addCall(GenericRemoteInvocationRpcCall call, Class<?> returnType)
call
- is the GenericRemoteInvocationRpcCall
to add.returnType
- is the return type
of the invoked
Method
.AbstractRemoteInvocationServiceCaller.addCall(GenericRemoteInvocationRpcCall, Class)
Copyright © 2001–2016 mmm-Team. All rights reserved.