Package | Description |
---|---|
net.sf.mmm.service.base.client |
Contains the client-specific base classes for simple remote services.
|
net.sf.mmm.service.base.rpc.client |
Contains the client-specific base classes for simple remote services using RPC style.
|
Modifier and Type | Field and Description |
---|---|
private List<RemoteInvocationCallData<?,CALL>> |
AbstractRemoteInvocationCaller.TransactionalCallBuilder.callDataList |
private List<RemoteInvocationCallData<?,CALL>> |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.callQueue |
Modifier and Type | Method and Description |
---|---|
List<RemoteInvocationCallData<?,CALL>> |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.getCallQueue() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRemoteInvocationCaller.TransactionalCallBuilder.add(RemoteInvocationCallData<?,CALL> data) |
protected void |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.addCall(RemoteInvocationCallData<?,CALL> callData)
This method adds the given
RemoteInvocationCallData to this queue. |
void |
AbstractRemoteInvocationCaller.RequestBuilder.addInSingleTx(RemoteInvocationCallData<?,CALL> data) |
void |
AbstractRemoteInvocationCaller.RequestBuilder.addToCurrentTx(RemoteInvocationCallData<?,CALL> data) |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractRemoteInvocationServiceCaller.ServiceCallData<RESULT>
This inner class is a simple container for the data of an invocation of a
RemoteInvocationService
method. |
Copyright © 2001–2016 mmm-Team. All rights reserved.