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.docshare   
org.eclipse.ecf.example.clients   
org.eclipse.ecf.filetransfer   
org.eclipse.ecf.filetransfer.identity   
org.eclipse.ecf.presence   
org.eclipse.ecf.presence.bot.impl   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.im   
org.eclipse.ecf.presence.roster   
org.eclipse.ecf.presence.search   
org.eclipse.ecf.presence.search.message   
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.irc.bot   
org.eclipse.ecf.provider.irc.bot.handler   
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   
org.eclipse.ecf.remoteservice.rpc   
org.eclipse.ecf.remoteservice.rpc.client   
org.eclipse.ecf.server   
org.eclipse.ecf.server.generic   
org.eclipse.ecf.storage   
org.eclipse.ecf.sync   
org.eclipse.ecf.telephony.call   
 

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.docshare
 

Constructors in org.eclipse.ecf.docshare that throw ECFException
DocShare(IChannelContainerAdapter adapter)
          Create a document sharing session instance.
 

Uses of ECFException in org.eclipse.ecf.example.clients
 

Methods in org.eclipse.ecf.example.clients that throw ECFException
 void XMPPChatClient.connect(java.lang.String account, java.lang.String password)
           
 void XMPPChatRoomClient.connect(java.lang.String account, java.lang.String password)
           
protected  IContainer XMPPChatRoomClient.createContainer()
           
 void XMPPChatClient.doConnect(java.lang.String account, java.lang.String password)
           
 IContainer XMPPChatClient.setupContainer()
           
 void XMPPChatClient.setupPresence()
           
 

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.presence
 

Methods in org.eclipse.ecf.presence that throw ECFException
 boolean IAccountManager.changePassword(java.lang.String newpassword)
          Change account password to use new password.
 boolean IAccountManager.createAccount(java.lang.String username, java.lang.String password, java.util.Map attributes)
          Create a new account.
 boolean IAccountManager.deleteAccount()
          Delete an account.
 java.lang.Object IAccountManager.getAccountAttribute(java.lang.String attributeName)
          Get the value of given
 java.lang.String[] IAccountManager.getAccountAttributeNames()
          Get account attribute names for this account
 java.lang.String IAccountManager.getAccountCreationInstructions()
          Get any instructions for account
 boolean IAccountManager.isAccountCreationSupported()
          Determine whether account creation is supported for this account manager
 void IPresenceSender.sendPresenceUpdate(ID targetID, IPresence presence)
          Send a presence update to a remote user
 

Uses of ECFException in org.eclipse.ecf.presence.bot.impl
 

Methods in org.eclipse.ecf.presence.bot.impl that throw ECFException
 void ChatRoomBot.connect()
           
 void IMBot.connect()
           
 

Uses of ECFException in org.eclipse.ecf.presence.chatroom
 

Subclasses of ECFException in org.eclipse.ecf.presence.chatroom
 class ChatRoomCreateException
          Exception class thrown by IChatRoomManager.createChatRoom(String, java.util.Map)
 

Methods in org.eclipse.ecf.presence.chatroom that throw ECFException
 void IChatRoomInvitationSender.sendInvitation(ID room, ID targetUser, java.lang.String subject, java.lang.String body)
          Send invitation to join in chat room to target user.
 void IChatRoomMessageSender.sendMessage(java.lang.String message)
          Send a message to chat room
 void IChatRoomAdminSender.sendSubjectChange(java.lang.String newsubject)
          Send chat room subject change.
 

Uses of ECFException in org.eclipse.ecf.presence.im
 

Methods in org.eclipse.ecf.presence.im that throw ECFException
 IChat IChatManager.createChat(ID targetUser, IIMMessageListener messageListener)
          Create chat instance for given target user.
 IChatRoomContainer IChatRoomCreationEvent.getChatRoomContainer()
          Get the chat room container associated with the new chat room created by remote.
 void IChat.sendChatMessage(IChatMessage.Type type, java.lang.String subject, java.lang.String messageBody, java.util.Map properties)
          Send chat message to receiver.
 void IChatMessageSender.sendChatMessage(ID toID, ID threadID, IChatMessage.Type type, java.lang.String subject, java.lang.String body, java.util.Map properties)
          Send chat message to given ID.
 void IChatMessageSender.sendChatMessage(ID toID, java.lang.String body)
          Send chat message to given ID.
 void IChat.sendChatMessage(java.lang.String messageBody)
          Send chat message to receiver.
 void IChat.sendTypingMessage(boolean isTyping, java.lang.String body)
          Send typing message to a remote receiver.
 void ITypingMessageSender.sendTypingMessage(ID toID, boolean isTyping, java.lang.String body)
          Send typing message to a remote receiver.
 

Uses of ECFException in org.eclipse.ecf.presence.roster
 

Methods in org.eclipse.ecf.presence.roster that throw ECFException
 void IRosterSubscriptionSender.sendRosterAdd(java.lang.String userAccount, java.lang.String nickname, java.lang.String[] groups)
          Send a request to add the userAccount (subscribe) to our roster.
 void IRosterSubscriptionSender.sendRosterRemove(ID userID)
          Send a request to remove a given userID (unsubscribe) from our roster.
 

Uses of ECFException in org.eclipse.ecf.presence.search
 

Subclasses of ECFException in org.eclipse.ecf.presence.search
 class UserSearchException
           
 

Methods in org.eclipse.ecf.presence.search that throw ECFException
 java.lang.String[] IUserSearchManager.getUserPropertiesFields()
          Each provider can inform the user properties fields to be considered on the user search, allowing the dynamically user interface for the search.
 

Uses of ECFException in org.eclipse.ecf.presence.search.message
 

Subclasses of ECFException in org.eclipse.ecf.presence.search.message
 class MessageSearchException
           
 

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)
           
 

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.irc.bot
 

Methods in org.eclipse.ecf.provider.irc.bot that throw ECFException
protected  void Bot.setup()
           
 

Uses of ECFException in org.eclipse.ecf.provider.irc.bot.handler
 

Methods in org.eclipse.ecf.provider.irc.bot.handler that throw ECFException
 void ICommandHandler.execute(java.lang.String command, IChatRoomMessageSender sender)
           
 

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 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.
 

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

Subclasses of ECFException in org.eclipse.ecf.remoteservice.rpc
 class RpcException
           
 

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

Methods in org.eclipse.ecf.remoteservice.rpc.client that throw ECFException
protected  java.lang.Object RpcClientService.invokeRemoteCall(IRemoteCall call, IRemoteCallable callable)
          Calls the XML-RPC Service with given operation of IRemoteCall.
 

Uses of ECFException in org.eclipse.ecf.server
 

Methods in org.eclipse.ecf.server that throw ECFException
 void IStartableServer.start()
           
 

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

Subclasses of ECFException in org.eclipse.ecf.server.generic
 class GenericServerContainerGroupCreateException
           
 

Uses of ECFException in org.eclipse.ecf.storage
 

Subclasses of ECFException in org.eclipse.ecf.storage
 class IDStoreException
           
 

Uses of ECFException in org.eclipse.ecf.sync
 

Subclasses of ECFException in org.eclipse.ecf.sync
 class ModelUpdateException
           
 class SerializationException
          Exception for serialization problems.
 

Uses of ECFException in org.eclipse.ecf.telephony.call
 

Subclasses of ECFException in org.eclipse.ecf.telephony.call
 class CallException
          Exception thrown by Call API calls.