Package | Description |
---|---|
net.sf.mmm.service.base.rpc |
Contains the base classes for simple remote services using RPC style.
|
net.sf.mmm.service.base.rpc.client |
Contains the client-specific base classes for simple remote services using RPC 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 GenericRemoteInvocationRpcCall[] |
GenericRemoteInvocationRpcTransactionalCalls.calls |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationRpcCall[] |
GenericRemoteInvocationRpcTransactionalCalls.getCalls() |
Constructor and Description |
---|
GenericRemoteInvocationRpcTransactionalCalls(GenericRemoteInvocationRpcCall... calls)
The constructor.
|
Constructor and Description |
---|
GenericRemoteInvocationRpcTransactionalCalls(Collection<GenericRemoteInvocationRpcCall> calls)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteInvocationServiceClient.addCall(GenericRemoteInvocationRpcCall call,
Class<?> returnType) |
protected void |
AbstractRemoteInvocationServiceCaller.addCall(GenericRemoteInvocationRpcCall call,
Class<?> returnType)
This method is called from the service-client stub to add a
GenericRemoteInvocationRpcCall . |
protected void |
AbstractRemoteInvocationServiceCaller.RemoteInvocationServiceQueueImpl.addCall(GenericRemoteInvocationRpcCall call,
Class<?> returnType)
This method adds the given
GenericRemoteInvocationRpcCall to this queue. |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationRpcTransactionalCalls |
AbstractRemoteInvocationServiceCaller.createRemoteInvocationTransactionalCalls(List<GenericRemoteInvocationRpcCall> calls) |
Modifier and Type | Method and Description |
---|---|
protected Set<? extends javax.validation.ConstraintViolation<?>> |
GenericRemoteInvocationRpcCallHandler.doValidate(GenericRemoteInvocationRpcCall call)
Called from
GenericRemoteInvocationCallHandler.validate(RemoteInvocationCall) to delegate to JSR303 (javax.validation). |
protected String |
AbstractGenericRemoteInvocationRpcService.getHandlerId(GenericRemoteInvocationRpcCall call) |
static String |
GenericRemoteInvocationRpcCallHandler.getId(GenericRemoteInvocationRpcCall call)
This method gets an identifier for the method specified by the given
call . |
Object |
GenericRemoteInvocationRpcCallHandler.invoke(GenericRemoteInvocationRpcCall call)
Invokes the given
RemoteInvocationCall . |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationTransactionalResults |
GenericRemoteInvocationRpcServiceImpl.processCallsInTransaction(GenericRemoteInvocationTransactionalCalls<GenericRemoteInvocationRpcCall> transactionalCalls,
AbstractGenericRemoteInvocationService.RequestContext context)
This method calls
AbstractGenericRemoteInvocationService.processTransactionalCalls(GenericRemoteInvocationTransactionalCalls, RequestContext) in a new
transaction. |
Copyright © 2001–2016 mmm-Team. All rights reserved.