Uses of Interface
org.eclipse.ecf.core.IIdentifiable

Packages that use IIdentifiable
org.eclipse.ecf.call   
org.eclipse.ecf.core   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.core.user   
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.mergeable   
org.eclipse.ecf.filetransfer   
org.eclipse.ecf.presence.chat   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.fileshare   
org.eclipse.ecf.provider.filetransfer   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.remoteservice.generic   
 

Uses of IIdentifiable in org.eclipse.ecf.call
 

Subinterfaces of IIdentifiable in org.eclipse.ecf.call
 interface ICallSession
          Call session for representing call setup and control
 

Uses of IIdentifiable in org.eclipse.ecf.core
 

Subinterfaces of IIdentifiable in org.eclipse.ecf.core
 interface IContainer
          Contract for ECF communications container

IContainer instances are used by clients to define a context for communications.
 interface IReliableContainer
          Contract for reliable container
 

Classes in org.eclipse.ecf.core that implement IIdentifiable
 class AbstractContainer
           
 

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

Subinterfaces of IIdentifiable in org.eclipse.ecf.core.sharedobject
 interface ISharedObjectContainer
          Core interface that must be implemented by all ECF container instances.
 interface ISharedObjectContainerConfig
          Configuration information associated with ISharedObjectContainer.
 

Classes in org.eclipse.ecf.core.sharedobject that implement IIdentifiable
 class AbstractSharedObject
          Base class for shared object classes.
 class OptimisticSharedObject
          Superclass for shared object classes that replicate themselves optimistically.
 class TransactionSharedObject
          Superclass for shared object classes that replicate themselves transactionally.
 

Uses of IIdentifiable in org.eclipse.ecf.core.user
 

Subinterfaces of IIdentifiable in org.eclipse.ecf.core.user
 interface IUser
          Interface for arbitrary ECF system user.
 

Classes in org.eclipse.ecf.core.user that implement IIdentifiable
 class User
           
 

Uses of IIdentifiable in org.eclipse.ecf.datashare
 

Subinterfaces of IIdentifiable in org.eclipse.ecf.datashare
 interface IAbstractChannel
          Abstract channel
 interface IChannel
          Channel for sending messages
 

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

Subinterfaces of IIdentifiable in org.eclipse.ecf.datashare.mergeable
 interface IConflict
          Item conflict structure
 interface IItem
           
 interface IItemHistory
           
 interface IMergeableChannel
          Mergeable channel for merging and publishing items.
 interface IUpdateInfo
          Info about when an update was made and by whom.
 

Uses of IIdentifiable in org.eclipse.ecf.filetransfer
 

Subinterfaces of IIdentifiable in org.eclipse.ecf.filetransfer
 interface IFileTransfer
          File transfer super interface.
 interface IIncomingFileTransfer
          Incoming file transfer request
 interface IOutgoingFileTransfer
          Outgoing file transfer
 

Uses of IIdentifiable in org.eclipse.ecf.presence.chat
 

Subinterfaces of IIdentifiable in org.eclipse.ecf.presence.chat
 interface IChatRoomContainer
          Chat room container
 

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

Classes in org.eclipse.ecf.provider.datashare that implement IIdentifiable
 class BaseChannel
           
 class DatashareContainer
           
 class DatashareContainerConfig
           
 class SharedObjectDatashareContainerAdapter
           
 

Uses of IIdentifiable in org.eclipse.ecf.provider.fileshare
 

Classes in org.eclipse.ecf.provider.fileshare that implement IIdentifiable
 class BaseFileShareReceiver
           
 class BaseFileShareRetriever
          File share retriever implementation
 class BaseFileShareSender
           
 class FileShareContainer
           
 class FileShareContainerConfig
           
 

Uses of IIdentifiable in org.eclipse.ecf.provider.filetransfer
 

Classes in org.eclipse.ecf.provider.filetransfer that implement IIdentifiable
 class AbstractRetrieveFileTransfer
           
 class UrlRetrieveFileTransfer
           
 

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

Classes in org.eclipse.ecf.provider.generic that implement IIdentifiable
 class ClientSOContainer
           
 class ServerSOContainer
           
 class SOContainer
           
 class SOContainerConfig
           
 class TCPClientSOContainer
           
 class TCPServerSOContainer
           
 

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

Classes in org.eclipse.ecf.provider.remoteservice.generic that implement IIdentifiable
 class RegistrySharedObject
           
 class RemoteServiceContainer