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

Packages that use IIdentifiable
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.discovery   
org.eclipse.ecf.example.clients.applications   
org.eclipse.ecf.filetransfer   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
org.eclipse.ecf.provider.discovery   
org.eclipse.ecf.provider.dnssd   
org.eclipse.ecf.provider.filetransfer.httpclient   
org.eclipse.ecf.provider.filetransfer.outgoing   
org.eclipse.ecf.provider.filetransfer.retrieve   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.jslp.container   
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.provider.xmpp   
org.eclipse.ecf.provider.zookeeper.core   
org.eclipse.ecf.remoteservice.client   
org.eclipse.ecf.remoteservice.eventadmin   
org.eclipse.ecf.remoteservice.rest.client   
org.eclipse.ecf.remoteservice.rpc.client   
org.eclipse.ecf.remoteservice.soap.client   
org.eclipse.ecf.server.generic   
org.eclipse.ecf.storage   
org.eclipse.ecf.telephony.call   
 

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
          Abstract implementation of IContainer.
 class BaseContainer
          Base implementation of IContainer.
 

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 BaseSharedObject
          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
          Super interface for IChannel.
 interface IChannel
          Channel for sending messages
 interface IChannelConfig
          Channel configuration to be used during createChannel to configure the newly created IChannel implementation
 

Classes in org.eclipse.ecf.datashare that implement IIdentifiable
 class BaseChannelConfig
          Base class implementation of IChannelConfig.
 

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

Classes in org.eclipse.ecf.discovery that implement IIdentifiable
 class AbstractDiscoveryContainerAdapter
           
 

Uses of IIdentifiable in org.eclipse.ecf.example.clients.applications
 

Classes in org.eclipse.ecf.example.clients.applications that implement IIdentifiable
 class TrivialSharedObject
           
 

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

Subinterfaces of IIdentifiable in org.eclipse.ecf.presence.chatroom
 interface IChatRoomContainer
          A container representing a specific chat room.
 

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

Classes in org.eclipse.ecf.provider.datashare.nio that implement IIdentifiable
 class NIOChannel
          An abstract implementation of IChannel that uses Java 1.4 NIO APIs for sending and retrieving data.
 

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

Classes in org.eclipse.ecf.provider.discovery that implement IIdentifiable
 class CompositeDiscoveryContainer
           
 class SingletonDiscoveryContainer
           
 

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

Classes in org.eclipse.ecf.provider.dnssd that implement IIdentifiable
 class DnsSdDiscoveryAdvertiser
           
 class DnsSdDiscoveryContainerAdapter
           
 class DnsSdDiscoveryLocator
           
 

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

Classes in org.eclipse.ecf.provider.filetransfer.httpclient that implement IIdentifiable
 class HttpClientRetrieveFileTransfer
           
 

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

Classes in org.eclipse.ecf.provider.filetransfer.outgoing that implement IIdentifiable
 class AbstractOutgoingFileTransfer
           
 class AbstractUrlConnectionOutgoingFileTransfer
           
 class LocalFileOutgoingFileTransfer
           
 

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

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

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

Classes in org.eclipse.ecf.provider.jslp.container that implement IIdentifiable
 class JSLPDiscoveryContainer
           
 

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
           
 

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

Classes in org.eclipse.ecf.provider.xmpp that implement IIdentifiable
 class XMPPContainer
           
 class XMPPSContainer
           
 

Uses of IIdentifiable in org.eclipse.ecf.provider.zookeeper.core
 

Classes in org.eclipse.ecf.provider.zookeeper.core that implement IIdentifiable
 class ZooDiscoveryContainer
           
 

Uses of IIdentifiable in org.eclipse.ecf.remoteservice.client
 

Classes in org.eclipse.ecf.remoteservice.client that implement IIdentifiable
 class AbstractClientContainer
          Remote service client abstract superclass.
 

Uses of IIdentifiable in org.eclipse.ecf.remoteservice.eventadmin
 

Classes in org.eclipse.ecf.remoteservice.eventadmin that implement IIdentifiable
 class DistributedEventAdmin
           
 

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

Classes in org.eclipse.ecf.remoteservice.rest.client that implement IIdentifiable
 class RestClientContainer
          A container for REST services.
 

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

Classes in org.eclipse.ecf.remoteservice.rpc.client that implement IIdentifiable
 class RpcClientContainer
          A container for XML-RPC services.
 

Uses of IIdentifiable in org.eclipse.ecf.remoteservice.soap.client
 

Classes in org.eclipse.ecf.remoteservice.soap.client that implement IIdentifiable
 class AbstractSoapClientContainer
           
 

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

Classes in org.eclipse.ecf.server.generic that implement IIdentifiable
 class GenericServerContainer
           
 

Uses of IIdentifiable in org.eclipse.ecf.storage
 

Subinterfaces of IIdentifiable in org.eclipse.ecf.storage
 interface IStorableContainerAdapter
          Container adapter for storable containers.
 

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

Subinterfaces of IIdentifiable in org.eclipse.ecf.telephony.call
 interface ICallSession
          Contract for interacting with an arbitrary call session.