Uses of Interface
org.eclipse.ecf.core.sharedobject.ISharedObject
Packages that use ISharedObject
Package
Description
-
Uses of ISharedObject in org.eclipse.ecf.provider.generic
Fields in org.eclipse.ecf.provider.generic declared as ISharedObjectMethods in org.eclipse.ecf.provider.generic that return ISharedObjectModifier and TypeMethodDescriptionprotected ISharedObject
SOManager.createSharedObjectInstance
(Class newClass, Class[] argTypes, Object[] args) protected ISharedObject
SOContainer.getSharedObject
(ID id) SOManager.getSharedObject
(ID sharedObjectID) protected ISharedObject
SOWrapper.getSharedObject()
protected ISharedObject
SOContainer.load
(SharedObjectDescription sd) protected ISharedObject
SOManager.loadSharedObject
(SharedObjectDescription sd) protected ISharedObject
SOContainer.removeSharedObject
(ID id) SOManager.removeSharedObject
(ID sharedObjectID) protected ISharedObject
SOManager.verifySharedObject
(Object newSharedObject) Methods in org.eclipse.ecf.provider.generic with parameters of type ISharedObjectModifier and TypeMethodDescriptionSOManager.addSharedObject
(ID sharedObjectID, ISharedObject sharedObject, Map properties) protected ISharedObjectContainerTransaction
SOContainer.addSharedObject0
(ID id, ISharedObject s, Map props) protected void
SOContainer.addSharedObjectAndWait
(ID id, ISharedObject s, Map properties) protected ID
SOManager.createNewSharedObjectID
(SharedObjectDescription sd, ISharedObject newObject) protected SOConfig
SOContainer.createRemoteSharedObjectConfig
(ID fromID, ReplicaSharedObjectDescription sd, ISharedObject obj) protected SOWrapper
SOContainer.createRemoteSharedObjectWrapper
(ID fromID, ReplicaSharedObjectDescription sd, ISharedObject s) protected SOConfig
SOContainer.createSharedObjectConfig
(ID id, ISharedObject obj, Map props) protected SOWrapper
SOContainer.createSharedObjectWrapper
(ID id, ISharedObject s, Map props) Constructors in org.eclipse.ecf.provider.generic with parameters of type ISharedObject -
Uses of ISharedObject in org.eclipse.ecf.provider.remoteservice.generic
Classes in org.eclipse.ecf.provider.remoteservice.generic that implement ISharedObjectMethods in org.eclipse.ecf.provider.remoteservice.generic that return ISharedObjectModifier and TypeMethodDescriptionprotected ISharedObject
RemoteServiceContainerAdapterFactory.createAdapter
(ISharedObjectContainer container, Class adapterType, ID adapterID) -
Uses of ISharedObject in org.eclipse.ecf.remoteservice.eventadmin
Classes in org.eclipse.ecf.remoteservice.eventadmin that implement ISharedObject