Uses of Class
org.eclipse.ecf.core.util.ECFException
Packages that use ECFException
Package
Description
-
Uses of ECFException in org.eclipse.ecf.core
Subclasses of ECFException in org.eclipse.ecf.coreModifier and TypeClassDescriptionclass
Exception class to be thrown upon authentication failure during connectclass
Exception class to be thrown upon connection failure.class
Exception thrown during container creation -
Uses of ECFException in org.eclipse.ecf.core.provider
Subclasses of ECFException in org.eclipse.ecf.core.provider -
Uses of ECFException in org.eclipse.ecf.filetransfer
Subclasses of ECFException in org.eclipse.ecf.filetransferModifier and TypeClassDescriptionclass
Exception thrown upon browse problemclass
Exception thrown upon incoming file transfer problemclass
class
class
Outgoing file transfer exceptionclass
Exception class for user cancellation -
Uses of ECFException in org.eclipse.ecf.filetransfer.identity
Subclasses of ECFException in org.eclipse.ecf.filetransfer.identityModifier and TypeClassDescriptionclass
Exception class for creation ofIFileID
instances viaFileIDFactory
-
Uses of ECFException in org.eclipse.ecf.provider.comm
Subclasses of ECFException in org.eclipse.ecf.provider.commModifier and TypeClassDescriptionclass
Exception class for connection creation exceptionsMethods in org.eclipse.ecf.provider.comm that throw ECFException -
Uses of ECFException in org.eclipse.ecf.provider.comm.tcp
Methods in org.eclipse.ecf.provider.comm.tcp that throw ECFException -
Uses of ECFException in org.eclipse.ecf.provider.generic
Methods in org.eclipse.ecf.provider.generic that throw ECFExceptionModifier and TypeMethodDescriptionprotected SOConfig
SOContainer.createSharedObjectConfig
(ID id, ISharedObject obj, Map props) protected SOWrapper
SOContainer.createSharedObjectWrapper
(ID id, ISharedObject s, Map props) -
Uses of ECFException in org.eclipse.ecf.provider.remoteservice.generic
Methods in org.eclipse.ecf.provider.remoteservice.generic that throw ECFExceptionModifier and TypeMethodDescriptionRemoteServiceImpl.callSync
(IRemoteCall call) protected Object
RegistrySharedObject.callSynch
(RemoteServiceRegistrationImpl registration, IRemoteCall call) void
RemoteServiceImpl.fireAsync
(IRemoteCall call) protected Request
RegistrySharedObject.sendFireRequest
(RemoteServiceRegistrationImpl remoteRegistration, IRemoteCall call) -
Uses of ECFException in org.eclipse.ecf.remoteservice
Methods in org.eclipse.ecf.remoteservice with parameters of type ECFExceptionModifier and TypeMethodDescriptionprotected void
AbstractRemoteService.handleInvokeSyncException
(String methodName, ECFException e) Methods in org.eclipse.ecf.remoteservice that throw ECFExceptionModifier and TypeMethodDescriptionIRemoteService.callSync
(IRemoteCall call) Call remote method specified by call parameter synchronously.void
IRemoteService.fireAsync
(IRemoteCall call) Fire remote method specified by call parameter.AbstractRemoteService.getProxy()
AbstractRemoteService.getProxy
(ClassLoader cl, Class[] interfaces) IRemoteService.getProxy()
Get local proxy for remote interface.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. -
Uses of ECFException in org.eclipse.ecf.remoteservice.client
Methods in org.eclipse.ecf.remoteservice.client that throw ECFExceptionModifier and TypeMethodDescriptionAbstractClientService.callSync
(IRemoteCall call) 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
AbstractClientService.invokeSync
(IRemoteCall remoteCall) protected Object
AbstractRSAClientService.invokeSync
(AbstractRSAClientService.RSARemoteCall remoteCall) Invoke a remote call synchronously. -
Uses of ECFException in org.eclipse.ecf.remoteservice.rest
Subclasses of ECFException in org.eclipse.ecf.remoteservice.rest -
Uses of ECFException in org.eclipse.ecf.remoteservice.rest.client
Methods in org.eclipse.ecf.remoteservice.rest.client that throw ECFExceptionModifier and TypeMethodDescriptionprotected Object
RestClientService.invokeRemoteCall
(IRemoteCall call, IRemoteCallable callable) Calls the Rest service with given URL of IRestCall.