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

Packages that use SharedObjectInitException
org.eclipse.ecf.core   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.fileshare   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.provider.xmpp.container   
 

Uses of SharedObjectInitException in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core that throw SharedObjectInitException
 void ISharedObject.init(ISharedObjectConfig initData)
          Initialize this ISharedObject.
 

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

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

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

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

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

Methods in org.eclipse.ecf.provider.fileshare that throw SharedObjectInitException
protected  void BaseFileShareRetriever.initialize()
           
 void BaseFileShareReceiver.initialize()
           
 

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()
           
 

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

Methods in org.eclipse.ecf.provider.xmpp.container that throw SharedObjectInitException
 void XMPPPresenceSharedObject.init(ISharedObjectConfig initData)
           
 void XMPPGroupChatSharedObject.init(ISharedObjectConfig initData)