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

Packages that use ID
org.eclipse.ecf.core   
org.eclipse.ecf.core.events   
org.eclipse.ecf.core.identity   
org.eclipse.ecf.core.security   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.core.sharedobject.events   
org.eclipse.ecf.core.sharedobject.security   
org.eclipse.ecf.core.sharedobject.util   
org.eclipse.ecf.core.user   
org.eclipse.ecf.core.util   
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.events   
org.eclipse.ecf.datashare.mergeable   
org.eclipse.ecf.discovery   
org.eclipse.ecf.discovery.identity   
org.eclipse.ecf.docshare   
org.eclipse.ecf.docshare.menu   
org.eclipse.ecf.docshare.messages   
org.eclipse.ecf.filetransfer.events   
org.eclipse.ecf.filetransfer.identity   
org.eclipse.ecf.internal.docshare   
org.eclipse.ecf.osgi.services.discovery   
org.eclipse.ecf.osgi.services.distribution   
org.eclipse.ecf.presence   
org.eclipse.ecf.presence.bot   
org.eclipse.ecf.presence.bot.impl   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.collab.ui   
org.eclipse.ecf.presence.collab.ui.console   
org.eclipse.ecf.presence.collab.ui.screencapture   
org.eclipse.ecf.presence.collab.ui.url   
org.eclipse.ecf.presence.collab.ui.view   
org.eclipse.ecf.presence.history   
org.eclipse.ecf.presence.im   
org.eclipse.ecf.presence.roster   
org.eclipse.ecf.presence.ui   
org.eclipse.ecf.presence.ui.chatroom   
org.eclipse.ecf.provider.comm   
org.eclipse.ecf.provider.comm.tcp   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
org.eclipse.ecf.provider.discovery   
org.eclipse.ecf.provider.dnssd   
org.eclipse.ecf.provider.filetransfer.identity   
org.eclipse.ecf.provider.filetransfer.outgoing   
org.eclipse.ecf.provider.filetransfer.retrieve   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.generic.gmm   
org.eclipse.ecf.provider.jmdns.container   
org.eclipse.ecf.provider.jmdns.identity   
org.eclipse.ecf.provider.jslp.container   
org.eclipse.ecf.provider.jslp.identity   
org.eclipse.ecf.provider.local.identity   
org.eclipse.ecf.provider.r_osgi.identity   
org.eclipse.ecf.provider.remoteservice   
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.provider.xmpp   
org.eclipse.ecf.provider.xmpp.identity   
org.eclipse.ecf.provider.zookeeper.core   
org.eclipse.ecf.remoteservice   
org.eclipse.ecf.remoteservice.client   
org.eclipse.ecf.remoteservice.eventadmin   
org.eclipse.ecf.remoteservice.events   
org.eclipse.ecf.remoteservice.rest.identity   
org.eclipse.ecf.remoteservice.rpc.identity   
org.eclipse.ecf.remoteservice.util.tracker   
org.eclipse.ecf.server.generic   
org.eclipse.ecf.server.generic.app   
org.eclipse.ecf.storage   
org.eclipse.ecf.sync.doc   
org.eclipse.ecf.telephony.call   
org.eclipse.ecf.telephony.call.events   
org.eclipse.ecf.telephony.call.ui.actions   
org.eclipse.ecf.ui.actions   
org.eclipse.ecf.ui.screencapture   
 

Uses of ID in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core that return ID
 ID BaseContainer.getConnectedID()
           
 ID IContainer.getConnectedID()
          Get the target ID that this container instance has connected to.
 ID[] IReliableContainer.getGroupMemberIDs()
          Get the current membership of the joined group.
 ID BaseContainer.getID()
           
 

Methods in org.eclipse.ecf.core with parameters of type ID
 void BaseContainer.connect(ID targetID, IConnectContext connectContext)
           
 void IContainer.connect(ID targetID, IConnectContext connectContext)
          Connect to a target remote process or process group.
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.util.Map parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.util.Map parameters)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(ID containerID)
          Create a new container.
 IContainer ContainerFactory.createContainer(ID containerID)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.util.Map parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.util.Map parameters)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.lang.Object[] parameters)
           
 IContainer IContainerManager.getContainer(ID containerID)
          Get container for given ID.
 IContainer ContainerFactory.getContainer(ID containerID)
           
 ContainerTypeDescription IContainerManager.getContainerTypeDescription(ID containerID)
          Get the container type description used to create the container with the given ID.
 ContainerTypeDescription ContainerFactory.getContainerTypeDescription(ID containerID)
           
 boolean IContainerManager.hasContainer(ID containerID)
          Return true if this container manager has the given container under management, false otherwise.
 boolean ContainerFactory.hasContainer(ID containerID)
           
 IContainer IContainerManager.removeContainer(ID containerID)
          Remove given container from manager.
 IContainer ContainerFactory.removeContainer(ID containerID)
           
 

Constructors in org.eclipse.ecf.core with parameters of type ID
BaseContainer(ID id)
           
 

Uses of ID in org.eclipse.ecf.core.events
 

Methods in org.eclipse.ecf.core.events that return ID
 ID IContainerEvent.getLocalContainerID()
          Get ID of local discovery container (the discovery container receiving this event).
 ID ContainerEjectedEvent.getLocalContainerID()
           
 ID ContainerDisposeEvent.getLocalContainerID()
           
 ID ContainerDisconnectingEvent.getLocalContainerID()
           
 ID ContainerDisconnectedEvent.getLocalContainerID()
           
 ID ContainerConnectingEvent.getLocalContainerID()
           
 ID ContainerConnectedEvent.getLocalContainerID()
           
 ID IContainerEjectedEvent.getTargetID()
          Get ID of container target (the container we were ejected from)
 ID IContainerDisconnectingEvent.getTargetID()
          Get ID of container target (the container we are disconnecting from)
 ID IContainerDisconnectedEvent.getTargetID()
          Get ID of container target (the container we were disconnected from)
 ID IContainerConnectingEvent.getTargetID()
          Get ID of container target (the container we are connecting to)
 ID IContainerConnectedEvent.getTargetID()
          Get ID of container target (the container we are now connected to)
 ID ContainerEjectedEvent.getTargetID()
           
 ID ContainerDisconnectingEvent.getTargetID()
           
 ID ContainerDisconnectedEvent.getTargetID()
           
 ID ContainerConnectingEvent.getTargetID()
           
 ID ContainerConnectedEvent.getTargetID()
           
 

Constructors in org.eclipse.ecf.core.events with parameters of type ID
ContainerConnectedEvent(ID localContainerID, ID targetID)
           
ContainerConnectingEvent(ID localContainerID, ID targetID)
           
ContainerConnectingEvent(ID localContainerID, ID targetID, java.lang.Object data)
           
ContainerDisconnectedEvent(ID localContainerID, ID targetID)
          Creates a new ContainerDisconnectedEvent to indicate that the container has now completely disconnected from its target host.
ContainerDisconnectingEvent(ID localContainerID, ID targetID)
           
ContainerDisposeEvent(ID localContainerID)
           
ContainerEjectedEvent(ID localContainerID, ID targetID, java.io.Serializable reason)
           
 

Uses of ID in org.eclipse.ecf.core.identity
 

Subinterfaces of ID in org.eclipse.ecf.core.identity
 interface IResourceID
          Resource id.
 

Classes in org.eclipse.ecf.core.identity that implement ID
 class BaseID
          Base class for ID implementation classes Extensions for the org.eclipse.ecf.namespace extension point that expose new Namespace subclasses and their own ID implementations are recommended (but not required) to use this class as a superclass.
 class GUID
          Globally unique ID implementation class.
 class LongID
          A unique ID class based upon Long/long
 class StringID
          A string-based identity
 class URIID
          URI ID class.
 

Methods in org.eclipse.ecf.core.identity that return ID
 ID IIDFactory.createGUID()
          Make a GUID using SHA-1 hash algorithm and a default of 16bits of data length.
 ID IDFactory.createGUID()
           
 ID IIDFactory.createGUID(int length)
          Make a GUID using SHA-1 hash algorithm and a default of 16bits of data length.
 ID IDFactory.createGUID(int length)
           
 ID IIDFactory.createID(Namespace n, java.lang.Object[] args)
          Make a new identity.
 ID IDFactory.createID(Namespace n, java.lang.Object[] args)
           
 ID IIDFactory.createID(Namespace namespace, java.lang.String uri)
          Make a new identity instance from a namespace and String.
 ID IDFactory.createID(Namespace namespace, java.lang.String uri)
           
 ID IIDFactory.createID(java.lang.String namespaceName, java.lang.Object[] args)
          Make a new identity.
 ID IDFactory.createID(java.lang.String namespaceName, java.lang.Object[] args)
           
 ID IIDFactory.createID(java.lang.String namespaceName, java.lang.String idValue)
          Make a new identity instance from a namespaceName and idValue.
 ID IDFactory.createID(java.lang.String namespace, java.lang.String uri)
           
 ID StringID.StringIDNamespace.createInstance(java.lang.Object[] parameters)
           
abstract  ID Namespace.createInstance(java.lang.Object[] parameters)
          Make an instance of this namespace.
 ID LongID.LongNamespace.createInstance(java.lang.Object[] args)
           
 ID GUID.GUIDNamespace.createInstance(java.lang.Object[] args)
           
 ID IIDFactory.createLongID(long l)
          Make a an ID from a long
 ID IDFactory.createLongID(long l)
           
 ID IIDFactory.createStringID(java.lang.String idString)
          Make a an ID from a String
 ID IDFactory.createStringID(java.lang.String idstring)
           
 ID IIdentifiable.getID()
          Return the ID for this 'identifiable' object.
 

Uses of ID in org.eclipse.ecf.core.security
 

Methods in org.eclipse.ecf.core.security with parameters of type ID
 java.security.PermissionCollection IConnectHandlerPolicy.checkConnect(java.lang.Object address, ID fromID, ID targetID, java.lang.String targetGroup, java.lang.Object connectData)
          Check connect request
 java.lang.Object IConnectInitiatorPolicy.createConnectData(IContainer container, ID targetID, IConnectContext context)
          Create connect data for given IContainer, given targetID and given context
 

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

Fields in org.eclipse.ecf.core.sharedobject declared as ID
protected  ID ReplicaSharedObjectDescription.homeID
           
protected  ID SharedObjectDescription.id
           
 

Methods in org.eclipse.ecf.core.sharedobject that return ID
 ID ISharedObjectManager.addSharedObject(ID sharedObjectID, ISharedObject sharedObject, java.util.Map properties)
          Add an ISharedObject to this container.
protected  ID AbstractSharedObjectContainerAdapterFactory.createAdapterID(ISharedObjectContainer container, java.lang.Class adapterType)
          Get the adapterID for the given adapterType
 ID ISharedObjectManager.createSharedObject(SharedObjectDescription sd)
          Create a new ISharedObject within this container from the given SharedObjectDescription.
 ID[] ISharedObjectTransactionParticipantsFilter.filterParticipants(ID[] currentGroup)
          Return ID[] of participants to participate in transacton.
 ID ISharedObjectContext.getConnectedID()
          (non-Javadoc)
protected  ID BaseSharedObject.getConnectedID()
           
 ID[] ISharedObjectContext.getGroupMemberIDs()
          (non-Javadoc)
protected  ID[] BaseSharedObject.getGroupMemberIDs()
          Get IDs of remote containers currently in this group.
 ID ISharedObjectConfig.getHomeContainerID()
          Get the ID of the container that is the home of the primary copy of the ISharedObject instance.
protected  ID BaseSharedObject.getHomeContainerID()
           
protected  ID TwoPhaseCommitEventProcessor.getHomeID()
           
 ID ReplicaSharedObjectDescription.getHomeID()
           
 ID SharedObjectDescription.getID()
           
 ID BaseSharedObject.getID()
           
 ID ISharedObjectContext.getLocalContainerID()
          Get the local container instance's ID
protected  ID BaseSharedObject.getLocalContainerID()
           
 ID[] ISharedObjectConnector.getReceiverIDs()
          Get receiver IDs for connector
 ID ISharedObjectConnector.getSenderID()
          Get sender ID for connector
 ID ISharedObjectConfig.getSharedObjectID()
          Get the ID associated with this ISharedObject by its container.
 ID[] ISharedObjectManager.getSharedObjectIDs()
          Get the array of SharedObject instances currently contained by this ISharedObjectContainer
 

Methods in org.eclipse.ecf.core.sharedobject with parameters of type ID
protected  void TwoPhaseCommitEventProcessor.addFailed(ID remote, java.lang.Throwable failure)
           
protected  void TwoPhaseCommitEventProcessor.addParticipants(ID[] ids)
           
 ID ISharedObjectManager.addSharedObject(ID sharedObjectID, ISharedObject sharedObject, java.util.Map properties)
          Add an ISharedObject to this container.
 void ISharedObjectContext.connect(ID targetID, IConnectContext connectContext)
          (non-Javadoc)
 ISharedObjectConnector ISharedObjectManager.connectSharedObjects(ID sharedObjectFrom, ID[] sharedObjectsTo)
          Create an ISharedObjectConnector instance for sending messages from a single ISharedObject to one or more receiver ISharedObjects.
 ISharedObjectConnector ISharedObjectManager.connectSharedObjects(ID sharedObjectFrom, ID[] sharedObjectsTo)
          Create an ISharedObjectConnector instance for sending messages from a single ISharedObject to one or more receiver ISharedObjects.
protected abstract  ISharedObject AbstractSharedObjectContainerAdapterFactory.createAdapter(ISharedObjectContainer container, java.lang.Class adapterType, ID adapterID)
          Create an adapter instance that implements ISharedObject and adapterType.
protected  java.util.Map AbstractSharedObjectContainerAdapterFactory.createAdapterProperties(ISharedObjectContainer container, java.lang.Class adapterType, ID sharedObjectID, ISharedObject sharedObjectAdapter)
          Get properties to associate with new shared object adapter creation
 ReplicaSharedObjectDescription IReplicaSharedObjectDescriptionFactory.createDescriptionForContainer(ID containerID, ISharedObjectConfig config)
          Create new ReplicaSharedObjectDescription instance for delivery to remote container identified by containerID parameter.
protected  void BaseSharedObject.destroyRemote(ID remoteID)
           
 void ISharedObject.dispose(ID containerID)
          Method called by the ISharedObjectContainer upon ISharedObject destruction.
 void BaseSharedObject.dispose(ID containerID)
           
 void ISharedObjectContainerGroupManager.ejectGroupMember(ID groupMemberID, java.io.Serializable reason)
          Eject the given groupMemberID from the current group of containers, for the given reason.
 ID[] ISharedObjectTransactionParticipantsFilter.filterParticipants(ID[] currentGroup)
          Return ID[] of participants to participate in transacton.
protected  ReplicaSharedObjectDescription BaseSharedObject.getReplicaDescription(ID receiver)
          Get a ReplicaSharedObjectDescription for a replica to be created on a given receiver.
protected  ReplicaSharedObjectDescription[] BaseSharedObject.getReplicaDescriptions(ID[] receivers)
          This method is called by replicateToRemoteContainers to determine the ReplicaSharedObjectDescriptions associated with the given receivers.
 ISharedObject ISharedObjectManager.getSharedObject(ID sharedObjectID)
          Get the ISharedObject instance corresponding to the given sharedObjectID.
 java.util.List ISharedObjectManager.getSharedObjectConnectors(ID sharedObjectFrom)
          Get the sharedObjectConnectors associated with the given sharedObjectID
protected  void TwoPhaseCommitEventProcessor.handlePostCommitFailure(ID fromID, java.lang.Throwable e, long identifier1)
           
protected  void TwoPhaseCommitEventProcessor.handleVotingCompletedCreateResponse(ID fromID, java.lang.Throwable e, long identifier1)
           
protected  void TwoPhaseCommitEventProcessor.removeParticipant(ID id)
           
 ISharedObject ISharedObjectManager.removeSharedObject(ID sharedObjectID)
          Remove the given sharedObjectID from this ISharedObjectContainer.
protected  void TwoPhaseCommitEventProcessor.replicateTo(ID[] remotes)
           
protected  void BaseSharedObject.replicateToRemoteContainers(ID[] remoteContainers)
          Replicate this shared object to a given set of remote containers.
 void ISharedObjectContext.sendCreate(ID targetID, ReplicaSharedObjectDescription sd)
          Send message to create a remote instance of an ISharedObject with the same ID as this instance.
 void ISharedObjectContext.sendCreateResponse(ID targetID, java.lang.Throwable throwable, long identifier)
          Send create response back to an ISharedObject with the same ID as this instance.
 void ISharedObjectContext.sendDispose(ID targetID)
          Send message to dispose of a remote instance of the ISharedObject with same ID as this instance.
 void ISharedObjectContext.sendMessage(ID targetID, java.lang.Object data)
          Send arbitrary message to remote instance of the ISharedObject with same ID as this instance.
protected  void BaseSharedObject.sendSharedObjectMsgTo(ID toID, SharedObjectMsg msg)
          Send SharedObjectMessage to container with given ID.
 void ReplicaSharedObjectDescription.setID(ID theID)
           
 

Constructors in org.eclipse.ecf.core.sharedobject with parameters of type ID
ReplicaSharedObjectDescription(java.lang.Class clazz, ID objectID)
           
ReplicaSharedObjectDescription(java.lang.Class clazz, ID objectID, ID homeID)
           
ReplicaSharedObjectDescription(java.lang.Class clazz, ID objectID, ID homeID, java.util.Map props)
           
ReplicaSharedObjectDescription(java.lang.Class clazz, ID objectID, ID homeID, java.util.Map props, long ident)
           
ReplicaSharedObjectDescription(SharedObjectTypeDescription type, ID objectID, ID homeID, java.util.Map props, long ident)
           
ReplicaSharedObjectDescription(java.lang.String typeName, ID objectID, ID homeID)
           
ReplicaSharedObjectDescription(java.lang.String typeName, ID objectID, ID homeID, java.util.Map props)
           
ReplicaSharedObjectDescription(java.lang.String typeName, ID objectID, ID homeID, java.util.Map props, long ident)
           
SharedObjectDescription(java.lang.Class clazz, ID id, java.util.Map properties)
           
SharedObjectDescription(SharedObjectTypeDescription typeDescription, ID id)
           
SharedObjectDescription(SharedObjectTypeDescription typeDescription, ID id, java.util.Map properties)
           
SharedObjectDescription(java.lang.String typeName, ID id, java.util.Map properties)
           
SharedObjectMsgEvent(ID senderObj, ID remoteCont, SharedObjectMsg msg)
           
 

Uses of ID in org.eclipse.ecf.core.sharedobject.events
 

Fields in org.eclipse.ecf.core.sharedobject.events declared as ID
protected  ID ContainerSharedObjectMessageSendingEvent.localContainerID
           
protected  ID ContainerSharedObjectMessageReceivingEvent.localContainerID
           
protected  ID ContainerSharedObjectMessageReceivingEvent.sendingContainerID
           
protected  ID ContainerSharedObjectMessageSendingEvent.sharedObjectID
           
protected  ID ContainerSharedObjectMessageReceivingEvent.sharedObjectID
           
protected  ID ContainerSharedObjectMessageSendingEvent.targetContainerID
           
 

Methods in org.eclipse.ecf.core.sharedobject.events that return ID
 ID SharedObjectActivatedEvent.getActivatedID()
           
 ID ISharedObjectActivatedEvent.getActivatedID()
           
 ID SharedObjectDeactivatedEvent.getDeactivatedID()
           
 ID ISharedObjectDeactivatedEvent.getDeactivatedID()
           
 ID SharedObjectManagerRemoveEvent.getLocalContainerID()
           
 ID SharedObjectManagerDisconnectEvent.getLocalContainerID()
           
 ID SharedObjectManagerCreateEvent.getLocalContainerID()
           
 ID SharedObjectManagerConnectEvent.getLocalContainerID()
           
 ID SharedObjectManagerAddEvent.getLocalContainerID()
           
 ID SharedObjectDeactivatedEvent.getLocalContainerID()
           
 ID SharedObjectActivatedEvent.getLocalContainerID()
           
 ID ContainerSharedObjectMessageSendingEvent.getLocalContainerID()
           
 ID ContainerSharedObjectMessageReceivingEvent.getLocalContainerID()
           
 ID RemoteSharedObjectEvent.getRemoteContainerID()
           
 ID ISharedObjectMessageEvent.getRemoteContainerID()
           
 ID SharedObjectCommitEvent.getSenderSharedObjectID()
           
 ID SharedObjectCallEvent.getSenderSharedObjectID()
           
 ID RemoteSharedObjectEvent.getSenderSharedObjectID()
           
 ID ISharedObjectEvent.getSenderSharedObjectID()
          Get ID of sender shared object responsible for this event
 ID IContainerSharedObjectMessageReceivingEvent.getSendingContainerID()
          Get the sending container ID for the message being sent.
 ID ContainerSharedObjectMessageReceivingEvent.getSendingContainerID()
           
 ID SharedObjectManagerRemoveEvent.getSharedObjectID()
           
 ID SharedObjectManagerDisconnectEvent.getSharedObjectID()
           
 ID SharedObjectManagerCreateEvent.getSharedObjectID()
           
 ID SharedObjectManagerConnectEvent.getSharedObjectID()
           
 ID SharedObjectManagerAddEvent.getSharedObjectID()
           
 ID ISharedObjectManagerEvent.getSharedObjectID()
          Get shared object ID for shared object in question
 ID IContainerSharedObjectMessageSendingEvent.getSharedObjectID()
          Get the shared object ID of the sending shared object.
 ID IContainerSharedObjectMessageReceivingEvent.getSharedObjectID()
          Get the shared object ID of the sending shared object.
 ID ContainerSharedObjectMessageSendingEvent.getSharedObjectID()
           
 ID ContainerSharedObjectMessageReceivingEvent.getSharedObjectID()
           
 ID IContainerSharedObjectMessageSendingEvent.getTargetContainerID()
          Get the target container ID for the message being sent.
 ID ContainerSharedObjectMessageSendingEvent.getTargetContainerID()
           
 

Constructors in org.eclipse.ecf.core.sharedobject.events with parameters of type ID
ContainerSharedObjectMessageReceivingEvent(ID localContainerID, ID sendingContainerID, ID sharedObjectID, java.lang.Object message)
           
ContainerSharedObjectMessageSendingEvent(ID localContainerID, ID targetContainerID, ID sharedObjectID, java.lang.Object message)
           
RemoteSharedObjectCreateResponseEvent(ID senderObj, ID remoteCont, long seq, java.lang.Throwable exception)
           
RemoteSharedObjectEvent(ID senderObj, ID remoteCont, java.lang.Object data)
           
SharedObjectActivatedEvent(ID container, ID act)
           
SharedObjectCallEvent(ID sender, Event evt, org.eclipse.equinox.concurrent.future.IFuture res)
           
SharedObjectCommitEvent(ID senderSharedObjectID)
           
SharedObjectCommitEvent(ID senderSharedObjectID, Event event)
           
SharedObjectDeactivatedEvent(ID container, ID deact)
           
SharedObjectManagerAddEvent(ID localContainerID, ID sharedObjectID)
           
SharedObjectManagerConnectEvent(ID localContainerID, ISharedObjectConnector connector)
           
SharedObjectManagerCreateEvent(ID localContainerID, ID sharedObjectID)
           
SharedObjectManagerDisconnectEvent(ID localContainerID, ISharedObjectConnector connector)
           
SharedObjectManagerRemoveEvent(ID localContainerID, ID sharedObjectID)
           
 

Uses of ID in org.eclipse.ecf.core.sharedobject.security
 

Methods in org.eclipse.ecf.core.sharedobject.security with parameters of type ID
 java.security.PermissionCollection ISharedObjectPolicy.checkAddSharedObject(ID fromID, ID toID, ID localID, ReplicaSharedObjectDescription newObjectDescription)
          Check the request to add a shared object from external source (i.e.
 

Uses of ID in org.eclipse.ecf.core.sharedobject.util
 

Methods in org.eclipse.ecf.core.sharedobject.util with parameters of type ID
 byte[] ISharedObjectMessageSerializer.serializeMessage(ID sharedObjectID, java.lang.Object message)
           Serialize an object to byte array.
 

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

Fields in org.eclipse.ecf.core.user declared as ID
protected  ID User.id
           
 

Methods in org.eclipse.ecf.core.user that return ID
 ID User.getID()
           
 

Constructors in org.eclipse.ecf.core.user with parameters of type ID
User(ID userID)
           
User(ID userID, java.lang.String name)
           
User(ID userID, java.lang.String name, java.util.Map properties)
           
User(ID userID, java.lang.String name, java.lang.String nickname, java.util.Map properties)
           
 

Uses of ID in org.eclipse.ecf.core.util
 

Methods in org.eclipse.ecf.core.util that return ID
 ID ConnectedContainerFilter.getResult()
           
 

Uses of ID in org.eclipse.ecf.datashare
 

Fields in org.eclipse.ecf.datashare declared as ID
protected  ID BaseChannelConfig.id
           
 

Methods in org.eclipse.ecf.datashare that return ID
 ID BaseChannelConfig.getID()
           
 

Methods in org.eclipse.ecf.datashare with parameters of type ID
 IChannel IChannelContainerAdapter.createChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a new channel within this container
 IChannel IAbstractChannelContainerAdapter.getChannel(ID channelID)
          Get IChannel with given channelID.
protected abstract  void AbstractShare.handleMessage(ID fromContainerID, byte[] data)
          Receive message for this channel.
 boolean IAbstractChannelContainerAdapter.removeChannel(ID channelID)
          Remove channel with given ID.
 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 with parameters of type ID
AbstractShare(IChannelContainerAdapter adapter, ID channelID)
           
AbstractShare(IChannelContainerAdapter adapter, ID channelID, java.util.Map options)
           
BaseChannelConfig(ID id, IChannelListener listener, java.util.Map properties)
           
 

Uses of ID in org.eclipse.ecf.datashare.events
 

Methods in org.eclipse.ecf.datashare.events that return ID
 ID IChannelContainerEvent.getChannelContainerID()
          Get the id of the channel's originating source IContainer associated with this event.
 ID IChannelEvent.getChannelID()
          Get the id of the channel associated with this event
 ID IChannelContainerEvent.getChannelID()
          Get the id of the channel associated with this event.
 ID IChannelMessageEvent.getFromContainerID()
          Get ID of sender container
 ID IChannelDisconnectEvent.getTargetID()
          Get ID of IContainer that has disconnected from channel.
 ID IChannelConnectEvent.getTargetID()
          Get ID of target IContainer that connected.
 

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

Methods in org.eclipse.ecf.datashare.mergeable with parameters of type ID
 boolean IMergeableChannel.changeItem(ID itemID, java.lang.String description)
          Change the description of the item identified by the given itemID
 IMergeableChannel IMergeableChannelContainerAdapter.createMergeableChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a mergeable channel within this container
 

Uses of ID in org.eclipse.ecf.discovery
 

Fields in org.eclipse.ecf.discovery declared as ID
protected  ID ServiceContainerEvent.containerID
           
protected  ID ServiceTypeContainerEvent.containerID
           
 

Methods in org.eclipse.ecf.discovery that return ID
 ID AbstractDiscoveryContainerAdapter.getID()
           
 ID DiscoveryContainerConfig.getID()
           
 ID ServiceContainerEvent.getLocalContainerID()
           
 ID ServiceTypeContainerEvent.getLocalContainerID()
           
 

Constructors in org.eclipse.ecf.discovery with parameters of type ID
DiscoveryContainerConfig(ID anID)
           
ServiceContainerEvent(IServiceInfo info, ID containerID)
           
ServiceTypeContainerEvent(IServiceTypeID serviceType, ID containerID)
           
 

Uses of ID in org.eclipse.ecf.discovery.identity
 

Subinterfaces of ID in org.eclipse.ecf.discovery.identity
 interface IServiceID
          Service identity contract.
 interface IServiceTypeID
          Service type ID contract.
 

Classes in org.eclipse.ecf.discovery.identity that implement ID
 class ServiceID
          Service identity type.
 class ServiceTypeID
          ServiceTypeID base class.
 

Uses of ID in org.eclipse.ecf.docshare
 

Methods in org.eclipse.ecf.docshare that return ID
 ID DocShare.getInitiatorID()
           
 ID DocShare.getOtherID()
           
 ID DocShare.getOurID()
           
 ID DocShare.getReceiverID()
           
 

Methods in org.eclipse.ecf.docshare with parameters of type ID
protected  void DocShare.handleMessage(ID fromContainerID, byte[] data)
           
 void DocShare.startShare(ID our, java.lang.String fromName, ID toID, java.lang.String fileName, org.eclipse.ui.texteditor.ITextEditor editorPart)
          Start sharing an editor's contents between two participants.
 

Uses of ID in org.eclipse.ecf.docshare.menu
 

Methods in org.eclipse.ecf.docshare.menu with parameters of type ID
protected  org.eclipse.jface.action.IContributionItem[] DocShareRosterMenuContributionItem.getMenuContributionForStopShare(IRoster roster, DocShare docShare, ID otherID)
           
protected  java.lang.String DocShareRosterMenuContributionItem.trimIDNameForMenu(ID id)
           
 

Uses of ID in org.eclipse.ecf.docshare.messages
 

Methods in org.eclipse.ecf.docshare.messages that return ID
 ID StartMessage.getReceiverID()
           
 ID StartMessage.getSenderID()
           
 

Constructors in org.eclipse.ecf.docshare.messages with parameters of type ID
StartMessage(ID senderID, java.lang.String fromUser, ID receiverID, java.lang.String content, java.lang.String file)
           
 

Uses of ID in org.eclipse.ecf.filetransfer.events
 

Methods in org.eclipse.ecf.filetransfer.events that return ID
 ID IFileTransferRequestEvent.getRequesterID()
          Get ID of remote requester
 

Uses of ID in org.eclipse.ecf.filetransfer.identity
 

Subinterfaces of ID in org.eclipse.ecf.filetransfer.identity
 interface IFileID
          ID for a remote file.
 

Uses of ID in org.eclipse.ecf.internal.docshare
 

Methods in org.eclipse.ecf.internal.docshare with parameters of type ID
 DocShare Activator.addDocShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
 DocShare Activator.getDocShare(ID containerID)
           
 DocShare Activator.removeDocShare(ID containerID)
           
 

Uses of ID in org.eclipse.ecf.osgi.services.discovery
 

Methods in org.eclipse.ecf.osgi.services.discovery that return ID
abstract  ID RemoteServiceEndpointDescription.getConnectTargetID()
           
 ID IRemoteServiceEndpointDescription.getConnectTargetID()
          Get the ECF container target ID (the ID of the container that is the target to connect to).
abstract  ID RemoteServiceEndpointDescription.getEndpointAsID()
           
 ID IRemoteServiceEndpointDescription.getEndpointAsID()
          Get the ECF endpoint ID (the ID of the endpoint that exposes the given remote service).
 

Uses of ID in org.eclipse.ecf.osgi.services.distribution
 

Methods in org.eclipse.ecf.osgi.services.distribution that return ID
protected  ID AbstractContainerFinder.createTargetID(IContainer container, java.lang.Object target)
           
 

Methods in org.eclipse.ecf.osgi.services.distribution with parameters of type ID
protected  void AbstractContainerFinder.connectContainer(IContainer container, ID connectTargetID, IConnectContext connectContext)
           
protected  void AbstractProxyContainerFinder.connectContainersToTarget(java.util.Collection rsContainers, ID connectTargetID)
           
protected  java.util.Collection AbstractProxyContainerFinder.findExistingProxyContainers(ID endpointID, java.lang.String[] remoteSupportedConfigs, ID connectTargetID)
           
protected  IConnectContext AbstractProxyContainerFinder.getConnectContext(IContainer container, ID connectTargetID)
           
protected  boolean AbstractContainerFinder.matchConnectNamespace(IContainer container, ID endpointID, ID connectTargetID)
           
protected  boolean AbstractContainerFinder.matchContainerID(IContainer container, ID endpointID)
           
protected  boolean AbstractProxyContainerFinder.matchNotConnected(IContainer container, ID endpointID, ID connectTargetID)
           
protected  java.lang.String AbstractDistributionListener.printID(int tabLevel, java.lang.String label, ID id)
           
 

Uses of ID in org.eclipse.ecf.presence
 

Fields in org.eclipse.ecf.presence declared as ID
protected  ID IMMessage.fromID
           
 

Methods in org.eclipse.ecf.presence that return ID
 ID IIMMessageEvent.getFromID()
          Get the ID of the sender of the chat message.
 ID IMMessage.getFromID()
           
 ID IIMMessage.getFromID()
          Get ID of originator of message.
 

Methods in org.eclipse.ecf.presence with parameters of type ID
 void IPresenceListener.handlePresence(ID fromID, IPresence presence)
          Notification that a presence update has been received
 void IPresenceSender.sendPresenceUpdate(ID targetID, IPresence presence)
          Send a presence update to a remote user
 

Constructors in org.eclipse.ecf.presence with parameters of type ID
IMMessage(ID fromID)
           
 

Uses of ID in org.eclipse.ecf.presence.bot
 

Methods in org.eclipse.ecf.presence.bot with parameters of type ID
 void IChatRoomContainerAdvisor.preChatRoomConnect(IChatRoomContainer roomContainer, ID roomID)
          This method will be called prior to connecting to the roomContainer.
 void IContainerAdvisor.preContainerConnect(IContainer container, ID targetID)
          This method will be called prior to calling the container's IContainer.connect(ID, org.eclipse.ecf.core.security.IConnectContext) method.
 

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

Fields in org.eclipse.ecf.presence.bot.impl declared as ID
protected  ID ChatRoomBot.roomID
           
protected  ID IMBot.targetID
           
protected  ID ChatRoomBot.targetID
           
 

Methods in org.eclipse.ecf.presence.bot.impl with parameters of type ID
 void EmptyChatRoomMessageHandler.preChatRoomConnect(IChatRoomContainer roomContainer, ID roomID)
           
 void EmptyIMMessageHandler.preContainerConnect(IContainer container, ID targetID)
           
 void EmptyChatRoomMessageHandler.preContainerConnect(IContainer container, ID targetID)
           
 

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

Fields in org.eclipse.ecf.presence.chatroom declared as ID
protected  ID ChatRoomMessage.chatRoomID
           
protected  ID ChatRoomMessageEvent.fromID
           
 

Methods in org.eclipse.ecf.presence.chatroom that return ID
 ID IChatRoomMessage.getChatRoomID()
          Get the room ID for the room of this message.
 ID ChatRoomMessage.getChatRoomID()
           
 ID[] IChatRoomContainer.getChatRoomParticipants()
          Returns an array of IDs of current chatroom participants.
 ID IChatRoomInfo.getConnectedID()
           
 ID ChatRoomMessageEvent.getFromID()
           
 ID IChatRoomInfo.getRoomID()
          Get the ID associated with this room
 

Methods in org.eclipse.ecf.presence.chatroom with parameters of type ID
 void IChatRoomInvitationListener.handleInvitationReceived(ID roomID, ID from, java.lang.String subject, java.lang.String body)
          Handle notification of a received invitation to join a chat room.
 void IChatRoomParticipantListener.handlePresenceUpdated(ID fromID, IPresence presence)
          Notification that a presence update has been received
 void IChatRoomAdminListener.handleSubjectChange(ID from, java.lang.String newSubject)
          Handle notification of new subject set for the associated chat room.
 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.
 

Constructors in org.eclipse.ecf.presence.chatroom with parameters of type ID
ChatRoomMessage(ID fromID, ID roomID, java.lang.String message)
           
ChatRoomMessageEvent(ID fromID, IChatRoomMessage message)
           
 

Uses of ID in org.eclipse.ecf.presence.collab.ui
 

Constructors in org.eclipse.ecf.presence.collab.ui with parameters of type ID
AbstractCollabShare(IChannelContainerAdapter adapter, ID channelID)
           
AbstractCollabShare(IChannelContainerAdapter adapter, ID channelID, java.util.Map options)
           
 

Uses of ID in org.eclipse.ecf.presence.collab.ui.console
 

Methods in org.eclipse.ecf.presence.collab.ui.console with parameters of type ID
static ConsoleShare ConsoleShare.addStackShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
static ConsoleShare ConsoleShare.getStackShare(ID containerID)
           
protected  void ConsoleShare.handleMessage(ID fromContainerID, byte[] data)
           
static ConsoleShare ConsoleShare.removeStackShare(ID containerID)
           
 void ConsoleShare.sendShareConsoleSelection(java.lang.String senderuser, ID toID, java.lang.String consoleSelection)
           
 

Uses of ID in org.eclipse.ecf.presence.collab.ui.screencapture
 

Methods in org.eclipse.ecf.presence.collab.ui.screencapture that return ID
 ID ScreenCaptureStartMessage.getSenderID()
           
 ID ScreenCaptureDataMessage.getSenderID()
           
 

Methods in org.eclipse.ecf.presence.collab.ui.screencapture with parameters of type ID
static ScreenCaptureShare ScreenCaptureShare.addScreenCaptureShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
static ScreenCaptureShare ScreenCaptureShare.getScreenCaptureShare(ID containerID)
           
protected  void ScreenCaptureShare.handleMessage(ID fromContainerID, byte[] data)
           
protected  void ScreenCaptureShare.handleScreenCaptureData(ID id, byte[] data, java.lang.Boolean done)
           
protected  void ScreenCaptureShare.handleScreenCaptureStart(ID id, java.lang.String fromUser, ImageWrapper imageWrapper)
           
static ScreenCaptureShare ScreenCaptureShare.removeScreenCaptureShare(ID containerID)
           
 void ScreenCaptureShare.sendImage(ID senderID, java.lang.String senderuser, ID toID, org.eclipse.swt.graphics.ImageData imageData)
           
 

Constructors in org.eclipse.ecf.presence.collab.ui.screencapture with parameters of type ID
ScreenCaptureDataMessage(ID senderID, byte[] data, java.lang.Boolean isDone)
           
ScreenCaptureStartMessage(ID senderID, java.lang.String senderUser, ImageWrapper imageWrapper)
           
 

Uses of ID in org.eclipse.ecf.presence.collab.ui.url
 

Methods in org.eclipse.ecf.presence.collab.ui.url with parameters of type ID
static URLShare URLShare.addURLShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
static URLShare URLShare.getURLShare(ID containerID)
           
protected  void URLShare.handleMessage(ID fromContainerID, byte[] data)
           
static URLShare URLShare.removeURLShare(ID containerID)
           
 void URLShare.sendURL(java.lang.String senderuser, ID toID, java.lang.String theURL)
           
 void URLShare.showDialogAndSendURL(java.lang.String senderuser, ID toID)
           
 

Uses of ID in org.eclipse.ecf.presence.collab.ui.view
 

Methods in org.eclipse.ecf.presence.collab.ui.view with parameters of type ID
static ViewShare ViewShare.addViewShare(ID containerID, IChannelContainerAdapter channelAdapter)
           
static ViewShare ViewShare.getViewShare(ID containerID)
           
protected  void ViewShare.handleMessage(ID fromContainerID, byte[] data)
           
static ViewShare ViewShare.removeViewShare(ID containerID)
           
 void ViewShare.sendOpenViewRequest(java.lang.String senderuser, ID toID)
           
 

Uses of ID in org.eclipse.ecf.presence.history
 

Methods in org.eclipse.ecf.presence.history that return ID
 ID IHistoryLine.getReceiverID()
          Get ID of receiver for this history line.
 ID IHistoryLine.getSenderID()
          Get ID of sender for this history line.
 

Methods in org.eclipse.ecf.presence.history with parameters of type ID
 IHistory IHistoryManager.getHistory(ID targetID, java.util.Map options)
          Get history for given targetID.
 

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

Fields in org.eclipse.ecf.presence.im declared as ID
protected  ID TypingMessageEvent.fromID
           
protected  ID ChatMessageEvent.fromID
           
protected  ID ChatMessage.threadID
           
 

Methods in org.eclipse.ecf.presence.im that return ID
 ID TypingMessageEvent.getFromID()
           
 ID ChatMessageEvent.getFromID()
           
 ID IChat.getReceiverID()
          Get the receiver for this chat.
 ID IChatMessage.getThreadID()
          Get thread ID for this message.
 ID IChat.getThreadID()
          Get the thread ID for this chat.
 ID ChatMessage.getThreadID()
           
 

Methods in org.eclipse.ecf.presence.im with parameters of type ID
 IChat IChatManager.createChat(ID targetUser, IIMMessageListener messageListener)
          Create chat instance for given target user.
 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 ITypingMessageSender.sendTypingMessage(ID toID, boolean isTyping, java.lang.String body)
          Send typing message to a remote receiver.
 

Constructors in org.eclipse.ecf.presence.im with parameters of type ID
ChatMessage(ID fromID, IChatMessage.Type type, java.lang.String subject, java.lang.String body, java.util.Map properties)
           
ChatMessage(ID fromID, ID threadID, IChatMessage.Type type, java.lang.String subject, java.lang.String body, java.util.Map properties)
           
ChatMessage(ID fromID, ID threadID, java.lang.String subject, java.lang.String body, java.util.Map properties)
           
ChatMessage(ID fromID, java.lang.String body)
           
ChatMessage(ID fromID, java.lang.String body, java.util.Map properties)
           
ChatMessage(ID fromID, java.lang.String subject, java.lang.String body, java.util.Map properties)
           
ChatMessageEvent(ID fromID, IChatMessage message)
           
ChatMessageEvent(ID fromID, IChatMessage message, IChat chat)
           
TypingMessage(ID fromID)
           
TypingMessage(ID fromID, boolean typing, java.lang.String body)
           
TypingMessage(ID fromID, java.lang.String body)
           
TypingMessageEvent(ID fromID, ITypingMessage message)
           
XHTMLChatMessage(ID fromID, IChatMessage.Type type, java.lang.String subject, java.lang.String body, java.util.Map properties, java.util.List xhtmlbodies)
           
XHTMLChatMessage(ID fromID, ID threadID, IChatMessage.Type type, java.lang.String subject, java.lang.String body, java.util.Map properties, java.util.List xhtmlbodies)
           
XHTMLChatMessage(ID fromID, ID threadID, java.lang.String subject, java.lang.String body, java.util.Map properties, java.util.List xhtmlbodies)
           
XHTMLChatMessage(ID fromID, java.util.List xhtmlbodies)
           
XHTMLChatMessage(ID fromID, java.util.Map properties, java.util.List xhtmlbodies)
           
XHTMLChatMessage(ID fromID, java.lang.String body, java.util.Map properties, java.util.List xhtmlbodies)
           
XHTMLChatMessage(ID fromID, java.lang.String subject, java.lang.String body, java.util.Map properties, java.util.List xhtmlbodies)
           
XHTMLChatMessageEvent(ID fromID, IXHTMLChatMessage message)
           
 

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

Methods in org.eclipse.ecf.presence.roster with parameters of type ID
protected  void AbstractRosterManager.fireSubscriptionListener(ID fromID, IPresence.Type presencetype)
           
 void IRosterSubscriptionListener.handleSubscribed(ID fromID)
          Receive subscribed notification.
 void IRosterSubscriptionListener.handleSubscribeRequest(ID fromID)
          Receive subscribe request.
 void IRosterSubscriptionListener.handleUnsubscribed(ID fromID)
          Receive unsubscribed notification.
 void IRosterSubscriptionSender.sendRosterRemove(ID userID)
          Send a request to remove a given userID (unsubscribe) from our roster.
 

Uses of ID in org.eclipse.ecf.presence.ui
 

Methods in org.eclipse.ecf.presence.ui with parameters of type ID
protected  IChatRoomViewCloseListener MultiRosterView.createChatRoomViewCloseListener(ID connectedID)
           
 void MessagesView.openTab(IChatMessageSender messageSender, ITypingMessageSender typingSender, ID localID, ID remoteID)
          Opens a new tab for conversing with a user.
protected  void MultiRosterView.removeEntryFromTreeViewer(ID entryID)
           
 void MessagesView.selectTab(IChatMessageSender messageSender, ITypingMessageSender typingSender, ID localID, ID userID)
           
 

Uses of ID in org.eclipse.ecf.presence.ui.chatroom
 

Fields in org.eclipse.ecf.presence.ui.chatroom declared as ID
protected  ID ChatRoomManagerUI.targetID
           
 

Methods in org.eclipse.ecf.presence.ui.chatroom that return ID
 ID ChatRoomManagerUI.getTargetID()
           
 

Methods in org.eclipse.ecf.presence.ui.chatroom with parameters of type ID
static java.lang.String ChatRoomManagerView.getHostnameFromID(ID targetID)
           
protected  java.lang.String ChatRoomManagerView.getMessageString(ID fromID, java.lang.String text)
           
protected  java.lang.String ChatRoomManagerUI.getSecondaryViewID(ID id)
           
static java.lang.String ChatRoomManagerView.getUsernameFromID(ID targetID)
           
 void ChatRoomManagerView.handleInvitationReceived(ID roomID, ID from, java.lang.String subject, java.lang.String body)
           
 void ChatRoomManagerView.handleMessage(ID fromID, java.lang.String messageBody)
           
 void ChatRoomManagerUI.showForTarget(ID target)
          Show a chat room manager UI for given target.
 

Uses of ID in org.eclipse.ecf.provider.comm
 

Methods in org.eclipse.ecf.provider.comm that return ID
 ID IConnectionListener.getEventHandlerID()
          Get ID of event handler
 ID IConnection.getLocalID()
          Get local ID for this connection
 

Methods in org.eclipse.ecf.provider.comm with parameters of type ID
 java.lang.Object IConnection.connect(ID targetID, java.lang.Object data, int timeout)
          Connect to a remote process
 void IAsynchConnection.sendAsynch(ID receiver, byte[] data)
          Send data asynchronously.
 java.lang.Object ISynchConnection.sendSynch(ID receiver, byte[] data)
          Send data synchronously, blocking until a result is received
 

Uses of ID in org.eclipse.ecf.provider.comm.tcp
 

Fields in org.eclipse.ecf.provider.comm.tcp declared as ID
protected  ID Client.containerID
           
 

Methods in org.eclipse.ecf.provider.comm.tcp that return ID
 ID Client.getLocalID()
           
 

Methods in org.eclipse.ecf.provider.comm.tcp with parameters of type ID
 java.lang.Object Client.connect(ID remote, java.lang.Object data, int timeout)
           
 void Client.queueObject(ID recipient, java.io.Serializable obj)
           
 void Client.sendAsynch(ID recipient, byte[] obj)
           
 void Client.sendAsynch(ID recipient, java.lang.Object obj)
           
 java.io.Serializable Client.sendObject(ID recipient, java.io.Serializable obj)
           
 java.lang.Object Client.sendSynch(ID rec, byte[] obj)
           
 java.lang.Object Client.sendSynch(ID rec, java.lang.Object obj)
           
 

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

Fields in org.eclipse.ecf.provider.datashare declared as ID
protected  ID DatashareContainerAdapter.delegateID
           
 

Methods in org.eclipse.ecf.provider.datashare that return ID
 ID DatashareContainerConfig.getID()
           
 

Methods in org.eclipse.ecf.provider.datashare with parameters of type ID
protected  ISharedObject DatashareContainerAdapterFactory.createAdapter(ISharedObjectContainer container, java.lang.Class adapterType, ID adapterID)
           
 IChannel SharedObjectDatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainer.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel SharedObjectDatashareContainerAdapter.getChannel(ID channelID)
           
 IChannel DatashareContainer.getChannel(ID channelID)
           
 IChannel DatashareContainerAdapter.getChannel(ID channelID)
           
protected  ReplicaSharedObjectDescription BaseChannel.getReplicaDescription(ID targetContainerID)
          Override of BaseSharedObject.getReplicaDescription.
 boolean SharedObjectDatashareContainerAdapter.removeChannel(ID channelID)
           
 boolean DatashareContainer.removeChannel(ID channelID)
           
 boolean DatashareContainerAdapter.removeChannel(ID channelID)
           
 void BaseChannel.sendMessage(ID receiver, byte[] message)
           
 

Constructors in org.eclipse.ecf.provider.datashare with parameters of type ID
DatashareContainerConfig(ID containerID)
           
DatashareContainerConfig(ID containerID, java.util.Map properties)
           
 

Uses of ID in org.eclipse.ecf.provider.datashare.nio
 

Methods in org.eclipse.ecf.provider.datashare.nio that return ID
 ID NIOChannel.getID()
           
 

Methods in org.eclipse.ecf.provider.datashare.nio with parameters of type ID
 IChannel NIODatashareContainer.createChannel(ID channelId, IChannelListener listener, java.util.Map properties)
           
protected abstract  NIOChannel NIODatashareContainer.createNIOChannel(ID channelId, IChannelListener listener, java.util.Map properties)
          Creates a new NIO-capable channel within this container.
 IChannel NIODatashareContainer.getChannel(ID channelId)
           
 boolean NIODatashareContainer.removeChannel(ID channelId)
           
 void NIOChannel.sendMessage(ID receiver, byte[] message)
          Sends a message to a remote instance of this channel of the target peer.
protected abstract  void NIOChannel.sendRequest(ID receiver)
          Sends a request to the receiver to notify them that a socket is open and waiting for incoming connections to establish a channel connection.
 

Constructors in org.eclipse.ecf.provider.datashare.nio with parameters of type ID
NIOChannel(NIODatashareContainer datashareContainer, ID containerId, ID id, IChannelListener listener)
          Instantiates a new channel for sending and receiving messages in a non-blocking manner via sockets.
 

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

Methods in org.eclipse.ecf.provider.discovery that return ID
 ID SingletonDiscoveryContainer.getConnectedID()
           
 ID CompositeDiscoveryContainer.getConnectedID()
           
 ID SingletonDiscoveryContainer.getID()
           
 ID CompositeServiceTypeContainerEvent.getOriginalLocalContainerId()
           
 ID CompositeServiceContainerEvent.getOriginalLocalContainerID()
           
 

Methods in org.eclipse.ecf.provider.discovery with parameters of type ID
 void SingletonDiscoveryContainer.connect(ID targetID, IConnectContext connectContext)
           
 void CompositeDiscoveryContainer.connect(ID aTargetID, IConnectContext connectContext)
           
 

Constructors in org.eclipse.ecf.provider.discovery with parameters of type ID
CompositeServiceContainerEvent(IServiceEvent event, ID connectedId)
           
CompositeServiceTypeContainerEvent(IServiceTypeEvent event, ID connectedId)
           
 

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

Classes in org.eclipse.ecf.provider.dnssd that implement ID
 class BnRDnsSdServiceTypeID
          This ServiceType represents the special RRs defined in chapter 12.
 class DnsSdServiceID
           
 class DnsSdServiceTypeID
           
 

Methods in org.eclipse.ecf.provider.dnssd that return ID
 ID DnsSdNamespace.createInstance(java.lang.Object[] parameters)
           
 ID DnsSdDiscoveryContainerAdapter.getConnectedID()
           
 

Methods in org.eclipse.ecf.provider.dnssd with parameters of type ID
 void DnsSdDiscoveryLocator.connect(ID aTargetID, IConnectContext connectContext)
           
abstract  void DnsSdDiscoveryContainerAdapter.connect(ID targetID, IConnectContext connectContext)
           
 void DnsSdDiscoveryAdvertiser.connect(ID aTargetID, IConnectContext connectContext)
           
 

Uses of ID in org.eclipse.ecf.provider.filetransfer.identity
 

Classes in org.eclipse.ecf.provider.filetransfer.identity that implement ID
 class FileTransferID
           
 

Methods in org.eclipse.ecf.provider.filetransfer.identity that return ID
 ID FileTransferNamespace.createInstance(java.lang.Object[] args)
           
 

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

Methods in org.eclipse.ecf.provider.filetransfer.outgoing that return ID
 ID AbstractOutgoingFileTransfer.getID()
           
 

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

Methods in org.eclipse.ecf.provider.filetransfer.retrieve that return ID
 ID AbstractRetrieveFileTransfer.getID()
           
 

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

Fields in org.eclipse.ecf.provider.generic declared as ID
protected  ID SOContext.homeContainerID
           
protected  ID SOConfig.homeContainerID
           
protected  ID ClientSOContainer.remoteServerID
           
protected  ID SOContext.sharedObjectID
           
protected  ID SOConfig.sharedObjectID
           
 

Methods in org.eclipse.ecf.provider.generic that return ID
 ID SOManager.addSharedObject(ID sharedObjectID, ISharedObject sharedObject, java.util.Map properties)
           
protected  ID SOManager.createNewSharedObjectID(SharedObjectDescription sd, ISharedObject newObject)
           
 ID SOManager.createSharedObject(SharedObjectDescription sd)
           
 ID[] ContainerMessage.ViewChangeMessage.getChangeIDs()
           
 ID SOContext.getConnectedID()
           
abstract  ID SOContainer.getConnectedID()
           
 ID ServerSOContainer.getConnectedID()
           
 ID ClientSOContainer.getConnectedID()
           
 ID ContainerMessage.getFromContainerID()
           
 ID ContainerMessage.SharedObjectMessage.getFromSharedObjectID()
           
 ID[] SOContext.getGroupMemberIDs()
           
 ID[] SOContainer.getGroupMemberIDs()
           
 ID SOConfig.getHomeContainerID()
           
protected  ID SOWrapper.getHomeID()
           
 ID SOContainerConfig.getID()
           
 ID SOContainer.getID()
           
 ID GenericContainerInstantiator.GenericContainerArgs.getID()
           
protected abstract  ID SOContainer.getIDForConnection(IAsynchConnection connection)
           
protected  ID ServerSOContainer.getIDForConnection(IAsynchConnection conn)
           
protected  ID ClientSOContainer.getIDForConnection(IAsynchConnection conn)
           
protected  ID GenericContainerInstantiator.getIDFromArg(java.lang.Object arg)
           
 ID SOContext.getLocalContainerID()
           
protected  ID SOWrapper.getObjID()
           
protected  ID[] SOContainer.getOtherMemberIDs()
           
 ID[] SOConnector.getReceiverIDs()
           
 ID SOConnector.getSenderID()
           
 ID SOConfig.getSharedObjectID()
           
 ID ContainerMessage.CreateResponseMessage.getSharedObjectID()
           
 ID ContainerMessage.SharedObjectDisposeMessage.getSharedObjectID()
           
 ID[] SOManager.getSharedObjectIDs()
           
protected  ID[] SOContainer.getSharedObjectIDs()
           
 ID ContainerMessage.getToContainerID()
           
protected  ID ClientSOContainer.handleConnectResponse(ID orginalTarget, java.lang.Object serverData)
           
protected  ID[] ClientSOContainer.sendCreateMsg(ID toID, SharedObjectDescription createInfo)
           
protected  ID[] SOContainer.sendCreateSharedObjectMessage(ID toContainerID, SharedObjectDescription sd)
           
protected  ID[] ClientSOContainer.sendCreateSharedObjectMessage(ID toContainerId, SharedObjectDescription sd)
           
 

Methods in org.eclipse.ecf.provider.generic with parameters of type ID
protected  boolean SOContainer.addNewRemoteMember(ID memberID, java.lang.Object data)
           
 ID SOManager.addSharedObject(ID sharedObjectID, ISharedObject sharedObject, java.util.Map properties)
           
protected  ISharedObjectContainerTransaction SOContainer.addSharedObject0(ID id, ISharedObject s, java.util.Map props)
           
protected  void SOContainer.addSharedObjectAndWait(ID id, ISharedObject s, java.util.Map properties)
           
protected  java.lang.Object ServerSOContainer.checkJoin(java.net.SocketAddress saddr, ID fromID, java.lang.String target, java.io.Serializable data)
           
protected  java.lang.Object SOContainer.checkRemoteCreate(ID fromID, ID toID, ReplicaSharedObjectDescription desc)
          Check remote creation of shared objects.
 void SOContext.connect(ID groupID, IConnectContext joinContext)
           
abstract  void SOContainer.connect(ID groupID, IConnectContext connectContext)
           
 void ServerSOContainer.connect(ID groupID, IConnectContext joinContext)
           
 void ClientSOContainer.connect(ID targetID, IConnectContext joinContext)
           
 ISharedObjectConnector SOManager.connectSharedObjects(ID sharedObjectFrom, ID[] sharedObjectsTo)
           
 ISharedObjectConnector SOManager.connectSharedObjects(ID sharedObjectFrom, ID[] sharedObjectsTo)
           
protected  ISynchAsynchConnection TCPClientSOContainer.createConnection(ID remoteSpace, java.lang.Object data)
           
protected abstract  ISynchAsynchConnection ClientSOContainer.createConnection(ID targetID, java.lang.Object data)
          Create connection instance.
protected  java.util.Map SOContainer.createContainerPropertiesForSharedObject(ID sharedObjectID)
           
static ContainerMessage ContainerMessage.createJoinGroupMessage(ID from, ID to, long seq, java.io.Serializable data)
           
static ContainerMessage ContainerMessage.createLeaveGroupMessage(ID from, ID to, long seq, java.io.Serializable data)
           
protected  SOConfig SOContainer.createRemoteSharedObjectConfig(ID fromID, ReplicaSharedObjectDescription sd, ISharedObject obj)
           
protected  SOWrapper SOContainer.createRemoteSharedObjectWrapper(ID fromID, ReplicaSharedObjectDescription sd, ISharedObject s)
           
protected  SOConfig SOContainer.createSharedObjectConfig(ID id, ISharedObject obj, java.util.Map props)
           
static ContainerMessage ContainerMessage.createSharedObjectCreateMessage(ID from, ID to, long seq, java.io.Serializable data)
           
static ContainerMessage ContainerMessage.createSharedObjectCreateResponseMessage(ID from, ID to, long contSeq, ID soID, java.lang.Throwable e, long sequence)
           
static ContainerMessage ContainerMessage.createSharedObjectDisposeMessage(ID from, ID to, long seq, ID sharedObjectID)
           
static ContainerMessage ContainerMessage.createSharedObjectMessage(ID from, ID to, long seq, ID fromSharedObject, java.io.Serializable data)
           
protected  SOWrapper SOContainer.createSharedObjectWrapper(ID id, ISharedObject s, java.util.Map props)
           
static ContainerMessage ContainerMessage.createViewChangeMessage(ID from, ID to, long seq, ID[] ids, boolean add, java.io.Serializable data)
           
static ContainerMessage ContainerMessage.createViewChangeMessage(ID from, ID to, long seq, ID[] ids, boolean add, java.io.Serializable data)
           
protected  byte[] SOContainer.defaultSerializeSharedObjectMessage(ID sharedObjectID, java.lang.Object message)
           
protected  void SOWrapper.deliverCreateResponse(ID fromID, ContainerMessage.CreateResponseMessage resp)
           
protected  void SOWrapper.deliverSharedObjectMessage(ID fromID, java.io.Serializable data)
           
protected  boolean SOContainer.destroySharedObject(ID sharedObjectID)
           
 void ServerSOContainer.ejectGroupMember(ID memberID, java.io.Serializable reason)
           
protected  void SOContainer.forward(ID fromID, ID toID, ContainerMessage data)
           
protected  void ClientSOContainer.forwardExcluding(ID from, ID excluding, byte msg, java.io.Serializable data)
           
protected abstract  void SOContainer.forwardExcluding(ID from, ID excluding, ContainerMessage data)
           
protected  void ServerSOContainer.forwardExcluding(ID from, ID excluding, ContainerMessage data)
           
protected  void ClientSOContainer.forwardExcluding(ID from, ID excluding, ContainerMessage data)
           
protected abstract  void SOContainer.forwardToRemote(ID from, ID to, ContainerMessage data)
           
protected  void ServerSOContainer.forwardToRemote(ID from, ID to, ContainerMessage data)
           
protected  void ClientSOContainer.forwardToRemote(ID from, ID to, ContainerMessage message)
           
protected  java.lang.Object ClientSOContainer.getConnectData(ID remote, IConnectContext joinContext)
           
protected  IAsynchConnection ServerSOContainer.getConnectionForID(ID memberID)
           
protected  java.io.Serializable ClientSOContainer.getLeaveData(ID target)
           
protected  java.lang.Thread SOContainer.getNewSharedObjectThread(ID sharedObjectID, java.lang.Runnable runnable)
           
 ISharedObject SOManager.getSharedObject(ID sharedObjectID)
           
protected  ISharedObject SOContainer.getSharedObject(ID id)
           
 java.util.List SOManager.getSharedObjectConnectors(ID sharedObjectFrom)
           
protected  SOWrapper SOContainer.getSharedObjectWrapper(ID id)
           
protected  ISynchConnection ServerSOContainer.getSynchConnectionForID(ID memberID)
           
protected  ID ClientSOContainer.handleConnectResponse(ID orginalTarget, java.lang.Object serverData)
           
protected  void SOContainer.handleLeave(ID leftID, IConnection conn)
           
protected  void ClientSOContainer.handleLeave(ID fromID, IConnection conn)
           
protected  void SOContainer.notifySharedObjectActivated(ID sharedObjectID)
           
protected  void SOContainer.notifySharedObjectDeactivated(ID sharedObjectID)
           
protected  void SOWrapper.otherChanged(ID otherID, boolean activated)
           
protected  void SOContainer.removeFromLoading(ID id)
           
protected  boolean SOContainer.removeRemoteMember(ID remoteMember)
           
 ISharedObject SOManager.removeSharedObject(ID sharedObjectID)
           
protected  ISharedObject SOContainer.removeSharedObject(ID id)
           
protected  void SOContainer.sendCreate(ID sharedObjectID, ID toContainerID, SharedObjectDescription sd)
           
protected  void ClientSOContainer.sendCreate(ID sharedObjectId, ID toContainerId, SharedObjectDescription sd)
           
 void SOContext.sendCreate(ID toContainerID, ReplicaSharedObjectDescription sd)
           
protected  ID[] ClientSOContainer.sendCreateMsg(ID toID, SharedObjectDescription createInfo)
           
protected  void SOContainer.sendCreateResponse(ID homeID, ID sharedObjectID, java.lang.Throwable t, long identifier)
           
protected  void ClientSOContainer.sendCreateResponse(ID homeId, ID sharedObjectId, java.lang.Throwable t, long identifier)
           
 void SOContext.sendCreateResponse(ID toContainerID, java.lang.Throwable throwable, long identifier)
           
protected  void SOContainer.sendCreateResponseSharedObjectMessage(ID toContainerID, ID fromSharedObject, java.lang.Throwable t, long ident)
           
protected  void ClientSOContainer.sendCreateResponseSharedObjectMessage(ID toContainerId, ID fromSharedObject, java.lang.Throwable t, long ident)
           
protected  ID[] SOContainer.sendCreateSharedObjectMessage(ID toContainerID, SharedObjectDescription sd)
           
protected  ID[] ClientSOContainer.sendCreateSharedObjectMessage(ID toContainerId, SharedObjectDescription sd)
           
 void SOContext.sendDispose(ID toContainerID)
           
protected  void SOContainer.sendDispose(ID toContainerID, ID sharedObjectID)
           
protected  void ClientSOContainer.sendDispose(ID toContainerId, ID sharedObjectId)
           
protected  void SOContainer.sendDisposeSharedObjectMessage(ID toContainerID, ID fromSharedObject)
           
protected  void ClientSOContainer.sendDisposeSharedObjectMessage(ID toContainerId, ID fromSharedObject)
           
protected  void SOContainer.sendMessage(ID toContainerID, ID sharedObjectID, java.lang.Object message)
           
protected  void ClientSOContainer.sendMessage(ID toContainerId, ID sharedObjectId, java.lang.Object message)
           
 void SOContext.sendMessage(ID toContainerID, java.lang.Object data)
           
protected  void SOContainer.sendSharedObjectMessage(ID toContainerID, ID fromSharedObject, java.io.Serializable data)
           
protected  void ClientSOContainer.sendSharedObjectMessage(ID toContainerId, ID fromSharedObject, java.io.Serializable data)
           
protected  byte[] SOContainer.serializeSharedObjectMessage(ID sharedObjectID, java.lang.Object message)
           
 void ContainerMessage.setFromContainerID(ID fromContainerID)
           
 void ContainerMessage.setToContainerID(ID toContainerID)
           
protected  boolean SOContainer.verifySharedObjectMessageTarget(ID containerID)
           
protected  boolean SOContainer.verifyToIDForSharedObjectMessage(ID toID)
           
 

Constructors in org.eclipse.ecf.provider.generic with parameters of type ID
ContainerMessage.CreateResponseMessage(ID objID, java.lang.Throwable except, long sequence)
           
ContainerMessage(ID from, ID to, long seq, java.io.Serializable data)
           
GenericContainerInstantiator.GenericContainerArgs(ID id, java.lang.Integer keepAlive)
           
SOConfig(ID sharedObjectID, ID homeContainerID, SOContainer cont, java.util.Map dict)
           
SOConnector(ID sender, ID[] recv, IQueueEnqueue[] queues)
           
SOConnector(ID sender, ID[] recv, IQueueEnqueue[] queues)
           
SOContainerConfig(ID id)
           
SOContainerConfig(ID id, java.util.Map props)
           
SOContext(ID objID, ID homeID, SOContainer cont, java.util.Map props, IQueueEnqueue queue)
           
 

Uses of ID in org.eclipse.ecf.provider.generic.gmm
 

Methods in org.eclipse.ecf.provider.generic.gmm that return ID
 ID Member.getID()
           
 ID[] GMMImpl.getMemberIDs(ID exclude)
           
 

Methods in org.eclipse.ecf.provider.generic.gmm with parameters of type ID
 ID[] GMMImpl.getMemberIDs(ID exclude)
           
 

Constructors in org.eclipse.ecf.provider.generic.gmm with parameters of type ID
Member(ID member)
           
Member(ID member, java.lang.Object data)
           
 

Uses of ID in org.eclipse.ecf.provider.jmdns.container
 

Methods in org.eclipse.ecf.provider.jmdns.container that return ID
 ID JMDNSDiscoveryContainer.getConnectedID()
          IContainer methods
 

Methods in org.eclipse.ecf.provider.jmdns.container with parameters of type ID
 void JMDNSDiscoveryContainer.connect(ID targetID1, IConnectContext joinContext)
           
 

Uses of ID in org.eclipse.ecf.provider.jmdns.identity
 

Classes in org.eclipse.ecf.provider.jmdns.identity that implement ID
 class JMDNSServiceID
           
 class JMDNSServiceTypeID
           
 

Methods in org.eclipse.ecf.provider.jmdns.identity that return ID
 ID JMDNSNamespace.createInstance(java.lang.Object[] parameters)
           
 

Uses of ID in org.eclipse.ecf.provider.jslp.container
 

Methods in org.eclipse.ecf.provider.jslp.container that return ID
 ID JSLPDiscoveryContainer.getConnectedID()
           
 

Methods in org.eclipse.ecf.provider.jslp.container with parameters of type ID
 void JSLPDiscoveryContainer.connect(ID aTargetID, IConnectContext connectContext)
           
 

Uses of ID in org.eclipse.ecf.provider.jslp.identity
 

Classes in org.eclipse.ecf.provider.jslp.identity that implement ID
 class JSLPServiceID
           
 class JSLPServiceTypeID
           
 

Methods in org.eclipse.ecf.provider.jslp.identity that return ID
 ID JSLPNamespace.createInstance(java.lang.Object[] parameters)
           
 

Uses of ID in org.eclipse.ecf.provider.local.identity
 

Classes in org.eclipse.ecf.provider.local.identity that implement ID
 class LocalID
           
 

Methods in org.eclipse.ecf.provider.local.identity that return ID
 ID LocalNamespace.createInstance(java.lang.Object[] parameters)
           
 

Uses of ID in org.eclipse.ecf.provider.r_osgi.identity
 

Classes in org.eclipse.ecf.provider.r_osgi.identity that implement ID
 class R_OSGiID
          The ID implementation of R-OSGi URIs.
 

Methods in org.eclipse.ecf.provider.r_osgi.identity that return ID
 ID R_OSGiRemoteServiceNamespace.createInstance(java.lang.Object[] parameters)
           
 ID R_OSGiNamespace.createInstance(java.lang.Object[] parameters)
          create a new ID within this namespace.
 

Uses of ID in org.eclipse.ecf.provider.remoteservice
 

Methods in org.eclipse.ecf.provider.remoteservice that return ID
 ID AbstractRemoteServiceDescription.createTargetID(Namespace namespace)
           
 ID AbstractRemoteServiceDescription.getDiscoveryID()
           
 

Constructors in org.eclipse.ecf.provider.remoteservice with parameters of type ID
AbstractRemoteServiceDescription(IServiceInfo serviceInfo, ID discoveryID)
           
 

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

Fields in org.eclipse.ecf.provider.remoteservice.generic declared as ID
protected  ID RemoteServiceRegistryImpl.containerID
           
 

Methods in org.eclipse.ecf.provider.remoteservice.generic that return ID
 ID RemoteServiceNamespace.createInstance(java.lang.Object[] parameters)
           
 ID RemoteServiceRegistryImpl.getContainerID()
           
 ID RemoteServiceRegistrationImpl.getContainerID()
           
 ID RemoteServiceReferenceImpl.getContainerID()
           
 ID Request.getRequestContainerID()
           
protected  ID[] RegistrySharedObject.getTargetsFromProperties(java.util.Dictionary properties)
           
 

Methods in org.eclipse.ecf.provider.remoteservice.generic with parameters of type ID
protected  void RegistrySharedObject.addLocalServiceRegistration(ID remoteContainerID, org.osgi.framework.ServiceRegistration registration)
           
 org.eclipse.equinox.concurrent.future.IFuture RemoteServiceContainer.asyncGetRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture RegistrySharedObject.asyncGetRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture RemoteServiceContainer.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture RemoteServiceContainer.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture RegistrySharedObject.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture RegistrySharedObject.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture RemoteServiceContainer.asyncGetRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture RegistrySharedObject.asyncGetRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
           
protected  void RegistrySharedObject.checkRequestServiceAuthorization(ID remoteContainerID, AddRegistrationRequest request, java.io.Serializable credentials)
           
protected  void RegistrySharedObject.connectToRemoteServiceTarget(ID targetID)
           
protected  ISharedObject RemoteServiceContainerAdapterFactory.createAdapter(ISharedObjectContainer container, java.lang.Class adapterType, ID adapterID)
           
 void RegistrySharedObject.dispose(ID containerID)
           
protected  void RegistrySharedObject.executeRequest(org.eclipse.equinox.concurrent.future.IExecutor executor, Request request, ID responseTarget, RemoteServiceRegistrationImpl localRegistration, boolean respond)
           
protected  RemoteServiceRegistryImpl RegistrySharedObject.getRemoteRegistry(ID containerID)
           
 IRemoteServiceID RemoteServiceContainer.getRemoteServiceID(ID containerID, long containerRelativeID)
           
 IRemoteServiceID RegistrySharedObject.getRemoteServiceID(ID containerId, long containerRelativeId)
           
 IRemoteServiceReference[] RemoteServiceContainer.getRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RegistrySharedObject.getRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RemoteServiceContainer.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RemoteServiceContainer.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RegistrySharedObject.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RegistrySharedObject.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RemoteServiceContainer.getRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RegistrySharedObject.getRemoteServiceReferences(ID targetID, java.lang.String clazz, java.lang.String filter)
           
protected  void RegistrySharedObject.handleAddRegistration(ID remoteContainerID, java.lang.Integer requestId, RemoteServiceRegistrationImpl registration)
           
protected  void RegistrySharedObject.handleAddRegistration(ID remoteContainerID, RemoteServiceRegistrationImpl registration)
           
protected  void RegistrySharedObject.handleAddRegistrationRequestRefused(ID remoteContainerID, java.lang.Integer requestId, java.security.AccessControlException e)
           
protected  void RegistrySharedObject.handleAddRegistrations(ID remoteContainerID, java.lang.Integer requestId, RemoteServiceRegistrationImpl[] registrations)
           
protected  void RegistrySharedObject.handleRegistryUpdateRequest(ID remoteContainerID)
           
protected  void RegistrySharedObject.handleRegistryUpdateRequest(ID remoteContainerID, java.lang.Integer requestId)
           
protected  void RegistrySharedObject.handleRequestService(ID remoteContainerID, AddRegistrationRequest request, java.lang.Integer requestId, java.io.Serializable credentials)
           
protected  void RegistrySharedObject.handleTargetConnected(ID targetID)
           
protected  void RegistrySharedObject.handleUnregister(ID containerID, java.lang.Long serviceId)
           
protected  void RegistrySharedObject.notifyAddRegistrationResponse(ID remoteContainerID, java.lang.Integer requestId, java.security.AccessControlException exception)
           
 void AddRegistrationRequest.notifyResponse(ID from, java.security.AccessControlException exception)
           
protected  RemoteServiceRegistryImpl RegistrySharedObject.removeRemoteRegistry(ID containerID)
           
protected  void RegistrySharedObject.sendAddRegistration(ID receiver, java.lang.Integer requestId, RemoteServiceRegistrationImpl reg)
           
protected  void RegistrySharedObject.sendAddRegistration(ID receiver, RemoteServiceRegistrationImpl reg)
           
protected  AddRegistrationRequest RegistrySharedObject.sendAddRegistrationRequest(ID receiver, AddRegistrationRequest request, java.io.Serializable credentials)
           
protected  void RegistrySharedObject.sendAddRegistrationRequestRefused(ID receiver, java.lang.Integer requestId, java.lang.Exception except)
           
protected  void RegistrySharedObject.sendAddRegistrations(ID receiver, java.lang.Integer requestId, RemoteServiceRegistrationImpl[] regs)
           
protected  void RegistrySharedObject.sendCallResponse(ID responseTarget, Response response)
           
protected  void RegistrySharedObject.sendRegistryUpdate(ID targetContainerID)
           
protected  void RegistrySharedObject.sendRegistryUpdate(ID targetContainerID, java.lang.Integer requestId)
           
protected  void RegistrySharedObject.sendRegistryUpdateRequest(ID receiver, java.lang.Integer requestId)
           
 void RemoteServiceRegistryImpl.setContainerID(ID containerID)
           
protected  void RegistrySharedObject.unregisterServiceRegistrationsForContainer(ID containerID)
           
 

Constructors in org.eclipse.ecf.provider.remoteservice.generic with parameters of type ID
AddRegistrationRequest(ID targetID, java.lang.String service, java.lang.String filter, AddRegistrationRequest parent)
           
RemoteServiceRegistryImpl(ID localContainerID)
           
Request(ID requestContainerID, long serviceId, RemoteCallImpl call)
           
Request(ID requestContainerID, long serviceId, RemoteCallImpl call, IRemoteCallListener listener)
           
 

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

Fields in org.eclipse.ecf.provider.xmpp declared as ID
protected  ID XMPPContainer.presenceHelperID
           
 

Methods in org.eclipse.ecf.provider.xmpp that return ID
protected  ID XMPPContainer.handleConnectResponse(ID originalTarget, java.lang.Object serverData)
           
 

Methods in org.eclipse.ecf.provider.xmpp with parameters of type ID
 void XMPPContainer.connect(ID remote, IConnectContext joinContext)
           
protected  java.lang.Object XMPPContainer.createConnectData(ID target, Callback[] cbs, java.lang.Object data)
           
protected  ISynchAsynchConnection XMPPSContainer.createConnection(ID remoteSpace, java.lang.Object data)
           
protected  ISynchAsynchConnection XMPPContainer.createConnection(ID remoteSpace, java.lang.Object data)
           
protected  java.lang.Object XMPPContainer.getConnectData(ID remote, IConnectContext joinContext)
           
protected  ID XMPPContainer.handleConnectResponse(ID originalTarget, java.lang.Object serverData)
           
protected  boolean XMPPContainer.isGoogle(ID remoteSpace)
           
protected  boolean XMPPContainer.verifySharedObjectMessageTarget(ID containerID)
           
 

Uses of ID in org.eclipse.ecf.provider.xmpp.identity
 

Classes in org.eclipse.ecf.provider.xmpp.identity that implement ID
 class XMPPFileID
          XMPPFileID for use with the XMPP outgoing file transfer.
 class XMPPID
           
 class XMPPRoomID
           
 class XMPPSID
           
 

Methods in org.eclipse.ecf.provider.xmpp.identity that return ID
 ID XMPPSNamespace.createInstance(java.lang.Object[] args)
           
 ID XMPPRoomNamespace.createInstance(java.lang.Object[] args)
           
 ID XMPPNamespace.createInstance(java.lang.Object[] args)
           
 ID XMPPFileNamespace.createInstance(java.lang.Object[] parameters)
           
 

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

Classes in org.eclipse.ecf.provider.zookeeper.core that implement ID
 class ZooDiscoveryServiceID
           
 class ZooDiscoveryServiceTypeID
           
 class ZooDiscoveryTargetID
           
 

Methods in org.eclipse.ecf.provider.zookeeper.core that return ID
 ID ZooDiscoveryNamespace.createInstance(java.lang.Object[] parameters)
           
 ID ZooDiscoveryContainer.getConnectedID()
           
 ID ZooDiscoveryContainer.getID()
           
 

Methods in org.eclipse.ecf.provider.zookeeper.core with parameters of type ID
 void ZooDiscoveryContainer.connect(ID id, IConnectContext connectContext)
           
 

Uses of ID in org.eclipse.ecf.remoteservice
 

Subinterfaces of ID in org.eclipse.ecf.remoteservice
 interface IRemoteServiceID
          Remote service ID.
 

Classes in org.eclipse.ecf.remoteservice that implement ID
 class RemoteServiceID
           
 

Methods in org.eclipse.ecf.remoteservice that return ID
 ID IRemoteServiceRegistration.getContainerID()
          Get the container ID for the registration
 ID IRemoteServiceReference.getContainerID()
          Get container ID for remote service
 ID RemoteServiceID.getContainerID()
           
 ID IRemoteServiceID.getContainerID()
          Get the container ID for this remote service.
 

Methods in org.eclipse.ecf.remoteservice with parameters of type ID
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceConsumer.asyncGetRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceContainerAdapter.asyncGetRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceConsumer.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceConsumer.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceContainerAdapter.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceContainerAdapter.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceConsumer.asyncGetRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 org.eclipse.equinox.concurrent.future.IFuture IRemoteServiceContainerAdapter.asyncGetRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
          Asynchronously returns an array of IRemoteServiceReference objects.
 IRemoteServiceID IRemoteServiceHost.getRemoteServiceID(ID containerID, long containerRelativeID)
          Get a remote service ID from a containerID and a containerRelative long value.
 IRemoteServiceID IRemoteServiceConsumer.getRemoteServiceID(ID containerID, long containerRelativeID)
          Get a remote service ID from a containerID and a containerRelative long value.
 IRemoteServiceID IRemoteServiceContainerAdapter.getRemoteServiceID(ID containerID, long containerRelativeID)
          Get a remote service ID from a containerID and a containerRelative long value.
 IRemoteServiceReference[] IRemoteServiceConsumer.getRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Returns an array of IRemoteServiceReference objects.
 IRemoteServiceReference[] IRemoteServiceContainerAdapter.getRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Returns an array of IRemoteServiceReference objects.
 IRemoteServiceReference[] IRemoteServiceConsumer.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Returns an array of IRemoteServiceReference objects.
 IRemoteServiceReference[] IRemoteServiceConsumer.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Returns an array of IRemoteServiceReference objects.
 IRemoteServiceReference[] IRemoteServiceContainerAdapter.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Returns an array of IRemoteServiceReference objects.
 IRemoteServiceReference[] IRemoteServiceContainerAdapter.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
          Returns an array of IRemoteServiceReference objects.
 IRemoteServiceReference[] IRemoteServiceConsumer.getRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
           Returns an array of IRemoteServiceReference objects.
 IRemoteServiceReference[] IRemoteServiceContainerAdapter.getRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
           Returns an array of IRemoteServiceReference objects.
protected  IRemoteServiceReference RemoteServiceContainer.getServiceReference(ID targetId, java.lang.String serviceInterfaceClass, java.lang.String filter)
           
 

Constructors in org.eclipse.ecf.remoteservice with parameters of type ID
RemoteServiceID(Namespace namespace, ID containerID, long containerRelative)
           
 

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

Fields in org.eclipse.ecf.remoteservice.client declared as ID
protected  ID AbstractClientContainer.connectedID
           
protected  ID RemoteServiceClientRegistration.containerId
           
protected  ID AbstractClientContainer.containerID
           
 

Methods in org.eclipse.ecf.remoteservice.client that return ID
 ID AbstractClientContainer.getConnectedID()
           
 ID RemoteServiceClientRegistry.getContainerId()
           
 ID RemoteServiceClientRegistration.getContainerID()
           
 ID RemoteServiceClientReference.getContainerID()
           
 ID AbstractClientContainer.getID()
           
protected  ID AbstractClientContainer.getRemoteCallTargetID()
           
 

Methods in org.eclipse.ecf.remoteservice.client with parameters of type ID
 org.eclipse.equinox.concurrent.future.IFuture AbstractClientContainer.asyncGetRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture AbstractClientContainer.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture AbstractClientContainer.asyncGetRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 org.eclipse.equinox.concurrent.future.IFuture AbstractClientContainer.asyncGetRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
           
 void AbstractClientContainer.connect(ID targetID, IConnectContext connectContext1)
           
 IRemoteServiceID RemoteServiceClientRegistry.getRemoteServiceID(ID containerID, long containerRelativeID)
           
 IRemoteServiceID AbstractClientContainer.getRemoteServiceID(ID containerID1, long containerRelativeID)
           
 IRemoteServiceReference[] RemoteServiceClientRegistry.getRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, IRemoteFilter remoteFilter)
           
 IRemoteServiceReference[] AbstractClientContainer.getRemoteServiceReferences(ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RemoteServiceClientRegistry.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, IRemoteFilter filter)
           
 IRemoteServiceReference[] RemoteServiceClientRegistry.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, IRemoteFilter filter)
           
 IRemoteServiceReference[] AbstractClientContainer.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] AbstractClientContainer.getRemoteServiceReferences(ID target, ID[] idFilter, java.lang.String clazz, java.lang.String filter)
           
 IRemoteServiceReference[] RemoteServiceClientRegistry.getRemoteServiceReferences(ID target, java.lang.String clazz, IRemoteFilter remoteFilter)
           
 IRemoteServiceReference[] AbstractClientContainer.getRemoteServiceReferences(ID target, java.lang.String clazz, java.lang.String filter)
           
 

Constructors in org.eclipse.ecf.remoteservice.client with parameters of type ID
AbstractClientContainer(ID containerID)
           
 

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

Methods in org.eclipse.ecf.remoteservice.eventadmin that return ID
protected  ID DistributedEventAdmin.getTarget(org.osgi.service.event.Event eventToSend)
          Get the target receiver for the eventToSend.
 

Methods in org.eclipse.ecf.remoteservice.eventadmin with parameters of type ID
protected  org.osgi.service.event.Event DistributedEventAdmin.createEventFromMessageData(ID fromID, java.lang.Object[] messageData)
          Create a local Event from deserialized messageData.
protected  java.lang.Object[] DistributedEventAdmin.createMessageDataFromEvent(ID target, org.osgi.service.event.Event eventToSend)
          Create message data for deliver to a target (which could be null to designate multiple target receivers), The resulting Object[] must be Serializable and in a form that receivers can deserialize via DistributedEventAdmin.createEventFromMessageData(ID, Object[]) on the receiver.
protected  boolean DistributedEventAdmin.handleSharedObjectMsg(ID fromID, SharedObjectMsg msg)
          Handle the shared object message.
protected  void DistributedEventAdmin.notifyReceivedEvent(ID fromID, org.osgi.service.event.Event receivedEvent)
           
 

Uses of ID in org.eclipse.ecf.remoteservice.events
 

Methods in org.eclipse.ecf.remoteservice.events that return ID
 ID IRemoteServiceEvent.getContainerID()
          The ID of the container that registered the service.
 ID[] IRemoteServiceReferenceRetrievedEvent.getIDFilter()
           
 ID IRemoteServiceEvent.getLocalContainerID()
          The ID of the local container.
 

Uses of ID in org.eclipse.ecf.remoteservice.rest.identity
 

Classes in org.eclipse.ecf.remoteservice.rest.identity that implement ID
 class RestID
           
 

Methods in org.eclipse.ecf.remoteservice.rest.identity that return ID
 ID RestNamespace.createInstance(java.lang.Object[] parameters)
          Creates an instance of an RestID.
 

Uses of ID in org.eclipse.ecf.remoteservice.rpc.identity
 

Classes in org.eclipse.ecf.remoteservice.rpc.identity that implement ID
 class RpcId
           
 

Methods in org.eclipse.ecf.remoteservice.rpc.identity that return ID
 ID RpcNamespace.createInstance(java.lang.Object[] parameters)
          Creates an instance of an RPCD.
 

Uses of ID in org.eclipse.ecf.remoteservice.util.tracker
 

Fields in org.eclipse.ecf.remoteservice.util.tracker declared as ID
protected  ID[] RemoteServiceTracker.containerIDs
          Container IDs that provide the context for tracking.
 

Constructors in org.eclipse.ecf.remoteservice.util.tracker with parameters of type ID
RemoteServiceTracker(IRemoteServiceContainerAdapter containerAdapter, ID[] containerIDs, IRemoteServiceReference reference, IRemoteServiceTrackerCustomizer customizer)
          Create a RemoteServiceTracker on the specified IRemoteServiceReference.
RemoteServiceTracker(IRemoteServiceContainerAdapter containerAdapter, ID[] containerIDs, java.lang.String clazz, IRemoteServiceTrackerCustomizer customizer)
          Create a RemoteServiceTracker object on the specified class name.
 

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

Methods in org.eclipse.ecf.server.generic that return ID
protected  ID GenericServerContainerGroup.createGenericServerID(java.lang.String path, java.util.Map properties)
           
protected  ID AbstractGenericServer.createServerIDFromPath(java.lang.String path)
           
 

Methods in org.eclipse.ecf.server.generic with parameters of type ID
protected  java.security.PermissionCollection AbstractGenericServer.checkConnect(java.lang.Object address, ID fromID, ID targetID, java.lang.String targetGroup, java.lang.Object connectData)
           
 ISharedObjectContainer ServerManager.getServer(ID id)
           
protected  void SimpleGenericServer.handleDisconnect(ID targetId)
           
protected abstract  void AbstractGenericServer.handleDisconnect(ID targetID)
           
protected  void SimpleGenericServer.handleEject(ID targetId)
           
protected abstract  void AbstractGenericServer.handleEject(ID targetID)
           
 

Uses of ID in org.eclipse.ecf.server.generic.app
 

Methods in org.eclipse.ecf.server.generic.app with parameters of type ID
 void ClientApplication.connect(ID server)
           
 

Uses of ID in org.eclipse.ecf.storage
 

Methods in org.eclipse.ecf.storage that return ID
 ID IIDEntry.createID()
          Create an ID from this IDEntry.
 ID IContainerEntry.getContainerID()
          Get the container's ID for the stored IContainer.
 

Methods in org.eclipse.ecf.storage with parameters of type ID
 IContainerEntry IContainerStore.retrieve(ID containerID)
          Retrieve an IContainerEntry for a given container ID.
 IIDEntry IIDStore.store(ID id)
          Get IIDEntry in this IDStore for a given ID.
 

Uses of ID in org.eclipse.ecf.sync.doc
 

Methods in org.eclipse.ecf.sync.doc with parameters of type ID
 IModelSynchronizationStrategy IDocumentSynchronizationStrategyFactory.createDocumentSynchronizationStrategy(ID uniqueID, boolean isInitiator)
          Get an IModelSynchronizationStrategy for a unique ID.
 void IDocumentSynchronizationStrategyFactory.disposeSynchronizationStrategy(ID uniqueID)
          Clean up the synchronization strategy caching for a given uniqueID.
 

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

Methods in org.eclipse.ecf.telephony.call that return ID
 ID ICallSession.getInitiator()
          Get ID of initiator.
 ID ICallSession.getReceiver()
          Get ID of receiver.
 

Methods in org.eclipse.ecf.telephony.call with parameters of type ID
 void ICallSessionContainerAdapter.sendCallRequest(ID[] receivers, ICallSessionListener listener, java.util.Map properties)
          Initiate call.
 void ICallSessionContainerAdapter.sendCallRequest(ID receiver, ICallSessionListener listener, java.util.Map properties)
          Initiate call.
 

Uses of ID in org.eclipse.ecf.telephony.call.events
 

Methods in org.eclipse.ecf.telephony.call.events that return ID
 ID ICallSessionRequestEvent.getInitiator()
          Get the ID of the call initiator.
 ID ICallSessionRequestEvent.getReceiver()
          Get the ID of the intended call receiver.
 ID ICallSessionRequestEvent.getSessionID()
          Get ID uniquely identifying the call session.
 

Uses of ID in org.eclipse.ecf.telephony.call.ui.actions
 

Fields in org.eclipse.ecf.telephony.call.ui.actions declared as ID
protected  ID AbstractCallAction.callReceiver
           
 

Methods in org.eclipse.ecf.telephony.call.ui.actions that return ID
 ID AbstractCallAction.getCallReceiver()
           
protected  ID AbstractCallAction.getReceiverFromInputDialog(ICallSessionContainerAdapter adapter)
           
 

Methods in org.eclipse.ecf.telephony.call.ui.actions with parameters of type ID
 void AbstractCallAction.setCallReceiver(ID callReceiver)
           
 

Uses of ID in org.eclipse.ecf.ui.actions
 

Fields in org.eclipse.ecf.ui.actions declared as ID
protected  ID SynchContainerConnectAction.targetID
           
 

Methods in org.eclipse.ecf.ui.actions that return ID
protected  ID SynchContainerConnectAction.getTargetID()
           
 

Constructors in org.eclipse.ecf.ui.actions with parameters of type ID
AsynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext)
           
AsynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler)
           
AsynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler, java.lang.Runnable successBlock)
           
SynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext)
           
SynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler)
           
SynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler, java.lang.Runnable successBlock)
           
 

Uses of ID in org.eclipse.ecf.ui.screencapture
 

Methods in org.eclipse.ecf.ui.screencapture that return ID
 ID ShowImageShell.getSenderID()
           
 

Methods in org.eclipse.ecf.ui.screencapture with parameters of type ID
 void IImageSender.sendImage(ID targetID, org.eclipse.swt.graphics.ImageData imageData)
          Send imageData to targetID.
 

Constructors in org.eclipse.ecf.ui.screencapture with parameters of type ID
ScreenCaptureConfirmationDialog(org.eclipse.swt.widgets.Shell shell, ID targetID, java.lang.String nickName, org.eclipse.swt.graphics.Image image, int width, int height, IImageSender imageSender)
           
ScreenCaptureJob(org.eclipse.swt.widgets.Display display, ID targetID, java.lang.String nickName, IImageSender imageSender)
           
ShowImageShell(org.eclipse.swt.widgets.Display display, ID senderID, org.eclipse.swt.events.DisposeListener disposeListener)