| Package | Description |
|---|---|
| net.sf.mmm.service.base.server |
Contains the server-specific base classes for simple remote services.
|
| net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
| net.sf.mmm.service.impl.rpc.server |
Contains the server-specific implementation classes for simple remote invocations using RPC style.
|
| Modifier and Type | Field and Description |
|---|---|
private AbstractGenericRemoteInvocationService<?,?,?,?> |
GenericRemoteInvocationCallHandler.genericService |
| Modifier and Type | Method and Description |
|---|---|
AbstractGenericRemoteInvocationService<?,?,?,?> |
GenericRemoteInvocationCallHandler.getGenericService() |
| Constructor and Description |
|---|
GenericRemoteInvocationCallHandler(String id,
AbstractGenericRemoteInvocationService<?,?,?,?> genericService)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericRemoteInvocationCommandService
This is the abstract base implementation of
GenericRemoteInvocationCommandService. |
class |
GenericRemoteInvocationCommandServiceImpl
This is the implementation of
GenericRemoteInvocationCommandService
using TransactionExecutor. |
| Constructor and Description |
|---|
GenericRemoteInvocationCommandCallHandler(AbstractGenericRemoteInvocationService<?,?,?,?> genericService,
RemoteInvocationCommandHandler<?,?> handler)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericRemoteInvocationRpcService
This is the server-side default implementation of
GenericRemoteInvocationRpcService. |
class |
GenericRemoteInvocationRpcServiceImpl
This class extends
AbstractGenericRemoteInvocationRpcService with transaction support via
TransactionExecutor. |
| Constructor and Description |
|---|
GenericRemoteInvocationRpcCallHandler(Class<SERVICE> serviceInterface,
SERVICE serviceImplementation,
AbstractGenericRemoteInvocationService<?,?,?,?> genericService,
Method method)
The constructor.
|
GenericRemoteInvocationRpcCallHandler(Class<SERVICE> serviceInterface,
SERVICE serviceImplementation,
AbstractGenericRemoteInvocationService<?,?,?,?> genericService,
Method method,
int signature)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.