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

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

Uses of ISharedObjectContext in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core that return ISharedObjectContext
 ISharedObjectContext ISharedObjectConfig.getContext()
          Get the ISharedObjectContext instance for this ISharedObject.
 

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

Methods in org.eclipse.ecf.core.sharedobject that return ISharedObjectContext
protected  ISharedObjectContext TwoPhaseCommitEventProcessor.getContext()
           
protected  ISharedObjectContext AbstractSharedObject.getContext()
           
 

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

Classes in org.eclipse.ecf.provider.generic that implement ISharedObjectContext
 class SOContext
           
 

Methods in org.eclipse.ecf.provider.generic that return ISharedObjectContext
 ISharedObjectContext SOConfig.getContext()
           
 

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

Classes in org.eclipse.ecf.provider.xmpp.container that implement ISharedObjectContext
 class XMPPContainerContext
           
 

Methods in org.eclipse.ecf.provider.xmpp.container that return ISharedObjectContext
protected  ISharedObjectContext XMPPPresenceSharedObject.getContext()
           
protected  ISharedObjectContext XMPPGroupChatSharedObject.getContext()