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

Packages that use ISharedObjectManager
org.eclipse.ecf.core   
org.eclipse.ecf.provider.generic   
 

Uses of ISharedObjectManager in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core that return ISharedObjectManager
 ISharedObjectManager ISharedObjectContext.getSharedObjectManager()
          Get the ISharedObjectManager for this context
 ISharedObjectManager ISharedObjectContainer.getSharedObjectManager()
          Get SharedObjectManager for this container
 

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

Classes in org.eclipse.ecf.provider.generic that implement ISharedObjectManager
 class SOManager
           
 

Methods in org.eclipse.ecf.provider.generic that return ISharedObjectManager
 ISharedObjectManager SOContext.getSharedObjectManager()
           
 ISharedObjectManager SOContainer.getSharedObjectManager()