Package | Description |
---|---|
net.sf.mmm.service.base.command.server |
Contains the server-specific base classes for simple remote services using command style.
|
net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationCommandHandler<RESULT extends Serializable,COMMAND extends RemoteInvocationCommand<RESULT>>
This is the abstract base implementation for a
RemoteInvocationCommandHandler . |
Modifier and Type | Field and Description |
---|---|
private RemoteInvocationCommandHandler<?,?> |
GenericRemoteInvocationCommandCallHandler.handler
The adapted
RemoteInvocationCommandHandler . |
Modifier and Type | Method and Description |
---|---|
private Method |
GenericRemoteInvocationCommandCallHandler.detectHandleMethod(RemoteInvocationCommandHandler<?,?> commandHandler)
Detects the implementation of
handle(RemoteInvocationCommand) . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenericRemoteInvocationCommandService.setCommandHandlers(List<RemoteInvocationCommandHandler<?,?>> commandHandlers) |
Constructor and Description |
---|
GenericRemoteInvocationCommandCallHandler(AbstractGenericRemoteInvocationService<?,?,?,?> genericService,
RemoteInvocationCommandHandler<?,?> handler)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.