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

Packages that use ISharedObjectConfig
org.eclipse.ecf.core   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.xmpp.container   
 

Uses of ISharedObjectConfig in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core with parameters of type ISharedObjectConfig
 ReplicaSharedObjectDescription IReplicaSharedObjectDescriptionFactory.createDescriptionForContainer(ID containerID, ISharedObjectConfig config)
          Create new ReplicaSharedObjectDescription instance for delivery to remote container identified by containerID parameter.
 void ISharedObject.init(ISharedObjectConfig initData)
          Initialize this ISharedObject.
 

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

Methods in org.eclipse.ecf.core.sharedobject that return ISharedObjectConfig
protected  ISharedObjectConfig AbstractSharedObject.getConfig()
           
 

Methods in org.eclipse.ecf.core.sharedobject with parameters of type ISharedObjectConfig
 void AbstractSharedObject.init(ISharedObjectConfig initData)
           
 

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

Classes in org.eclipse.ecf.provider.generic that implement ISharedObjectConfig
 class SOConfig
           
 

Uses of ISharedObjectConfig in org.eclipse.ecf.provider.xmpp.container
 

Methods in org.eclipse.ecf.provider.xmpp.container with parameters of type ISharedObjectConfig
 void XMPPPresenceSharedObject.init(ISharedObjectConfig initData)
           
 void XMPPGroupChatSharedObject.init(ISharedObjectConfig initData)