A B C D E F G H I J K L M N O P Q R S T U V W X Z _

I

IAbstractChannel - Interface in org.eclipse.ecf.datashare
Super interface for IChannel.
IAbstractChannelContainerAdapter - Interface in org.eclipse.ecf.datashare
Super interface for IChannelContainerAdapter.
IAccountManager - Interface in org.eclipse.ecf.presence
Presence account management interface.
IAsyncCallback<ResultType> - Interface in org.eclipse.ecf.remoteservice
Asynchronous callback contract.
IAsynchConnection - Interface in org.eclipse.ecf.provider.comm
Asynchronous connection
IAsynchEventHandler - Interface in org.eclipse.ecf.provider.comm
Callback interface for handling asynchronous connection events
IAsyncRemoteServiceProxy - Interface in org.eclipse.ecf.remoteservice
 
ICallSession - Interface in org.eclipse.ecf.telephony.call
Contract for interacting with an arbitrary call session.
ICallSessionContainerAdapter - Interface in org.eclipse.ecf.telephony.call
Call session container entry point adapter.
ICallSessionEvent - Interface in org.eclipse.ecf.telephony.call.events
Event received upon changes to the CallSessionState of ICallSession instances.
ICallSessionListener - Interface in org.eclipse.ecf.telephony.call
Listener for receiving call session events from remotes.
ICallSessionRequestEvent - Interface in org.eclipse.ecf.telephony.call.events
Event received when a call request is received.
ICallSessionRequestListener - Interface in org.eclipse.ecf.telephony.call
Listener for call session creation requests.
ICallSessionService - Interface in org.eclipse.ecf.telephony.call.service
OSGI call service interface.
IChannel - Interface in org.eclipse.ecf.datashare
Channel for sending messages
IChannelConfig - Interface in org.eclipse.ecf.datashare
Channel configuration to be used during createChannel to configure the newly created IChannel implementation
IChannelConnectEvent - Interface in org.eclipse.ecf.datashare.events
Event delivered to an IChannelListener when the parent container of a channel connects successfully to a target ID via the connect(ID, IConnectContext) method.
IChannelContainer - Interface in org.eclipse.ecf.datashare
 
IChannelContainerAdapter - Interface in org.eclipse.ecf.datashare
Channel container entry point adapter.
IChannelContainerChannelActivatedEvent - Interface in org.eclipse.ecf.datashare.events
Event delivered to IChannelContainerListener when channel is activated
IChannelContainerChannelDeactivatedEvent - Interface in org.eclipse.ecf.datashare.events
Event delivered to channel container when channel deactivated.
IChannelContainerEvent - Interface in org.eclipse.ecf.datashare.events
Super interface for events delivered to IChannelContainerAdapter instances
IChannelContainerListener - Interface in org.eclipse.ecf.datashare
Listener for channel container events.
IChannelDisconnectEvent - Interface in org.eclipse.ecf.datashare.events
Event delivered to the IChannelListener when the parent container of a channel disconnects.
IChannelEvent - Interface in org.eclipse.ecf.datashare.events
Super interface for events delivered to IChannel instances
IChannelHeader - Interface in org.eclipse.ecf.datashare.mergeable
Channel header information
IChannelListener - Interface in org.eclipse.ecf.datashare
Listener for receiving messages sent to a given channel.
IChannelMessageEvent - Interface in org.eclipse.ecf.datashare.events
Channel message event.
IChat - Interface in org.eclipse.ecf.presence.im
A two-person chat.
IChatID - Interface in org.eclipse.ecf.presence.im
Adapter interface for chatIDs.
IChatManager - Interface in org.eclipse.ecf.presence.im
Chat manager access entry interface.
IChatMessage - Interface in org.eclipse.ecf.presence.im
Chat message.
IChatMessage.Type - Class in org.eclipse.ecf.presence.im
 
IChatMessage.Type(String) - Constructor for class org.eclipse.ecf.presence.im.IChatMessage.Type
 
IChatMessageEvent - Interface in org.eclipse.ecf.presence.im
Chat message event.
IChatMessageSender - Interface in org.eclipse.ecf.presence.im
Chat message sender.
IChatRoomAdminListener - Interface in org.eclipse.ecf.presence.chatroom
Listener for chat room subject changes
IChatRoomAdminSender - Interface in org.eclipse.ecf.presence.chatroom
Perform administrative functions for an IChatRoomContainer.
IChatRoomBotEntry - Interface in org.eclipse.ecf.presence.bot
Contents for creating a chat room bot This interface is not intended to be implemented by clients.
IChatRoomCommandListener - Interface in org.eclipse.ecf.presence.ui.chatroom
 
IChatRoomContainer - Interface in org.eclipse.ecf.presence.chatroom
A container representing a specific chat room.
IChatRoomContainerAdvisor - Interface in org.eclipse.ecf.presence.bot
Advisor instance for receiving pre connect events for chat rooms.
IChatRoomContainerOptionsAdapter - Interface in org.eclipse.ecf.presence.chatroom
Adapter interface for IChatRoomManager allowing options to be set for chat room containers managed by manager
IChatRoomCreationEvent - Interface in org.eclipse.ecf.presence.im
Event received via IIMMessageListener when remote chat has been converted into a chat room.
IChatRoomInfo - Interface in org.eclipse.ecf.presence.chatroom
Chat room information.
IChatRoomInvitationListener - Interface in org.eclipse.ecf.presence.chatroom
Invitation listener for handling asynchronous chat room invitation events.
IChatRoomInvitationSender - Interface in org.eclipse.ecf.presence.chatroom
Represents ability to send a chat room invitation to a given target.
IChatRoomManager - Interface in org.eclipse.ecf.presence.chatroom
Chat room manager.
IChatRoomMessage - Interface in org.eclipse.ecf.presence.chatroom
Chat room message.
IChatRoomMessageEvent - Interface in org.eclipse.ecf.presence.chatroom
Chat room message event.
IChatRoomMessageHandler - Interface in org.eclipse.ecf.presence.bot
Message handler for receiving a chat room message.
IChatRoomMessageHandlerEntry - Interface in org.eclipse.ecf.presence.bot
Contents for creating a chat room message handler.
IChatRoomMessageSender - Interface in org.eclipse.ecf.presence.chatroom
Chat message sender.
IChatRoomParticipantListener - Interface in org.eclipse.ecf.presence.chatroom
Listener interface for receiving participant arrive and departed notifications
IChatRoomViewCloseListener - Interface in org.eclipse.ecf.presence.ui.chatroom
Listener for chat room view closing events.
IClassLoaderMapper - Interface in org.eclipse.ecf.provider.util
Map a given name onto a classloader.
IClientSocketFactory - Interface in org.eclipse.ecf.provider.comm.tcp
 
IConfigurationWizard - Interface in org.eclipse.ecf.ui
Required interface for implementing org.eclipse.ecf.ui.configurationWizards extension point.
IConflict - Interface in org.eclipse.ecf.datashare.mergeable
Item conflict structure
IConnectContext - Interface in org.eclipse.ecf.core.security
A connect context for passing in information to the IContainer.connect(org.eclipse.ecf.core.identity.ID, IConnectContext) call.
IConnectHandlerPolicy - Interface in org.eclipse.ecf.core.security
Connect policy typically implemented by servers
IConnectInitiatorPolicy - Interface in org.eclipse.ecf.core.security
Policy handler for connect initiator (clients).
IConnection - Interface in org.eclipse.ecf.provider.comm
Connection interface to represent transport-level connections
IConnectionListener - Interface in org.eclipse.ecf.provider.comm
Connection listener
IConnectRequestHandler - Interface in org.eclipse.ecf.provider.comm
Connection request handler
IConnectWizard - Interface in org.eclipse.ecf.ui
Required interface for implementing org.eclipse.ecf.ui.connectWizards extension point.
IContainer - Interface in org.eclipse.ecf.core
Contract for ECF communications container

IContainer instances are used by clients to define a context for communications.
IContainerAdvisor - Interface in org.eclipse.ecf.presence.bot
Advisor instance for receiving container initialization and pre-connect notifications.
IContainerConnectedEvent - Interface in org.eclipse.ecf.core.events
Container connected event interface
IContainerConnectingEvent - Interface in org.eclipse.ecf.core.events
Container connecting event
IContainerDisconnectedEvent - Interface in org.eclipse.ecf.core.events
Container disconnected event
IContainerDisconnectingEvent - Interface in org.eclipse.ecf.core.events
Container disconnecting event
IContainerDisposeEvent - Interface in org.eclipse.ecf.core.events
Event sent to listeners when a container is disposed
IContainerEjectedEvent - Interface in org.eclipse.ecf.core.events
Container ejected event.
IContainerEntry - Interface in org.eclipse.ecf.storage
Storage entry for IContainer instances.
IContainerEvent - Interface in org.eclipse.ecf.core.events
An event received by a container
IContainerFactory - Interface in org.eclipse.ecf.core
Container factory contract ContainerFactory for default implementation.
IContainerFilter - Interface in org.eclipse.ecf.core.util
Container filter contract.
IContainerInstantiator - Interface in org.eclipse.ecf.core.provider
Interface that must be implemented by ECF provider implementations.
IContainerListener - Interface in org.eclipse.ecf.core
Listener for objects that wish to receive events from an IContainer instances.
IContainerManager - Interface in org.eclipse.ecf.core
Container manager for getting access to existing container instances previously created via IContainerFactory.
IContainerManagerListener - Interface in org.eclipse.ecf.core
Container manager listener.
IContainerPolicy - Interface in org.eclipse.ecf.core.security
 
IContainerServiceInfoAdapter - Interface in org.eclipse.ecf.discovery
Adapter for IServiceInfo instances.
IContainerSharedObjectMessageReceivingEvent - Interface in org.eclipse.ecf.core.sharedobject.events
Container event that indicates that a shared object message is being received.
IContainerSharedObjectMessageSendingEvent - Interface in org.eclipse.ecf.core.sharedobject.events
Container event that indicates that a shared object message is being sent.
IContainerStore - Interface in org.eclipse.ecf.storage
Storage interface for IContainer instances.
ICriteria - Interface in org.eclipse.ecf.presence.search
Criteria helps for retrieving results from the provider search by composing Criterion objects.
ICriterion - Interface in org.eclipse.ecf.presence.search
A representation of a query criterion for a restriction in a Criteria.
ID - Interface in org.eclipse.ecf.core.identity
Contract for ECF identity
id - Variable in class org.eclipse.ecf.core.sharedobject.SharedObjectDescription
 
id - Variable in class org.eclipse.ecf.core.user.User
 
id - Variable in class org.eclipse.ecf.datashare.BaseChannelConfig
 
ID - Static variable in class org.eclipse.ecf.filetransfer.ui.FileTransfersView
 
IDatashareService - Interface in org.eclipse.ecf.datashare.service
OSGI datashare service interface.
IDCreateErrorDialog - Class in org.eclipse.ecf.ui.dialogs
Error dialog to show when an ContainerConnectException is thrown.
IDCreateErrorDialog(Shell, String, IDCreateException) - Constructor for class org.eclipse.ecf.ui.dialogs.IDCreateErrorDialog
 
IDCreateException - Exception in org.eclipse.ecf.core.identity
 
IDCreateException() - Constructor for exception org.eclipse.ecf.core.identity.IDCreateException
 
IDCreateException(IStatus) - Constructor for exception org.eclipse.ecf.core.identity.IDCreateException
 
IDCreateException(String) - Constructor for exception org.eclipse.ecf.core.identity.IDCreateException
 
IDCreateException(Throwable) - Constructor for exception org.eclipse.ecf.core.identity.IDCreateException
 
IDCreateException(String, Throwable) - Constructor for exception org.eclipse.ecf.core.identity.IDCreateException
 
IdentifiableObjectInputStream - Class in org.eclipse.ecf.provider.util
Restores Java objects from the underlying stream by using the classloader returned from the call to given IClassLoaderMapper with the Namespace/ID specified by the associated IdentifiableObjectOutputStream.
IdentifiableObjectInputStream(IClassLoaderMapper, InputStream) - Constructor for class org.eclipse.ecf.provider.util.IdentifiableObjectInputStream
 
IdentifiableObjectOutputStream - Class in org.eclipse.ecf.provider.util
Stores Java objects in the underlying stream in an manner that allows corresponding input stream to use ID to lookup appropriate associated classloader (via IClassLoaderMapper).
IdentifiableObjectOutputStream(String, OutputStream) - Constructor for class org.eclipse.ecf.provider.util.IdentifiableObjectOutputStream
 
identifier - Variable in class org.eclipse.ecf.core.sharedobject.ReplicaSharedObjectDescription
 
IDFactory - Class in org.eclipse.ecf.core.identity
A factory class for creating ID instances.
IDFactoryTracker - Class in org.eclipse.ecf.core.util
Service tracker customized to handle tracking the ECF id factory service (singleton).
IDFactoryTracker(BundleContext) - Constructor for class org.eclipse.ecf.core.util.IDFactoryTracker
 
IDiscoveryAdvertiser - Interface in org.eclipse.ecf.discovery
Entry point discovery advertiser.
IDiscoveryConfig - Interface in org.eclipse.ecf.provider.zookeeper.core
Configuration values of this ZooKeeper-based discovery provider.
IDiscoveryContainerAdapter - Interface in org.eclipse.ecf.discovery
Deprecated. Use IDisocveryLocator and IDisocveryAdvertiser instead
IDiscoveryLocator - Interface in org.eclipse.ecf.discovery
Entry point discovery locator.
IDiscoveryService - Interface in org.eclipse.ecf.discovery.service
Deprecated. use IDiscoveryLocator and IDiscoveryContainer instead
IDistributionConstants - Interface in org.eclipse.ecf.osgi.services.distribution
 
IDistributionProvider - Interface in org.eclipse.ecf.osgi.services.distribution
 
IDnsSdDiscoveryConstants - Interface in org.eclipse.ecf.provider.dnssd
 
IDocumentChange - Interface in org.eclipse.ecf.sync.doc
Local document change.
IDocumentSynchronizationStrategyFactory - Interface in org.eclipse.ecf.sync.doc
Factory for creating IModelSynchronizationStrategy instances for a uniquely identified entity.
IDSPresent - Interface in org.eclipse.ecf.remoteservice.rest.util
 
IDStoreException - Exception in org.eclipse.ecf.storage
 
IDStoreException() - Constructor for exception org.eclipse.ecf.storage.IDStoreException
 
IDStoreException(IStatus) - Constructor for exception org.eclipse.ecf.storage.IDStoreException
 
IDStoreException(String, Throwable) - Constructor for exception org.eclipse.ecf.storage.IDStoreException
 
IDStoreException(String) - Constructor for exception org.eclipse.ecf.storage.IDStoreException
 
IDStoreException(Throwable) - Constructor for exception org.eclipse.ecf.storage.IDStoreException
 
IDTMFCallSessionAdapter - Interface in org.eclipse.ecf.telephony.call.dtmf
ICallSession adapter for sending DTMF codes during a call session.
IDTMFCallSessionAdapter.DTMF - Class in org.eclipse.ecf.telephony.call.dtmf
 
IDTMFCallSessionAdapter.DTMF(char) - Constructor for class org.eclipse.ecf.telephony.call.dtmf.IDTMFCallSessionAdapter.DTMF
 
IECFStart - Interface in org.eclipse.ecf.core.start
Interface that must be implemented by extensions of the org.eclipse.ecf.start extension point.
IEnqueueProcessor - Interface in org.eclipse.ecf.core.sharedobject.util
Predicate
IEventProcessor - Interface in org.eclipse.ecf.core.util
Event processor for processing events in a sequence.
IExceptionHandler - Interface in org.eclipse.ecf.core.util
Contract for general exception handler
IFileID - Interface in org.eclipse.ecf.filetransfer.identity
ID for a remote file.
IFileIDFactory - Interface in org.eclipse.ecf.filetransfer.identity
 
IFileRangeSpecification - Interface in org.eclipse.ecf.filetransfer
An object that describes a file range specification.
IFileTransfer - Interface in org.eclipse.ecf.filetransfer
File transfer super interface.
IFileTransferConnectStartEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListener associated with IIncomingFileTransfer or IOutgoingFileTransferEvent or IRemoteFileSystemRequest instances.
IFileTransferEvent - Interface in org.eclipse.ecf.filetransfer.events
Super interface for all file transfer events
IFileTransferInfo - Interface in org.eclipse.ecf.filetransfer
File transfer information delivered to IIncomingFileTransferRequestListener via an event implementing IFileTransferRequestEvent.getFileTransferInfo()
IFileTransferListener - Interface in org.eclipse.ecf.filetransfer
Listener for handling file transfer events.
IFileTransferPausable - Interface in org.eclipse.ecf.filetransfer
Adapter interface for pausing and resuming IFileTransfer instances that expose this adapter interface via IAdaptable.getAdapter(Class adapter).
IFileTransferProtocolToFactoryMapper - Interface in org.eclipse.ecf.provider.filetransfer
 
IFileTransferRateControl - Interface in org.eclipse.ecf.filetransfer
Adapter for setting rate control on IFileTransferInfo instances that expose expose this adapter interface via IAdaptable.getAdapter(Class adapter).
IFileTransferRequestEvent - Interface in org.eclipse.ecf.filetransfer.events
Event to represent remote file transfer requests.
IFileTransferRunnable - Interface in org.eclipse.ecf.filetransfer
Runnable for doing file transfer.
IFQID - Interface in org.eclipse.ecf.presence
ID adapter interface that supplies access to 'fully qualified' ID information.
IGenericServerContainerGroup - Interface in org.eclipse.ecf.server.generic
 
IGenericServerContainerGroupFactory - Interface in org.eclipse.ecf.server.generic
 
ignoreCase - Variable in class org.eclipse.ecf.presence.search.SimpleCriterion
 
IHistory - Interface in org.eclipse.ecf.presence.history
Chat history information.
IHistoryLine - Interface in org.eclipse.ecf.presence.history
A single chat line from history.
IHistoryManager - Interface in org.eclipse.ecf.presence.history
History manager for chat history.
IHost - Interface in org.eclipse.ecf.discovery.ui.model
A representation of the model object 'IHost'.
IHOST - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The meta object id for the 'IHost' class.
IHOST - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'IHost' class.
IHOST__ADDRESS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Address' attribute.
IHOST__ADDRESS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Address' attribute feature.
IHOST__NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Name' attribute.
IHOST__NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
IHOST__SERVICES - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Services' containment reference list.
IHOST__SERVICES - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Services' containment reference list feature.
IHOST_FEATURE_COUNT - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The number of structural features of the 'IHost' class.
IHostContainerFinder - Interface in org.eclipse.ecf.osgi.services.distribution
Service interface for customizing the finding of host remote service containers.
IHostDiscoveryListener - Interface in org.eclipse.ecf.osgi.services.discovery
 
IHostDistributionListener - Interface in org.eclipse.ecf.osgi.services.distribution
Listener for host distribution events.
IHostImpl - Class in org.eclipse.ecf.discovery.ui.model.impl
An implementation of the model object 'IHost'.
IHostImpl() - Constructor for class org.eclipse.ecf.discovery.ui.model.impl.IHostImpl
 
IHostItemProvider - Class in org.eclipse.ecf.discovery.ui.model.provider
This is the item provider adapter for a IHost object.
IHostItemProvider(AdapterFactory) - Constructor for class org.eclipse.ecf.discovery.ui.model.provider.IHostItemProvider
This constructs an instance from a factory and a notifier.
iHostItemProvider - Variable in class org.eclipse.ecf.discovery.ui.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all IHost instances.
IIdentifiable - Interface in org.eclipse.ecf.core.identity
Defines implementing classes as being identifiable with an ECF ID.
IIDEntry - Interface in org.eclipse.ecf.storage
Representation of an ID instance inside of an IIDStore.
IIDFactory - Interface in org.eclipse.ecf.core.identity
Contract for IDFactory
IIDStore - Interface in org.eclipse.ecf.storage
ID storage service interface.
IIDStoreAdapter - Interface in org.eclipse.ecf.storage
Adapter for retrieving ID name for storage.
IImageSender - Interface in org.eclipse.ecf.ui.screencapture
Interface for sending image (represented by ImageData) to target receiver.
IIMBotEntry - Interface in org.eclipse.ecf.presence.bot
Contents for creating a instant messaging bot.
IIMMessage - Interface in org.eclipse.ecf.presence
Super interface for messages.
IIMMessageEvent - Interface in org.eclipse.ecf.presence
Message event class.
IIMMessageHandler - Interface in org.eclipse.ecf.presence.bot
Message handler for receiving a IM message.
IIMMessageHandlerEntry - Interface in org.eclipse.ecf.presence.bot
Contents for creating a im message handler.
IIMMessageListener - Interface in org.eclipse.ecf.presence
IM message listener.
IIncomingFileTransfer - Interface in org.eclipse.ecf.filetransfer
Incoming file transfer request.
IIncomingFileTransferEvent - Interface in org.eclipse.ecf.filetransfer.events
Super interface for incoming file transfer events
IIncomingFileTransferReceiveDataEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListener associated with IIncomingFileTransfer instances data are received
IIncomingFileTransferReceiveDoneEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListeners when an incoming file transfer is completed.
IIncomingFileTransferReceivePausedEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListeners when an incoming file transfer is paused.
IIncomingFileTransferReceiveResumedEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListener associated with IIncomingFileTransfer instances when file transfer is resumed.
IIncomingFileTransferReceiveStartEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListener associated with IIncomingFileTransfer instances
IIncomingFileTransferRequestListener - Interface in org.eclipse.ecf.filetransfer
Listener for incoming file transfer requests.
IItem - Interface in org.eclipse.ecf.datashare.mergeable
 
IItemFactory - Interface in org.eclipse.ecf.datashare.mergeable
Factory for creating items
IItemHistory - Interface in org.eclipse.ecf.datashare.mergeable
 
IItemStatusLineProvider - Interface in org.eclipse.ecf.discovery.ui.model
 
ImageWrapper - Class in org.eclipse.ecf.ui.screencapture
 
ImageWrapper(ImageData) - Constructor for class org.eclipse.ecf.ui.screencapture.ImageWrapper
 
IMBot - Class in org.eclipse.ecf.presence.bot.impl
Default im robot implementation class.
IMBot(IIMBotEntry) - Constructor for class org.eclipse.ecf.presence.bot.impl.IMBot
 
IMBotApplication - Class in org.eclipse.ecf.presence.bot.application
Application for getting im bots defined in extension registry and running them.
IMBotApplication() - Constructor for class org.eclipse.ecf.presence.bot.application.IMBotApplication
 
IMergeableChannel - Interface in org.eclipse.ecf.datashare.mergeable
Mergeable channel for merging and publishing items.
IMergeableChannelContainerAdapter - Interface in org.eclipse.ecf.datashare.mergeable
MergeableChannel container entry point interface.
IMessageRenderer - Interface in org.eclipse.ecf.presence.ui.chatroom
Renders chat line, by arranging text content to be finally printed to Chat room output together with it's formatting.
IMessageResult - Interface in org.eclipse.ecf.presence.search.message
Each result returned for the message search will be reach through this interface.
IMessageSearchCompleteEvent - Interface in org.eclipse.ecf.presence.search.message
 
IMessageSearchEvent - Interface in org.eclipse.ecf.presence.search.message
An event received by a message search.
IMessageSearchListener - Interface in org.eclipse.ecf.presence.search.message
This Interface allows for implementing classes to execute the search for messages in a non block way.
IMessageSearchManager - Interface in org.eclipse.ecf.presence.search.message
Get a message search mechanism for an account.
IMG_ADD - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_ADD_BUDDY - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_ADD_CHAT - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_ADD_CONNECTION - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_ADD_GROUP - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_CHAT_WIZARD - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_COLLABORATION_WIZARD - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_COMMUNICATIONS - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_DISCONNECT - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_DISCONNECT_DISABLED - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_GROUP - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_IDENTITY - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_MESSAGE - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_MESSAGES - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_SEND - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_USER_AVAILABLE - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_USER_AWAY - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_USER_DND - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMG_USER_UNAVAILABLE - Static variable in class org.eclipse.ecf.ui.SharedImages
 
IMMessage - Class in org.eclipse.ecf.presence
Abstract superclass for different types of messages.
IMMessage(ID) - Constructor for class org.eclipse.ecf.presence.IMMessage
 
IModelChange - Interface in org.eclipse.ecf.sync
Model change interface.
IModelChangeMessage - Interface in org.eclipse.ecf.sync
Change message.
IModelSynchronizationStrategy - Interface in org.eclipse.ecf.sync
Model synchronization strategy contract.
implies(Permission) - Method in class org.eclipse.ecf.core.identity.NamespacePermission
 
IMultiRosterViewPart - Interface in org.eclipse.ecf.presence.ui
Roster view part that supports adding multiple rosters.
INamespaceEntry - Interface in org.eclipse.ecf.storage
Namespace entry for IIDStore.
INamespaceStoreAdapter - Interface in org.eclipse.ecf.storage
Adapter for retrieving Namespace name for storage.
includeContainerWithConnectNamespace(IContainer, String) - Method in class org.eclipse.ecf.osgi.services.distribution.AbstractContainerFinder
 
IncomingFileTransferException - Exception in org.eclipse.ecf.filetransfer
Exception thrown upon incoming file transfer problem
IncomingFileTransferException(IStatus) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException() - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(int) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(String) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(String, int) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(Throwable) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(Throwable, int) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(String, Throwable) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(String, Throwable, int) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(String, Throwable, int, Map) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(String, int, Map) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
IncomingFileTransferException(Throwable, int, Map) - Constructor for exception org.eclipse.ecf.filetransfer.IncomingFileTransferException
 
INET_ADDRESS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The meta object id for the 'Inet Address' data type.
INET_ADDRESS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Inet Address' data type.
INetwork - Interface in org.eclipse.ecf.discovery.ui.model
A representation of the model object 'INetwork'.
INETWORK - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The meta object id for the 'INetwork' class.
INETWORK - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'INetwork' class.
INETWORK__HOSTS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Hosts' containment reference list.
INETWORK__HOSTS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Hosts' containment reference list feature.
INETWORK_FEATURE_COUNT - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The number of structural features of the 'INetwork' class.
INetworkImpl - Class in org.eclipse.ecf.discovery.ui.model.impl
An implementation of the model object 'INetwork'.
INetworkImpl() - Constructor for class org.eclipse.ecf.discovery.ui.model.impl.INetworkImpl
 
INetworkItemProvider - Class in org.eclipse.ecf.discovery.ui.model.provider
This is the item provider adapter for a INetwork object.
INetworkItemProvider(AdapterFactory) - Constructor for class org.eclipse.ecf.discovery.ui.model.provider.INetworkItemProvider
This constructs an instance from a factory and a notifier.
iNetworkItemProvider - Variable in class org.eclipse.ecf.discovery.ui.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all INetwork instances.
info - Variable in class org.eclipse.ecf.discovery.ServiceContainerEvent
 
INFO_PASSWORD - Static variable in class org.eclipse.ecf.ui.util.PasswordCacheHelper
 
init(ISharedObjectConfig) - Method in class org.eclipse.ecf.core.sharedobject.BaseSharedObject
 
init(ISharedObjectConfig) - Method in interface org.eclipse.ecf.core.sharedobject.ISharedObject
Initialize this ISharedObject.
init() - Static method in class org.eclipse.ecf.discovery.ui.model.impl.ModelFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.ecf.discovery.ui.model.impl.ModelPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Method in class org.eclipse.ecf.osgi.services.discovery.local.FileBasedDiscoveryImpl
Initialization method called by Activator.
init(IChatRoomBotEntry) - Method in interface org.eclipse.ecf.presence.bot.IChatRoomMessageHandler
Initialize robot with robot entry data.
init(IIMBotEntry) - Method in interface org.eclipse.ecf.presence.bot.IIMMessageHandler
Initialize robot with robot entry data.
init(IChatRoomBotEntry) - Method in class org.eclipse.ecf.presence.bot.impl.EmptyChatRoomMessageHandler
 
init(IIMBotEntry) - Method in class org.eclipse.ecf.presence.bot.impl.EmptyIMMessageHandler
 
init() - Method in class org.eclipse.ecf.provider.generic.SOWrapper
 
init(ServiceReference) - Method in class org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryContainer
 
init(String[]) - Method in class org.eclipse.ecf.server.generic.app.ClientApplication
 
init(IWorkbenchWindow) - Method in class org.eclipse.ecf.ui.actions.SynchContainerConnectAction
 
init(IWorkbench, ContainerTypeDescription) - Method in interface org.eclipse.ecf.ui.IConfigurationWizard
Initialize the wizard with the workbench and the desired container type description
init(IWorkbench, IContainer) - Method in interface org.eclipse.ecf.ui.IConnectWizard
Initialize the connect wizard.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ecf.ui.wizards.ConfigurationWizardSelectionWizard
Initializes the wizard.
initialize(String, String) - Method in class org.eclipse.ecf.core.identity.Namespace
 
initialize() - Method in class org.eclipse.ecf.core.sharedobject.BaseSharedObject
Initialize this shared object.
initialize() - Method in class org.eclipse.ecf.core.sharedobject.OptimisticSharedObject
 
initialize() - Method in class org.eclipse.ecf.core.sharedobject.TransactionSharedObject
 
initialize() - Method in class org.eclipse.ecf.provider.datashare.BaseChannel
Override of TransasctionSharedObject.initialize().
initialize() - Method in class org.eclipse.ecf.provider.datashare.DatashareContainerAdapter
 
initialize() - Method in class org.eclipse.ecf.provider.datashare.SharedObjectDatashareContainerAdapter
 
initialize(TCPServerSOContainerGroup, String, int) - Method in class org.eclipse.ecf.provider.generic.TCPServerSOContainer
 
initialize() - Method in class org.eclipse.ecf.provider.remoteservice.generic.RegistrySharedObject
 
initialize() - Method in class org.eclipse.ecf.server.generic.app.AbstractGenericClientApplication
 
initialize() - Method in class org.eclipse.ecf.server.generic.app.AbstractGenericServerApplication
 
initialize(String, ImageWrapper) - Method in class org.eclipse.ecf.ui.screencapture.ShowImageShell
 
initializeFromConnectors(List) - Method in class org.eclipse.ecf.server.generic.app.AbstractGenericServerApplication
 
initializeFromStorage(String) - Method in interface org.eclipse.ecf.storage.IIDStoreAdapter
Set the name of the ID instace from storage.
initializePackageContents() - Method in class org.eclipse.ecf.discovery.ui.model.impl.ModelPackageImpl
Complete the initialization of the package and its meta-model.
initializeRandom(String, String) - Static method in class org.eclipse.ecf.core.identity.GUID
 
initializeReplicaChannel() - Method in class org.eclipse.ecf.provider.datashare.BaseChannel
Initialize replicas of this channel.
initializeSingleServer() - Method in class org.eclipse.ecf.server.generic.app.AbstractGenericServerApplication
 
initializeWithManager(String, String, IChatRoomContainer, IChatRoomCommandListener, IChatRoomViewCloseListener) - Method in class org.eclipse.ecf.presence.ui.chatroom.ChatRoomManagerView
 
initializeWithoutManager(String, String, IChatRoomCommandListener, IChatRoomViewCloseListener) - Method in class org.eclipse.ecf.presence.ui.chatroom.ChatRoomManagerView
 
INITLIMIT_DEFAULT - Static variable in class org.eclipse.ecf.provider.zookeeper.core.DefaultDiscoveryConfig
The server init limit default.
INonconnectedSocketFactory - Interface in org.eclipse.ecf.filetransfer.events.socketfactory
 
input - Variable in class org.eclipse.ecf.presence.ui.MultiRosterContentProvider
 
INPUT_STREAM_REQUEST_ENTITY - Static variable in class org.eclipse.ecf.remoteservice.rest.client.AbstractEntityRequestType
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ecf.presence.ui.MultiRosterContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ecf.presence.ui.UserSearchContentProvider
 
inputStream - Variable in class org.eclipse.ecf.provider.comm.tcp.Client
 
instance - Static variable in class org.eclipse.ecf.core.identity.IDFactory
 
instance - Static variable in class org.eclipse.ecf.core.sharedobject.SharedObjectContainerFactory
 
instance - Static variable in class org.eclipse.ecf.core.sharedobject.SharedObjectFactory
 
INSTANCE - Static variable in class org.eclipse.ecf.discovery.ui.model.provider.DiscoveryEditPlugin
Keep track of the singleton.
instance - Static variable in class org.eclipse.ecf.filetransfer.identity.FileIDFactory
 
instantiator - Variable in class org.eclipse.ecf.core.ContainerTypeDescription
 
instantiator - Variable in class org.eclipse.ecf.core.sharedobject.SharedObjectTypeDescription
 
instantiatorClass - Variable in class org.eclipse.ecf.core.ContainerTypeDescription
 
INTERFACE_MATCH_CRITERIA - Static variable in interface org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceTracker
Deprecated. Optional ServiceRegistration property which contains service interfaces this tracker is interested in.
INVALID_CONNECT - Static variable in class org.eclipse.ecf.provider.generic.TCPServerSOContainerGroup
 
InvalidFileRangeSpecificationException - Exception in org.eclipse.ecf.filetransfer
 
InvalidFileRangeSpecificationException(IFileRangeSpecification) - Constructor for exception org.eclipse.ecf.filetransfer.InvalidFileRangeSpecificationException
 
InvalidFileRangeSpecificationException(IStatus, IFileRangeSpecification) - Constructor for exception org.eclipse.ecf.filetransfer.InvalidFileRangeSpecificationException
 
InvalidFileRangeSpecificationException(String, Throwable, IFileRangeSpecification) - Constructor for exception org.eclipse.ecf.filetransfer.InvalidFileRangeSpecificationException
 
InvalidFileRangeSpecificationException(String, IFileRangeSpecification) - Constructor for exception org.eclipse.ecf.filetransfer.InvalidFileRangeSpecificationException
 
InvalidFileRangeSpecificationException(Throwable, IFileRangeSpecification) - Constructor for exception org.eclipse.ecf.filetransfer.InvalidFileRangeSpecificationException
 
INVISIBLE - Static variable in class org.eclipse.ecf.presence.IPresence.Mode
 
invoke(Object) - Method in class org.eclipse.ecf.core.sharedobject.SharedObjectMsg
 
invoke(Object, Method, Object[]) - Method in class org.eclipse.ecf.remoteservice.AbstractRemoteService
 
invokeAsync(Method, Object[]) - Method in class org.eclipse.ecf.remoteservice.AbstractRemoteService
 
invokeObject(Object, Method, Object[]) - Method in class org.eclipse.ecf.remoteservice.AbstractRemoteService
 
invokeRemoteCall(IRemoteCall, IRemoteCallable) - Method in class org.eclipse.ecf.remoteservice.client.AbstractClientService
Invoke remote call.
invokeRemoteCall(IRemoteCall, IRemoteCallable) - Method in class org.eclipse.ecf.remoteservice.rest.client.RestClientService
Calls the Rest service with given URL of IRestCall.
invokeSync(IRemoteCall) - Method in class org.eclipse.ecf.remoteservice.AbstractRemoteService
 
invokeSync(IRemoteCall) - Method in class org.eclipse.ecf.remoteservice.client.AbstractClientService
 
IOSGiRemoteServiceContainerAdapter - Interface in org.eclipse.ecf.remoteservice
 
IOutgoingFileTransfer - Interface in org.eclipse.ecf.filetransfer
Outgoing file transfer.
IOutgoingFileTransferEvent - Interface in org.eclipse.ecf.filetransfer.events
Super interface for outgoing file transfer events
IOutgoingFileTransferResponseEvent - Interface in org.eclipse.ecf.filetransfer.events
Asynchronous event sent to IFileTransferListener associated with IOutgoingFileTransfer instances when a response is received from the remote target (or provider times out).
IOutgoingFileTransferSendDataEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListener associated with IOutgoingFileTransfer instances when some data are received
IOutgoingFileTransferSendDoneEvent - Interface in org.eclipse.ecf.filetransfer.events
Event sent to IFileTransferListener associated with IOutgoingFileTransfer instances when the file transfer is complete
IOutgoingFileTransferSendPausedEvent - Interface in org.eclipse.ecf.filetransfer.events
 
IOutgoingFileTransferSendResumedEvent - Interface in org.eclipse.ecf.filetransfer.events
 
IPresence - Interface in org.eclipse.ecf.presence
Presence information for a user.
IPresence.Mode - Class in org.eclipse.ecf.presence
A type-safe enum class to represent the presence mode information
IPresence.Mode(String) - Constructor for class org.eclipse.ecf.presence.IPresence.Mode
 
IPresence.Type - Class in org.eclipse.ecf.presence
A type-safe enum class to represent the presence type information
IPresence.Type(String) - Constructor for class org.eclipse.ecf.presence.IPresence.Type
 
IPresenceContainer - Interface in org.eclipse.ecf.presence
 
IPresenceContainerAdapter - Interface in org.eclipse.ecf.presence
Entry point presence container adapter.
IPresenceListener - Interface in org.eclipse.ecf.presence
Listener for user presence changes.
IPresenceSender - Interface in org.eclipse.ecf.presence
Send presence change events to remotes on buddy list.
IPresenceService - Interface in org.eclipse.ecf.presence.service
OSGI presence service interface.
IProxyContainerFinder - Interface in org.eclipse.ecf.osgi.services.distribution
Service interface for customizing the finding of proxy remote service containers.
IProxyDiscoveryListener - Interface in org.eclipse.ecf.osgi.services.discovery
 
IProxyDistributionListener - Interface in org.eclipse.ecf.osgi.services.distribution
Listener for proxy distribution events.
IQueue - Interface in org.eclipse.ecf.core.sharedobject.util
Queue that includes both enqueue (IQueueEnqueue) and dequeue (IQueueDequeue) operations
IQueueDequeue - Interface in org.eclipse.ecf.core.sharedobject.util
 
IQueueEnqueue - Interface in org.eclipse.ecf.core.sharedobject.util
Queue enqueing semantics
IReliableContainer - Interface in org.eclipse.ecf.core
Contract for reliable container.
IRemoteCall - Interface in org.eclipse.ecf.remoteservice
Instances of this interface are used to invoke a method call on a remote service
IRemoteCallable - Interface in org.eclipse.ecf.remoteservice.client
Callables represent a remotely callable method.
IRemoteCallableRequestType - Interface in org.eclipse.ecf.remoteservice.client
The callable request type (e.g.
IRemoteCallCompleteEvent - Interface in org.eclipse.ecf.remoteservice.events
Event received when remote call is complete.
IRemoteCallEvent - Interface in org.eclipse.ecf.remoteservice.events
Remote call event.
IRemoteCallListener - Interface in org.eclipse.ecf.remoteservice
Listener for remote call events.
IRemoteCallParameter - Interface in org.eclipse.ecf.remoteservice.client
A remote call parameter, with a String name and Object value.
IRemoteCallParameterSerializer - Interface in org.eclipse.ecf.remoteservice.client
Call parameter serializer.
IRemoteCallStartEvent - Interface in org.eclipse.ecf.remoteservice.events
Event received when remote call started.
IRemoteFile - Interface in org.eclipse.ecf.filetransfer
Remote file representation.
IRemoteFileAttributes - Interface in org.eclipse.ecf.filetransfer
Remote file attributes.
IRemoteFileInfo - Interface in org.eclipse.ecf.filetransfer
Information about a remote file.
IRemoteFileSystemBrowseEvent - Interface in org.eclipse.ecf.filetransfer.events
Event that indicates that a directory list is available via IRemoteFileSystemBrowseEvent.getRemoteFiles().
IRemoteFileSystemBrowser - Interface in org.eclipse.ecf.filetransfer.service
Remote file system browser service interface.
IRemoteFileSystemBrowserContainerAdapter - Interface in org.eclipse.ecf.filetransfer
Remote file system browser adapter.
IRemoteFileSystemBrowserFactory - Interface in org.eclipse.ecf.filetransfer.service
Remote file browser factory.
IRemoteFileSystemEvent - Interface in org.eclipse.ecf.filetransfer.events
 
IRemoteFileSystemListener - Interface in org.eclipse.ecf.filetransfer
Listener for handling events associated with remote file browsing activities.
IRemoteFileSystemRequest - Interface in org.eclipse.ecf.filetransfer
Remote file request.
IRemoteFilter - Interface in org.eclipse.ecf.remoteservice
Filter for remote service references.
IRemoteResponseDeserializer - Interface in org.eclipse.ecf.remoteservice.client
Deserializer for processing call response objects.
IRemoteService - Interface in org.eclipse.ecf.remoteservice
Interface providing runtime access to a remote service.
IRemoteServiceChangedEvent - Interface in org.eclipse.ecf.remoteservice.events
Remote service changed event.
IRemoteServiceClientContainerAdapter - Interface in org.eclipse.ecf.remoteservice.client
Remote service client container adapter.
IRemoteServiceConsumer - Interface in org.eclipse.ecf.remoteservice
 
IRemoteServiceContainer - Interface in org.eclipse.ecf.remoteservice
Remote service container that provides access to underlying IContainer and remote service container adapter.
IRemoteServiceContainerAdapter - Interface in org.eclipse.ecf.remoteservice
Entry point remote service container adapter.
IRemoteServiceContainerInstantiator - Interface in org.eclipse.ecf.core.provider
Interface that must be implemented by ECF remote service provider implementations.
IRemoteServiceEndpointDescription - Interface in org.eclipse.ecf.osgi.services.discovery
 
IRemoteServiceEvent - Interface in org.eclipse.ecf.remoteservice.events
Super interface for remote service events (registration and unregistration).
IRemoteServiceHost - Interface in org.eclipse.ecf.remoteservice
 
IRemoteServiceID - Interface in org.eclipse.ecf.remoteservice
Remote service ID.
IRemoteServiceListener - Interface in org.eclipse.ecf.remoteservice
Listener for remote service changes (register and unregister).
IRemoteServiceProxy - Interface in org.eclipse.ecf.remoteservice
 
IRemoteServiceReference - Interface in org.eclipse.ecf.remoteservice
Remote service reference.
IRemoteServiceReferenceRetrievedEvent - Interface in org.eclipse.ecf.remoteservice.events
 
IRemoteServiceRegisteredEvent - Interface in org.eclipse.ecf.remoteservice.events
Remote service registered event.
IRemoteServiceRegistration - Interface in org.eclipse.ecf.remoteservice
Remote service registration.
IRemoteServiceTrackerCustomizer - Interface in org.eclipse.ecf.remoteservice.util.tracker
The IRemoteServiceTrackerCustomizer interface allows a RemoteServiceTracker object to customize the service objects that are tracked.
IRemoteServiceUnregisteredEvent - Interface in org.eclipse.ecf.remoteservice.events
Remote service unregistered event.
IReplicaSharedObjectDescriptionFactory - Interface in org.eclipse.ecf.core.sharedobject
Replica shared object factory
IResourceID - Interface in org.eclipse.ecf.core.identity
Resource id.
IRestCall - Interface in org.eclipse.ecf.remoteservice.rest
Rest call provides a way for clients to access/call a remote service.
IRestriction - Interface in org.eclipse.ecf.presence.search
Instances implementing this interface provide methods to compose the corrects operations for each provide
IResult - Interface in org.eclipse.ecf.presence.search
Each result returned for the search will be reach through this interface.
IResultList - Interface in org.eclipse.ecf.presence.search
This interface provides methods to handle the result list that match the search.
IRetrieveFileTransfer - Interface in org.eclipse.ecf.filetransfer.service
 
IRetrieveFileTransferContainerAdapter - Interface in org.eclipse.ecf.filetransfer
Entry point retrieval file transfer adapter.
IRetrieveFileTransferFactory - Interface in org.eclipse.ecf.filetransfer.service
Retrieve file transfer factory.
IRetrieveFileTransferOptions - Interface in org.eclipse.ecf.filetransfer
 
IRoster - Interface in org.eclipse.ecf.presence.roster
Roster (aka contacts list or buddy list)
IRosterEntry - Interface in org.eclipse.ecf.presence.roster
Roster entry object.
IRosterGroup - Interface in org.eclipse.ecf.presence.roster
Roster group information.
IRosterItem - Interface in org.eclipse.ecf.presence.roster
 
IRosterListener - Interface in org.eclipse.ecf.presence.roster
Roster update listener
IRosterManager - Interface in org.eclipse.ecf.presence.roster
Roster manager for getting access to and changing roster.
IRosterSubscriptionListener - Interface in org.eclipse.ecf.presence.roster
Listener for handling notifications of subscribe/unsubscribe requests.
IRosterSubscriptionSender - Interface in org.eclipse.ecf.presence.roster
 
IRosterViewerDropTarget - Interface in org.eclipse.ecf.presence.ui.dnd
Roster viewer drop target.
isAccountCreationSupported() - Method in interface org.eclipse.ecf.presence.IAccountManager
Determine whether account creation is supported for this account manager
isActive() - Method in interface org.eclipse.ecf.core.sharedobject.ISharedObjectContext
 
isActive() - Method in interface org.eclipse.ecf.presence.history.IHistoryManager
 
isActive - Variable in class org.eclipse.ecf.provider.generic.SOConfig
 
isActive - Variable in class org.eclipse.ecf.provider.generic.SOContext
 
isActive() - Method in class org.eclipse.ecf.provider.generic.SOContext
 
isActive() - Method in class org.eclipse.ecf.provider.remoteservice.generic.RemoteServiceReferenceImpl
 
isActive() - Method in class org.eclipse.ecf.remoteservice.client.RemoteServiceClientReference
 
isActive() - Method in interface org.eclipse.ecf.remoteservice.IRemoteServiceReference
Return true if reference is active, false otherwise
isActive() - Method in class org.eclipse.ecf.server.generic.ServerManager
 
isAdd() - Method in class org.eclipse.ecf.provider.generic.ContainerMessage.ViewChangeMessage
 
isAvailable(IRosterEntry) - Method in class org.eclipse.ecf.presence.ui.roster.AbstractRosterEntryContributionItem
Return true if given IRosterEntry has an IPresence, and it's IPresence.Type and IPresence.Mode are both AVAILABLE.
isBound() - Method in class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketWrapper
 
isCanceled() - Method in class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser
 
isCanceled() - Method in class org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer
 
isClient(ContainerTypeDescription) - Method in class org.eclipse.ecf.provider.generic.GenericContainerInstantiator
 
isClosed() - Method in class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketWrapper
 
isClosing - Variable in class org.eclipse.ecf.provider.comm.tcp.Client
 
isClosing - Variable in class org.eclipse.ecf.provider.generic.SOContainer
 
isClosing() - Method in class org.eclipse.ecf.provider.generic.SOContainer
 
isConnected() - Method in class org.eclipse.ecf.core.sharedobject.BaseSharedObject
 
isConnected() - Method in interface org.eclipse.ecf.provider.comm.IConnection
 
isConnected() - Method in class org.eclipse.ecf.provider.comm.tcp.Client
 
isConnected() - Method in class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketWrapper
 
isConnected() - Method in class org.eclipse.ecf.provider.filetransfer.outgoing.AbstractUrlConnectionOutgoingFileTransfer
 
isConnected() - Method in class org.eclipse.ecf.provider.filetransfer.retrieve.UrlConnectionRetrieveFileTransfer
 
isConnected() - Method in class org.eclipse.ecf.provider.generic.ClientSOContainer
 
isConnected() - Method in interface org.eclipse.ecf.server.IServiceClient
 
isConnecting() - Method in class org.eclipse.ecf.provider.generic.ClientSOContainer
 
isContainerConnected() - Method in class org.eclipse.ecf.presence.ui.chatroom.ChatRoomManagerUI
 
isDirectory() - Method in interface org.eclipse.ecf.filetransfer.IRemoteFileInfo
Returns whether this file is a directory, or false if this file does not exist.
isDisposed() - Method in class org.eclipse.ecf.datashare.AbstractShare
 
isDisposed() - Method in class org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryContainer
 
isDone() - Method in interface org.eclipse.ecf.filetransfer.IFileTransfer
Return true if this file transfer is done, false if not yet completed.
isDone() - Method in class org.eclipse.ecf.provider.filetransfer.outgoing.AbstractOutgoingFileTransfer
 
isDone() - Method in class org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer
 
isDone() - Method in class org.eclipse.ecf.provider.remoteservice.generic.AddRegistrationRequest
 
isDone() - Method in class org.eclipse.ecf.provider.remoteservice.generic.Request
 
ISearch - Interface in org.eclipse.ecf.presence.search
Provide access for the list of matched query results.
isElementSelectable(Object) - Method in class org.eclipse.ecf.ui.wizards.ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree.WizardPatternFilter
 
isEmpty() - Method in class org.eclipse.ecf.core.sharedobject.util.SimpleFIFOQueue
 
isEmpty() - Method in interface org.eclipse.ecf.presence.search.ICriteria
Notify if there is or not criterion added for this criteria
isEnabled() - Method in interface org.eclipse.ecf.presence.search.IUserSearchManager
Whether this handler is capable of executing at this time.
isEnabled() - Method in class org.eclipse.ecf.presence.ui.chatroom.ChatRoomManagerView
 
ISendFileTransfer - Interface in org.eclipse.ecf.filetransfer.service
 
ISendFileTransferContainerAdapter - Interface in org.eclipse.ecf.filetransfer
Entry point outgoing file transfer container adapter.
ISendFileTransferFactory - Interface in org.eclipse.ecf.filetransfer.service
Send file transfer factory.
ISendFileTransferOptions - Interface in org.eclipse.ecf.filetransfer
 
IServerSocketFactory - Interface in org.eclipse.ecf.provider.comm.tcp
 
ISERVICE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The meta object id for the 'IService ID' class.
ISERVICE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'IService ID' class.
ISERVICE_ID__ECF_SERVICE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Service ID' attribute.
ISERVICE_ID__ECF_SERVICE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Service ID' attribute feature.
ISERVICE_ID__ECF_SERVICE_NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Service Name' attribute.
ISERVICE_ID__ECF_SERVICE_NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Service Name' attribute feature.
ISERVICE_ID__SERVICE_TYPE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Service Type ID' reference.
ISERVICE_ID__SERVICE_TYPE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Service Type ID' reference feature.
ISERVICE_ID_FEATURE_COUNT - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The number of structural features of the 'IService ID' class.
ISERVICE_INFO - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The meta object id for the 'IService Info' class.
ISERVICE_INFO - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'IService Info' class.
ISERVICE_INFO__ECF_LOCATION - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Location' attribute.
ISERVICE_INFO__ECF_LOCATION - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Location' attribute feature.
ISERVICE_INFO__ECF_NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Name' attribute.
ISERVICE_INFO__ECF_NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Name' attribute feature.
ISERVICE_INFO__ECF_PRIORITY - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Priority' attribute.
ISERVICE_INFO__ECF_PRIORITY - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Priority' attribute feature.
ISERVICE_INFO__ECF_SERVICE_INFO - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Service Info' attribute.
ISERVICE_INFO__ECF_SERVICE_INFO - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Service Info' attribute feature.
ISERVICE_INFO__ECF_WEIGHT - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Weight' attribute.
ISERVICE_INFO__ECF_WEIGHT - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Weight' attribute feature.
ISERVICE_INFO__SERVICE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Service ID' reference.
ISERVICE_INFO__SERVICE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Service ID' reference feature.
ISERVICE_INFO_FEATURE_COUNT - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The number of structural features of the 'IService Info' class.
ISERVICE_TYPE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The meta object id for the 'IService Type ID' class.
ISERVICE_TYPE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'IService Type ID' class.
ISERVICE_TYPE_ID__ECF_NAMING_AUTHORITY - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Naming Authority' attribute.
ISERVICE_TYPE_ID__ECF_NAMING_AUTHORITY - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Naming Authority' attribute feature.
ISERVICE_TYPE_ID__ECF_PROTOCOLS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Protocols' attribute list.
ISERVICE_TYPE_ID__ECF_PROTOCOLS - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Protocols' attribute list feature.
ISERVICE_TYPE_ID__ECF_SCOPES - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Scopes' attribute list.
ISERVICE_TYPE_ID__ECF_SCOPES - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Scopes' attribute list feature.
ISERVICE_TYPE_ID__ECF_SERVICE_NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Service Name' attribute.
ISERVICE_TYPE_ID__ECF_SERVICE_NAME - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Service Name' attribute feature.
ISERVICE_TYPE_ID__ECF_SERVICE_TYPE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Service Type ID' attribute.
ISERVICE_TYPE_ID__ECF_SERVICE_TYPE_ID - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Service Type ID' attribute feature.
ISERVICE_TYPE_ID__ECF_SERVICES - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The feature id for the 'Ecf Services' attribute list.
ISERVICE_TYPE_ID__ECF_SERVICES - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage.Literals
The meta object literal for the 'Ecf Services' attribute list feature.
ISERVICE_TYPE_ID_FEATURE_COUNT - Static variable in interface org.eclipse.ecf.discovery.ui.model.ModelPackage
The number of structural features of the 'IService Type ID' class.
IServiceClient - Interface in org.eclipse.ecf.server
Service Client
IServiceClientManager - Interface in org.eclipse.ecf.server
Service Client Manager
IServiceConstants - Interface in org.eclipse.ecf.sync
Constants for ISynchronizationStrategy services.
IServiceEndpointDescriptionPublisher - Interface in org.eclipse.ecf.osgi.services.discovery.local
 
IServiceEvent - Interface in org.eclipse.ecf.discovery
Service discovery event that provides access to IServiceInfo instance
IServiceHost - Interface in org.eclipse.ecf.server
Service Host
IServiceID - Interface in org.eclipse.ecf.discovery.identity
Service identity contract.
IServiceID - Interface in org.eclipse.ecf.discovery.ui.model
A representation of the model object 'IService ID'.
IServiceIDFactory - Interface in org.eclipse.ecf.discovery.identity
ServiceID factory contract.
IServiceIDImpl - Class in org.eclipse.ecf.discovery.ui.model.impl
An implementation of the model object 'IService ID'.
IServiceIDImpl() - Constructor for class org.eclipse.ecf.discovery.ui.model.impl.IServiceIDImpl
 
IServiceIDItemProvider - Class in org.eclipse.ecf.discovery.ui.model.provider
This is the item provider adapter for a IServiceID object.
IServiceIDItemProvider(AdapterFactory) - Constructor for class org.eclipse.ecf.discovery.ui.model.provider.IServiceIDItemProvider
This constructs an instance from a factory and a notifier.
iServiceIDItemProvider - Variable in class org.eclipse.ecf.discovery.ui.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all IServiceID instances.
IServiceInfo - Interface in org.eclipse.ecf.discovery
Service information contract.
IServiceInfo - Interface in org.eclipse.ecf.discovery.ui.model
A representation of the model object 'IService Info'.
IServiceInfoImpl - Class in org.eclipse.ecf.discovery.ui.model.impl
An implementation of the model object 'IService Info'.
IServiceInfoImpl() - Constructor for class org.eclipse.ecf.discovery.ui.model.impl.IServiceInfoImpl
 
IServiceInfoItemProvider - Class in org.eclipse.ecf.discovery.ui.model.provider
This is the item provider adapter for a IServiceInfo object.
IServiceInfoItemProvider(AdapterFactory) - Constructor for class org.eclipse.ecf.discovery.ui.model.provider.IServiceInfoItemProvider
This constructs an instance from a factory and a notifier.
iServiceInfoItemProvider - Variable in class org.eclipse.ecf.discovery.ui.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all IServiceInfo instances.
IServiceListener - Interface in org.eclipse.ecf.discovery
Listener for receiving service events
IServiceProperties - Interface in org.eclipse.ecf.discovery
 
IServiceTypeEvent - Interface in org.eclipse.ecf.discovery
Service type discovery event that provides access to service type
IServiceTypeID - Interface in org.eclipse.ecf.discovery.identity
Service type ID contract.
IServiceTypeID - Interface in org.eclipse.ecf.discovery.ui.model
A representation of the model object 'IService Type ID'.
IServiceTypeIDImpl - Class in org.eclipse.ecf.discovery.ui.model.impl
An implementation of the model object 'IService Type ID'.
IServiceTypeIDImpl() - Constructor for class org.eclipse.ecf.discovery.ui.model.impl.IServiceTypeIDImpl
 
IServiceTypeIDItemProvider - Class in org.eclipse.ecf.discovery.ui.model.provider
This is the item provider adapter for a IServiceTypeID object.
IServiceTypeIDItemProvider(AdapterFactory) - Constructor for class org.eclipse.ecf.discovery.ui.model.provider.IServiceTypeIDItemProvider
This constructs an instance from a factory and a notifier.
iServiceTypeIDItemProvider - Variable in class org.eclipse.ecf.discovery.ui.model.provider.ModelItemProviderAdapterFactory
This keeps track of the one adapter used for all IServiceTypeID instances.
IServiceTypeListener - Interface in org.eclipse.ecf.discovery
Listener for service type notifications
isFactoryForType(Object) - Method in class org.eclipse.ecf.discovery.ui.model.provider.ModelItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.ecf.discovery.ui.model.util.ModelAdapterFactory
Returns whether this factory is applicable for the type of the object.
isGoogle(ID) - Method in class org.eclipse.ecf.provider.xmpp.XMPPContainer
 
isGroupManager() - Method in interface org.eclipse.ecf.core.IReliableContainer
 
isGroupManager() - Method in interface org.eclipse.ecf.core.sharedobject.ISharedObjectContext
(non-Javadoc)
isGroupManager() - Method in class org.eclipse.ecf.provider.generic.ClientSOContainer
 
isGroupManager() - Method in class org.eclipse.ecf.provider.generic.ServerSOContainer
 
isGroupManager() - Method in class org.eclipse.ecf.provider.generic.SOContainer
 
isGroupManager() - Method in class org.eclipse.ecf.provider.generic.SOContext
 
isGroupServer() - Method in class org.eclipse.ecf.provider.generic.SOContext
 
ISharedObject - Interface in org.eclipse.ecf.core.sharedobject
Core interface for implementing components that exist within ISharedObjectContainer
ISharedObjectActivatedEvent - Interface in org.eclipse.ecf.core.sharedobject.events
 
ISharedObjectCallEvent - Interface in org.eclipse.ecf.core.sharedobject.events
 
ISharedObjectCommitEvent - Interface in org.eclipse.ecf.core.sharedobject.events
 
ISharedObjectConfig - Interface in org.eclipse.ecf.core.sharedobject
Configuration information provided to ISharedObject via its enclosing ISharedObjectContainer
ISharedObjectConnector - Interface in org.eclipse.ecf.core.sharedobject
Implementers which represent the one-way associations between SharedObject instances within the scope of a given ISharedObjectContainer
ISharedObjectContainer - Interface in org.eclipse.ecf.core.sharedobject
Core interface that must be implemented by all ECF container instances.
ISharedObjectContainerClient - Interface in org.eclipse.ecf.core.sharedobject
Interface for shared object containers that are clients rather than group manager
ISharedObjectContainerConfig - Interface in org.eclipse.ecf.core.sharedobject
Configuration information associated with ISharedObjectContainer.
ISharedObjectContainerFactory - Interface in org.eclipse.ecf.core.sharedobject
Factory contract for SharedObjectContainerFactory
ISharedObjectContainerGroupManager - Interface in org.eclipse.ecf.core.sharedobject
Contract for shared object container group manager (e.g.
ISharedObjectContainerTransaction - Interface in org.eclipse.ecf.core.sharedobject
Implementers represent a transaction associated with the creation of a SharedObject within the scope of a given SharedObjectContainer
ISharedObjectContext - Interface in org.eclipse.ecf.core.sharedobject
Context reference provided to all ISharedObjects upon initialization.
ISharedObjectCreateResponseEvent - Interface in org.eclipse.ecf.core.sharedobject.events
 
ISharedObjectDeactivatedEvent - Interface in org.eclipse.ecf.core.sharedobject.events
 
ISharedObjectEvent - Interface in org.eclipse.ecf.core.sharedobject.events
Shared object event
ISharedObjectFactory - Interface in org.eclipse.ecf.core.sharedobject
Container factory contract SharedObjectFactory for default implementation.
ISharedObjectInstantiator - Interface in org.eclipse.ecf.core.sharedobject.provider
Interface that must be implemented by extensions of the sharedObjectFactory extension point
ISharedObjectManager - Interface in org.eclipse.ecf.core.sharedobject
Manager for creating, disposing, and accessing ISharedObjects from an ISharedObjectContainer.
ISharedObjectManagerConnectionEvent - Interface in org.eclipse.ecf.core.sharedobject.events
Shared object manager connection event.
ISharedObjectManagerEvent - Interface in org.eclipse.ecf.core.sharedobject.events
Shared object manager event
ISharedObjectMessageEvent - Interface in org.eclipse.ecf.core.sharedobject.events
 
ISharedObjectMessageListener - Interface in org.eclipse.ecf.core.sharedobject.events
Listener for receiving shared object messages
ISharedObjectMessageSerializer - Interface in org.eclipse.ecf.core.sharedobject.util
Serialize/deserialize shared object messages.
ISharedObjectPolicy - Interface in org.eclipse.ecf.core.sharedobject.security
 
ISharedObjectTransactionConfig - Interface in org.eclipse.ecf.core.sharedobject
Transaction configuration information
ISharedObjectTransactionParticipantsFilter - Interface in org.eclipse.ecf.core.sharedobject
Filter for determining transaction participants
isHidden() - Method in class org.eclipse.ecf.core.ContainerTypeDescription
 
ISimpleFIFOQueue - Interface in org.eclipse.ecf.core.sharedobject.util
Simple queue
isInactive() - Method in class org.eclipse.ecf.provider.generic.SOContext
 
isInitiator() - Method in class org.eclipse.ecf.docshare.DocShare
 
isInputShutdown() - Method in class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketWrapper
 
isLeafMatch(Viewer, Object) - Method in class org.eclipse.ecf.ui.wizards.ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree.WizardPatternFilter
 
isListenerActive() - Method in class org.eclipse.ecf.internal.docshare.Activator
 
isListening() - Method in class org.eclipse.ecf.server.generic.GenericServerContainerGroup
 
isListening() - Method in interface org.eclipse.ecf.server.generic.IGenericServerContainerGroup
 
isLocal(String) - Static method in class org.eclipse.ecf.provider.zookeeper.util.Geo
 
isLocalNode() - Method in class org.eclipse.ecf.provider.zookeeper.core.AdvertisedService
 
isLocalNode() - Method in class org.eclipse.ecf.provider.zookeeper.core.DiscoverdService
 
isModerated() - Method in interface org.eclipse.ecf.presence.chatroom.IChatRoomInfo
 
isMultiStatus() - Method in class org.eclipse.ecf.core.status.SerializableMultiStatus
 
isMultiStatus() - Method in class org.eclipse.ecf.core.status.SerializableStatus
 
ISocketAcceptHandler - Interface in org.eclipse.ecf.provider.comm.tcp
 
ISocketClosedEvent - Interface in org.eclipse.ecf.filetransfer.events.socket
Event issued after a socket has been closed.
ISocketConnectedEvent - Interface in org.eclipse.ecf.filetransfer.events.socket
Event issued after a socket successfully connected.
ISocketCreatedEvent - Interface in org.eclipse.ecf.filetransfer.events.socket
Event which makes a socket available after it has been created but before it is connected.
ISocketEvent - Interface in org.eclipse.ecf.filetransfer.events.socket
Socket events are emitted by a ISocketEventSource and are delivered to a ISocketListener.
ISocketEventSource - Interface in org.eclipse.ecf.filetransfer.events.socket
 
ISocketListener - Interface in org.eclipse.ecf.filetransfer.events.socket
 
isOK() - Method in class org.eclipse.ecf.core.status.SerializableStatus
 
isOnTheAir() - Method in class org.eclipse.ecf.provider.generic.TCPServerSOContainerGroup
 
isOutputShutdown() - Method in class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketWrapper
 
isOwnPublication(String) - Static method in class org.eclipse.ecf.provider.zookeeper.util.Geo
 
isPaused() - Method in interface org.eclipse.ecf.filetransfer.IFileTransferPausable
 
isPaused() - Method in class org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer
 
isPersistent() - Method in interface org.eclipse.ecf.presence.chatroom.IChatRoomInfo
 
isPlatformAvailable() - Static method in class org.eclipse.ecf.core.util.PlatformHelper
 
isPresent() - Method in class org.eclipse.ecf.remoteservice.rest.util.DSPresent
 
isPresent() - Method in interface org.eclipse.ecf.remoteservice.rest.util.IDSPresent
Checks whether declarative service is present.
isPrimary() - Method in class org.eclipse.ecf.core.sharedobject.BaseSharedObject
 
isPrimary() - Method in class org.eclipse.ecf.core.sharedobject.TwoPhaseCommitEventProcessor
 
isQuorumPeerReady - Variable in class org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryContainer
 
isRunning(BundleContext) - Static method in class org.eclipse.ecf.remoteservice.rest.util.DSUtil
Checks whether the declarative services daemon is running.
isSameFactorySocket(ISocketEvent) - Method in interface org.eclipse.ecf.filetransfer.events.socket.ISocketEvent
 
isSameFactorySocket(ISocketEvent) - Method in class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketEvent
 
isSent - Variable in class org.eclipse.ecf.presence.ui.chatroom.MessageRenderer
 
isServer() - Method in class org.eclipse.ecf.core.ContainerTypeDescription
 
isSharing() - Method in class org.eclipse.ecf.docshare.DocShare
 
isSingle - Variable in class org.eclipse.ecf.provider.generic.TCPServerSOContainer
 
isStarted() - Method in interface org.eclipse.ecf.provider.comm.IConnection
 
isStarted() - Method in class org.eclipse.ecf.provider.comm.tcp.Client
 
isStopped() - Method in class org.eclipse.ecf.core.sharedobject.util.SimpleFIFOQueue
 
IStartableServer - Interface in org.eclipse.ecf.server
 
IStorableContainerAdapter - Interface in org.eclipse.ecf.storage
Container adapter for storable containers.
isTrackerInterestedInSED(ServiceEndpointDescription, Map, Collection, Collection) - Static method in class org.eclipse.ecf.osgi.services.discovery.local.FileBasedDiscoveryImpl
Compares the properties of a registered DiscoveredServiceTracker with the SED properties.
IStreamContainerAdapter - Interface in org.eclipse.ecf.datashare
A container adapter that allows access to InputStream and OutputStream for the container.
isTyping() - Method in interface org.eclipse.ecf.presence.im.ITypingMessage
Indicates whether remote user is actually typing.
isTyping() - Method in class org.eclipse.ecf.presence.im.TypingMessage
 
isVotingCompleted() - Method in class org.eclipse.ecf.core.sharedobject.TwoPhaseCommitEventProcessor
 
ISynchAsynchConnection - Interface in org.eclipse.ecf.provider.comm
A connection instance that has both asynchronous and synchronous messaging capabilities
ISynchAsynchEventHandler - Interface in org.eclipse.ecf.provider.comm
Event handler callback interface for connections that have both asynchronous and synchronous capabilities
ISynchConnection - Interface in org.eclipse.ecf.provider.comm
Synchronous connection
ISynchEventHandler - Interface in org.eclipse.ecf.provider.comm
 
ItemProviderWithStatusLineAdapter - Class in org.eclipse.ecf.discovery.ui.model
This class is the superclass for all ItemProviderAdapter It provides additional support for status line by implementing IItemStatusLineProvider
ItemProviderWithStatusLineAdapter(AdapterFactory) - Constructor for class org.eclipse.ecf.discovery.ui.model.ItemProviderWithStatusLineAdapter
 
iterator() - Method in class org.eclipse.ecf.provider.generic.gmm.GMMImpl
 
ITypingMessage - Interface in org.eclipse.ecf.presence.im
Typing message.
ITypingMessageEvent - Interface in org.eclipse.ecf.presence.im
Typing message event.
ITypingMessageSender - Interface in org.eclipse.ecf.presence.im
Typing message sender.
IUpdateInfo - Interface in org.eclipse.ecf.datashare.mergeable
Info about when an update was made and by whom.
IUser - Interface in org.eclipse.ecf.core.user
Interface for arbitrary ECF system user.
IUserSearchCompleteEvent - Interface in org.eclipse.ecf.presence.search
This event indicate that a user search was completed
IUserSearchEvent - Interface in org.eclipse.ecf.presence.search
An event received by a user search.
IUserSearchListener - Interface in org.eclipse.ecf.presence.search
This Interface allows for implementing classes to execute the search for users in a non block way.
IUserSearchManager - Interface in org.eclipse.ecf.presence.search
Get a search mechanism for an account.
IXHTMLChatMessage - Interface in org.eclipse.ecf.presence.im
A chat message that has XHTML bodies.
IXHTMLChatMessageEvent - Interface in org.eclipse.ecf.presence.im
Chat message event.

A B C D E F G H I J K L M N O P Q R S T U V W X Z _