Modifier and Type | Class and Description |
---|---|
class |
ContainerAuthenticationException
Exception class to be thrown upon authentication failure during connect
|
class |
ContainerConnectException
Exception class to be thrown upon connection failure.
|
class |
ContainerCreateException
Exception thrown during container creation
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerIntentException |
Modifier and Type | Class and Description |
---|---|
class |
SharedObjectAddAbortException
Exception thrown during transactional add of shared object
|
class |
SharedObjectAddException
Exception thrown upon shared object add to container
|
class |
SharedObjectConnectException
Exception thrown when creating connector between shared object
|
class |
SharedObjectCreateException
Exception thrown upon shared object create by
ISharedObjectManager |
class |
SharedObjectDisconnectException
Exception thrown upon
ISharedObjectManager.disconnectSharedObjects(ISharedObjectConnector) |
class |
SharedObjectInitException
Exception thrown during calls to
ISharedObject.init(ISharedObjectConfig) |
Modifier and Type | Class and Description |
---|---|
class |
QueueException |
Modifier and Type | Class and Description |
---|---|
class |
BrowseFileTransferException
Exception thrown upon browse problem
|
class |
IncomingFileTransferException
Exception thrown upon incoming file transfer problem
|
class |
InvalidFileRangeSpecificationException |
class |
RemoteFileSystemException |
class |
SendFileTransferException
Outgoing file transfer exception
|
class |
UserCancelledException
Exception class for user cancellation
|
Modifier and Type | Class and Description |
---|---|
class |
FileCreateException
Exception class for creation of
IFileID instances via
FileIDFactory |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionCreateException
Exception class for connection creation exceptions
|
Modifier and Type | Method and Description |
---|---|
Object |
IConnection.connect(ID targetID,
Object data,
int timeout)
Connect to a remote process
|
Modifier and Type | Method and Description |
---|---|
Object |
Client.connect(ID remote,
Object data,
int timeout) |
Object |
SSLClient.connect(ID remote,
Object data,
int timeout) |
protected Socket |
Client.createConnectSocket(URI remote,
int timeout) |
protected URI |
Client.parseRemoteID(ID remote) |
Modifier and Type | Method and Description |
---|---|
protected SOConfig |
SOContainer.createSharedObjectConfig(ID id,
ISharedObject obj,
Map props) |
protected SOWrapper |
SOContainer.createSharedObjectWrapper(ID id,
ISharedObject s,
Map props) |
Modifier and Type | Method and Description |
---|---|
Object |
RemoteServiceImpl.callSync(IRemoteCall call) |
protected Object |
RegistrySharedObject.callSynch(RemoteServiceRegistrationImpl registration,
IRemoteCall call) |
void |
RemoteServiceImpl.fireAsync(IRemoteCall call) |
protected Request |
RegistrySharedObject.sendFireRequest(RemoteServiceRegistrationImpl remoteRegistration,
IRemoteCall call) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteService.handleInvokeSyncException(String methodName,
ECFException e) |
Modifier and Type | Method and Description |
---|---|
Object |
IRemoteService.callSync(IRemoteCall call)
Call remote method specified by call parameter synchronously.
|
void |
IRemoteService.fireAsync(IRemoteCall call)
Fire remote method specified by call parameter.
|
Object |
AbstractRemoteService.getProxy() |
Object |
IRemoteService.getProxy()
Get local proxy for remote interface.
|
Object |
AbstractRemoteService.getProxy(ClassLoader cl,
Class[] interfaces) |
Object |
IRemoteService.getProxy(ClassLoader cl,
Class[] interfaceClasses)
Get local proxy for remote interface.
|
protected Object |
AbstractRemoteService.invokeSync(IRemoteCall call) |
static Object |
RemoteServiceHelper.syncExec(IRemoteService remoteService,
String method,
Object[] parameters)
Invoke given method synchronously, blocking the calling thread until a result is received or
timeout.
|
static Object |
RemoteServiceHelper.syncExec(IRemoteService remoteService,
String method,
Object[] parameters,
long timeout)
Invoke given method synchronously, blocking the calling thread until a result is received or
timeout.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractClientService.callSync(IRemoteCall call) |
Object |
AbstractRSAClientService.callSync(IRemoteCall call) |
void |
AbstractClientService.fireAsync(IRemoteCall call) |
protected void |
AbstractClientService.handleInvokeException(String message,
Throwable e) |
protected Object |
AbstractRSAClientService.invokeAsync(AbstractRSAClientService.RSARemoteCall remoteCall)
Invoke a remote call asynchronously.
|
protected abstract Object |
AbstractClientService.invokeRemoteCall(IRemoteCall call,
IRemoteCallable callable)
Invoke remote call.
|
protected Object |
AbstractRSAClientService.invokeRemoteCall(IRemoteCall call,
IRemoteCallable callable) |
protected Object |
AbstractRSAClientService.invokeSync(AbstractRSAClientService.RSARemoteCall remoteCall)
Invoke a remote call synchronously.
|
protected Object |
AbstractClientService.invokeSync(IRemoteCall remoteCall) |
Modifier and Type | Class and Description |
---|---|
class |
RestException |
Modifier and Type | Method and Description |
---|---|
protected Object |
RestClientService.invokeRemoteCall(IRemoteCall call,
IRemoteCallable callable)
Calls the Rest service with given URL of IRestCall.
|
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.