public interface GenericRemoteInvocationCommandService
call
any
RemoteInvocationCommand
.Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationCommandResponse |
callCommands(GenericRemoteInvocationCommandRequest request)
This method calls one or multiple
RemoteInvocationCommand s on the
server. |
GenericRemoteInvocationCommandResponse callCommands(GenericRemoteInvocationCommandRequest request)
RemoteInvocationCommand
s on the
server. The implementation is typically generic and dispatches the
commands
to according services.request
- is the GenericRemoteInvocationCommandRequest
.GenericRemoteInvocationCommandResponse
.Copyright © 2001–2016 mmm-Team. All rights reserved.