Package | Description |
---|---|
org.eclipse.ecf.provider.remoteservice.generic | |
org.eclipse.ecf.remoteservice | |
org.eclipse.ecf.remoteservice.client |
Modifier and Type | Method and Description |
---|---|
protected IRemoteCallListener |
Request.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteServiceImpl.callAsync(IRemoteCall call,
IRemoteCallListener listener) |
protected void |
RegistrySharedObject.fireCallCompleteEvent(IRemoteCallListener listener,
long requestId,
Object response,
boolean hadException,
Throwable exception) |
protected void |
RegistrySharedObject.fireCallStartEvent(IRemoteCallListener listener,
long requestId,
IRemoteServiceReference reference,
IRemoteCall call) |
protected void |
RegistrySharedObject.sendCallRequestWithListener(RemoteServiceRegistrationImpl remoteRegistration,
IRemoteCall call,
IRemoteCallListener listener) |
Constructor and Description |
---|
Request(ID requestContainerID,
long serviceId,
RemoteCallImpl call,
IRemoteCallListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteCallListener
Abstract implementer of IRemoteCallListener.
|
class |
CallbackRemoteCallListener |
Modifier and Type | Method and Description |
---|---|
IRemoteCallListener |
AbstractRemoteService.AsyncArgs.getListener() |
Modifier and Type | Method and Description |
---|---|
static void |
RemoteServiceHelper.asyncExec(IRemoteService remoteService,
String method,
Object[] parameters,
IRemoteCallListener listener)
Invoke given method asynchronously, and call listener upon successful completion.
|
static void |
RemoteServiceHelper.asyncExec(IRemoteService remoteService,
String method,
Object[] parameters,
long timeout,
IRemoteCallListener listener)
Invoke given method asynchronously, and call listener upon successful completion.
|
void |
IRemoteService.callAsync(IRemoteCall call,
IRemoteCallListener listener)
Call remote method specified by call parameter asynchronously, and notify
specified listener when call starts and completes.
|
protected Object |
AbstractRemoteService.callAsyncWithResult(IRemoteCall call,
IRemoteCallListener listener) |
protected void |
AbstractRemoteService.callAsyncWithTimeout(IRemoteCall call,
Callable<IRemoteCallCompleteEvent> callable,
IRemoteCallListener callback) |
Constructor and Description |
---|
AsyncArgs(IRemoteCallListener listener,
Object[] originalArgs) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClientService.callAsync(IRemoteCall call,
IRemoteCallable restClientCallable,
IRemoteCallListener listener) |
void |
AbstractClientService.callAsync(IRemoteCall call,
IRemoteCallListener listener) |
void |
AbstractRSAClientService.callAsync(IRemoteCall call,
IRemoteCallListener listener) |
Constructor and Description |
---|
AsyncResult(IRemoteCall call,
IRemoteCallable callable,
IRemoteCallListener listener) |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.