Uses of Class
org.eclipse.ecf.core.util.ECFException

Packages that use ECFException
org.eclipse.ecf.core   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.core.sharedobject.util   
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.mergeable   
org.eclipse.ecf.filetransfer   
org.eclipse.ecf.filetransfer.identity   
org.eclipse.ecf.provider.comm   
org.eclipse.ecf.provider.comm.tcp   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.remoteservice.client   
org.eclipse.ecf.remoteservice.rest   
org.eclipse.ecf.remoteservice.rest.client   
 

Uses of ECFException in org.eclipse.ecf.core
 

Subclasses of ECFException in org.eclipse.ecf.core
 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
 

Uses of ECFException in org.eclipse.ecf.core.sharedobject
 

Subclasses of ECFException in org.eclipse.ecf.core.sharedobject
 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)
 

Uses of ECFException in org.eclipse.ecf.core.sharedobject.util
 

Subclasses of ECFException in org.eclipse.ecf.core.sharedobject.util
 class QueueException
           
 

Uses of ECFException in org.eclipse.ecf.datashare
 

Methods in org.eclipse.ecf.datashare that throw ECFException
 IChannel IChannelContainerAdapter.createChannel(IChannelConfig newChannelConfig)
          Create a new channel within this container
 IChannel IChannelContainerAdapter.createChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a new channel within this container
 void IChannel.sendMessage(byte[] message)
          Send message to remote instances of this channel
 void AbstractShare.sendMessage(ID toID, byte[] data)
           
 void IChannel.sendMessage(ID receiver, byte[] message)
          Send message to remote instances of this channel
 

Constructors in org.eclipse.ecf.datashare that throw ECFException
AbstractShare(IChannelContainerAdapter adapter)
           
AbstractShare(IChannelContainerAdapter adapter, ID channelID)
           
AbstractShare(IChannelContainerAdapter adapter, ID channelID, java.util.Map options)
           
 

Uses of ECFException in org.eclipse.ecf.datashare.mergeable
 

Subclasses of ECFException in org.eclipse.ecf.datashare.mergeable
 class MergeException
           
 class PublishException
           
 

Methods in org.eclipse.ecf.datashare.mergeable that throw ECFException
 IMergeableChannel IMergeableChannelContainerAdapter.createMergeableChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a mergeable channel within this container
 

Uses of ECFException in org.eclipse.ecf.filetransfer
 

Subclasses of ECFException in org.eclipse.ecf.filetransfer
 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
 

Uses of ECFException in org.eclipse.ecf.filetransfer.identity
 

Subclasses of ECFException in org.eclipse.ecf.filetransfer.identity
 class FileCreateException
          Exception class for creation of IFileID instances via FileIDFactory
 

Uses of ECFException in org.eclipse.ecf.provider.comm
 

Subclasses of ECFException in org.eclipse.ecf.provider.comm
 class ConnectionCreateException
          Exception class for connection creation exceptions
 

Methods in org.eclipse.ecf.provider.comm that throw ECFException
 java.lang.Object IConnection.connect(ID targetID, java.lang.Object data, int timeout)
          Connect to a remote process
 

Uses of ECFException in org.eclipse.ecf.provider.comm.tcp
 

Methods in org.eclipse.ecf.provider.comm.tcp that throw ECFException
 java.lang.Object Client.connect(ID remote, java.lang.Object data, int timeout)
           
 java.lang.Object SSLClient.connect(ID remote, java.lang.Object data, int timeout)
           
protected  java.net.Socket Client.createConnectSocket(java.net.URI remote, int timeout)
           
protected  java.net.URI Client.parseRemoteID(ID remote)
           
 

Uses of ECFException in org.eclipse.ecf.provider.datashare
 

Methods in org.eclipse.ecf.provider.datashare that throw ECFException
 IChannel DatashareContainer.createChannel(IChannelConfig newChannelConfig)
           
 IChannel DatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
 IChannel SharedObjectDatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
 IChannel DatashareContainer.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel SharedObjectDatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
protected  SharedObjectDescription SharedObjectDatashareContainerAdapter.createChannelSharedObjectDescription(IChannelConfig channelConfig)
           
 void BaseChannel.sendMessage(byte[] message)
           
 void BaseChannel.sendMessage(ID receiver, byte[] message)
           
 

Uses of ECFException in org.eclipse.ecf.provider.datashare.nio
 

Methods in org.eclipse.ecf.provider.datashare.nio that throw ECFException
 IChannel NIODatashareContainer.createChannel(IChannelConfig newChannelConfig)
           
 IChannel NIODatashareContainer.createChannel(ID channelId, IChannelListener listener, java.util.Map properties)
           
protected abstract  NIOChannel NIODatashareContainer.createNIOChannel(IChannelConfig newChannelConfig)
          Creates a new NIO-capable channel within this container.
protected abstract  NIOChannel NIODatashareContainer.createNIOChannel(ID channelId, IChannelListener listener, java.util.Map properties)
          Creates a new NIO-capable channel within this container.
 void NIOChannel.sendMessage(byte[] message)
           
 void NIOChannel.sendMessage(ID receiver, byte[] message)
          Sends a message to a remote instance of this channel of the target peer.
protected abstract  void NIOChannel.sendRequest(ID receiver)
          Sends a request to the receiver to notify them that a socket is open and waiting for incoming connections to establish a channel connection.
 

Constructors in org.eclipse.ecf.provider.datashare.nio that throw ECFException
NIOChannel(NIODatashareContainer datashareContainer, ID containerId, ID id, IChannelListener listener)
          Instantiates a new channel for sending and receiving messages in a non-blocking manner via sockets.
 

Uses of ECFException in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that throw ECFException
protected  SOConfig SOContainer.createSharedObjectConfig(ID id, ISharedObject obj, java.util.Map props)
           
protected  SOWrapper SOContainer.createSharedObjectWrapper(ID id, ISharedObject s, java.util.Map props)
           
 

Uses of ECFException in org.eclipse.ecf.provider.remoteservice.generic
 

Methods in org.eclipse.ecf.provider.remoteservice.generic that throw ECFException
 java.lang.Object RemoteServiceImpl.callSync(IRemoteCall call)
           
protected  java.lang.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 ECFException
protected  void AbstractRemoteService.handleInvokeSyncException(java.lang.String methodName, ECFException e)
           
 

Methods in org.eclipse.ecf.remoteservice that throw ECFException
 java.lang.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.
 java.lang.Object AbstractRemoteService.getProxy()
           
 java.lang.Object IRemoteService.getProxy()
          Get local proxy for remote interface.
 java.lang.Object AbstractRemoteService.getProxy(java.lang.ClassLoader cl, java.lang.Class[] interfaces)
           
 java.lang.Object IRemoteService.getProxy(java.lang.ClassLoader cl, java.lang.Class[] interfaceClasses)
          Get local proxy for remote interface.
protected  java.lang.Object AbstractRemoteService.invokeSync(IRemoteCall call)
           
static java.lang.Object RemoteServiceHelper.syncExec(IRemoteService remoteService, java.lang.String method, java.lang.Object[] parameters)
          Invoke given method synchronously, blocking the calling thread until a result is received or timeout.
static java.lang.Object RemoteServiceHelper.syncExec(IRemoteService remoteService, java.lang.String method, java.lang.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 ECFException
 java.lang.Object AbstractClientService.callSync(IRemoteCall call)
           
 void AbstractClientService.fireAsync(IRemoteCall call)
           
protected  void AbstractClientService.handleInvokeException(java.lang.String message, java.lang.Throwable e)
           
protected abstract  java.lang.Object AbstractClientService.invokeRemoteCall(IRemoteCall call, IRemoteCallable callable)
          Invoke remote call.
protected  java.lang.Object AbstractClientService.invokeSync(IRemoteCall remoteCall)
           
 

Uses of ECFException in org.eclipse.ecf.remoteservice.rest
 

Subclasses of ECFException in org.eclipse.ecf.remoteservice.rest
 class RestException
           
 

Uses of ECFException in org.eclipse.ecf.remoteservice.rest.client
 

Methods in org.eclipse.ecf.remoteservice.rest.client that throw ECFException
protected  java.lang.Object RestClientService.invokeRemoteCall(IRemoteCall call, IRemoteCallable callable)
          Calls the Rest service with given URL of IRestCall.