|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
IChannel.sendMessage(ID receiver,
byte[] message)
Send message to remote instances of this channel |
void |
AbstractShare.sendMessage(ID toID,
byte[] data)
|
| 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 |
XMPPChatRoomClient.connect(java.lang.String account,
java.lang.String password)
|
void |
XMPPChatClient.connect(java.lang.String account,
java.lang.String password)
|
protected IContainer |
XMPPChatRoomClient.createContainer()
|
void |
XMPPChatRoomClient.createSharedObject()
|
void |
XMPPChatClient.doConnect(java.lang.String account,
java.lang.String password)
|
IContainer |
XMPPChatClient.setupContainer()
|
void |
XMPPChatClient.setupPresence()
|
| Uses of ECFException in org.eclipse.ecf.example.clients.applications |
|---|
| Methods in org.eclipse.ecf.example.clients.applications that throw ECFException | |
|---|---|
protected void |
ChatSORobotApplication.createSharedObject()
|
| 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.internal.docshare |
|---|
| Methods in org.eclipse.ecf.internal.docshare that throw ECFException | |
|---|---|
DocShare |
Activator.addDocShare(ID containerID,
IChannelContainerAdapter channelAdapter)
|
| 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 |
IMBot.connect()
|
void |
ChatRoomBot.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.collab.ui |
|---|
| Constructors in org.eclipse.ecf.presence.collab.ui that throw ECFException | |
|---|---|
AbstractCollabShare(IChannelContainerAdapter adapter)
|
|
AbstractCollabShare(IChannelContainerAdapter adapter,
ID channelID)
|
|
AbstractCollabShare(IChannelContainerAdapter adapter,
ID channelID,
java.util.Map options)
|
|
| Uses of ECFException in org.eclipse.ecf.presence.collab.ui.console |
|---|
| Methods in org.eclipse.ecf.presence.collab.ui.console that throw ECFException | |
|---|---|
static ConsoleShare |
ConsoleShare.addStackShare(ID containerID,
IChannelContainerAdapter channelAdapter)
|
| Constructors in org.eclipse.ecf.presence.collab.ui.console that throw ECFException | |
|---|---|
ConsoleShare(IChannelContainerAdapter adapter)
|
|
| Uses of ECFException in org.eclipse.ecf.presence.collab.ui.screencapture |
|---|
| Methods in org.eclipse.ecf.presence.collab.ui.screencapture that throw ECFException | |
|---|---|
static ScreenCaptureShare |
ScreenCaptureShare.addScreenCaptureShare(ID containerID,
IChannelContainerAdapter channelAdapter)
|
| Constructors in org.eclipse.ecf.presence.collab.ui.screencapture that throw ECFException | |
|---|---|
ScreenCaptureShare(IChannelContainerAdapter adapter)
|
|
| Uses of ECFException in org.eclipse.ecf.presence.collab.ui.url |
|---|
| Methods in org.eclipse.ecf.presence.collab.ui.url that throw ECFException | |
|---|---|
static URLShare |
URLShare.addURLShare(ID containerID,
IChannelContainerAdapter channelAdapter)
|
| Constructors in org.eclipse.ecf.presence.collab.ui.url that throw ECFException | |
|---|---|
URLShare(IChannelContainerAdapter adapter)
|
|
| Uses of ECFException in org.eclipse.ecf.presence.collab.ui.view |
|---|
| Methods in org.eclipse.ecf.presence.collab.ui.view that throw ECFException | |
|---|---|
static ViewShare |
ViewShare.addViewShare(ID containerID,
IChannelContainerAdapter channelAdapter)
|
| Constructors in org.eclipse.ecf.presence.collab.ui.view that throw ECFException | |
|---|---|
ViewShare(IChannelContainerAdapter adapter)
|
|
| 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.presence.ui |
|---|
| Methods in org.eclipse.ecf.presence.ui that throw ECFException | |
|---|---|
protected void |
MultiRosterView.joinChatRoom(IContainer container,
IChatRoomInfo roomInfo,
java.lang.String password)
For the given container, join the chat room specified by roomInfo. |
| 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 |
SharedObjectDatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
|
IChannel |
DatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
|
IChannel |
DatashareContainer.createChannel(IChannelConfig newChannelConfig)
|
IChannel |
SharedObjectDatashareContainerAdapter.createChannel(ID newID,
IChannelListener listener,
java.util.Map properties)
|
IChannel |
DatashareContainerAdapter.createChannel(ID newID,
IChannelListener listener,
java.util.Map properties)
|
IChannel |
DatashareContainer.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.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)
|
java.lang.Object |
RemoteServiceImpl.getProxy()
|
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 |
IRemoteService.getProxy()
Get local proxy for remote interface. |
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.rest.client |
|---|
| Methods in org.eclipse.ecf.remoteservice.rest.client that throw ECFException | |
|---|---|
protected java.lang.Object |
RestClientService.callHttpMethod(IRemoteCall call,
IRestCallable callable)
Calls the Rest service with given URL of IRestCall. |
java.lang.Object |
RestClientService.callSync(IRemoteCall call)
|
protected org.apache.commons.httpclient.HttpMethod |
RestClientService.createHttpMethod(java.lang.String url,
IRemoteCall call,
IRestCallable callable)
|
void |
RestClientService.fireAsync(IRemoteCall call)
|
java.lang.Object |
RestClientService.getProxy()
|
protected void |
RestClientService.handleTransportException(java.lang.String message,
java.lang.Throwable e)
|
protected org.apache.commons.httpclient.HttpMethod |
RestClientService.prepareDeleteMethod(java.lang.String url,
IRemoteCall call,
IRestCallable callable)
|
protected org.apache.commons.httpclient.HttpMethod |
RestClientService.prepareGetMethod(java.lang.String url,
IRemoteCall call,
IRestCallable callable)
|
protected org.apache.commons.httpclient.HttpMethod |
RestClientService.preparePostMethod(java.lang.String url,
IRemoteCall call,
IRestCallable callable)
|
protected org.apache.commons.httpclient.HttpMethod |
RestClientService.preparePutMethod(java.lang.String url,
IRemoteCall call,
IRestCallable callable)
|
protected java.lang.String |
RestClientService.prepareRequestURI(IRemoteCall call,
IRestCallable callable)
|
protected java.lang.Object |
RestClientService.processResponse(IRemoteCall call,
IRestCallable callable,
java.util.Map responseHeaders,
java.lang.String responseBody)
|
protected java.lang.String |
RestClientService.serializeParameter(IRestParameter parameter,
java.lang.Object callValue)
|
protected org.apache.commons.httpclient.NameValuePair[] |
RestClientService.toNameValuePairs(IRemoteCall call,
IRestCallable callable)
|
protected IRestParameter[] |
RestClientService.toRestParameters(java.lang.Object[] callParameters,
IRestParameter[] callableParameters)
|
| Uses of ECFException in org.eclipse.ecf.remoteservice.rest.resource |
|---|
| Methods in org.eclipse.ecf.remoteservice.rest.resource that throw ECFException | |
|---|---|
java.lang.Object |
XMLResource.createResponseRepresentation(IRemoteCall call,
IRestCallable callable,
java.util.Map responseHeaders,
java.lang.String responseBody)
|
java.lang.Object |
IRestResourceProcessor.createResponseRepresentation(IRemoteCall call,
IRestCallable callable,
java.util.Map responseHeaders,
java.lang.String responseBody)
Parse a REST responseBody in an expected format i.e. |
java.lang.String |
StringParameterSerializer.serializeParameter(IRestParameter parameter,
java.lang.Object callValue)
|
java.lang.String |
IRestParameterSerializer.serializeParameter(IRestParameter parameter,
java.lang.Object callValue)
Serialize the callValue for the given parameter. |
| 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. |
| Uses of ECFException in org.eclipse.ecf.ui.actions |
|---|
| Methods in org.eclipse.ecf.ui.actions with parameters of type ECFException | |
|---|---|
protected org.eclipse.core.runtime.IStatus |
AsynchContainerConnectAction.getStatusForECFException(ECFException exception)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||