Uses of Class
org.eclipse.ecf.core.sharedobject.SharedObjectInitException

Packages that use SharedObjectInitException
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.example.clients.applications   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.remoteservice.generic   
 

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

Methods in org.eclipse.ecf.core.sharedobject that throw SharedObjectInitException
 void BaseSharedObject.init(ISharedObjectConfig initData)
           
 void ISharedObject.init(ISharedObjectConfig initData)
          Initialize this ISharedObject.
protected  void BaseSharedObject.initialize()
          Initialize this shared object.
protected  void OptimisticSharedObject.initialize()
           
protected  void TransactionSharedObject.initialize()
           
 

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

Methods in org.eclipse.ecf.example.clients.applications that throw SharedObjectInitException
protected  void TrivialSharedObject.initialize()
           
 

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

Methods in org.eclipse.ecf.provider.datashare that throw SharedObjectInitException
protected  void BaseChannel.initialize()
          Override of TransasctionSharedObject.initialize().
protected  void SharedObjectDatashareContainerAdapter.initialize()
           
protected  void BaseChannel.initializeReplicaChannel()
          Initialize replicas of this channel.
 

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

Methods in org.eclipse.ecf.provider.generic that throw SharedObjectInitException
protected  void SOWrapper.init()
           
 

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

Methods in org.eclipse.ecf.provider.remoteservice.generic that throw SharedObjectInitException
 void RegistrySharedObject.initialize()