Uses of Class
org.eclipse.ecf.core.sharedobject.SharedObjectTypeDescription
Packages that use SharedObjectTypeDescription
-
Uses of SharedObjectTypeDescription in org.eclipse.ecf.core.sharedobject
Fields in org.eclipse.ecf.core.sharedobject declared as SharedObjectTypeDescriptionModifier and TypeFieldDescriptionprotected SharedObjectTypeDescription
SharedObjectDescription.typeDescription
Methods in org.eclipse.ecf.core.sharedobject that return SharedObjectTypeDescriptionModifier and TypeMethodDescriptionISharedObjectFactory.addDescription
(SharedObjectTypeDescription description) SharedObjectFactory.addDescription
(SharedObjectTypeDescription description) protected SharedObjectTypeDescription
SharedObjectFactory.addDescription0
(SharedObjectTypeDescription n) protected SharedObjectTypeDescription
SharedObjectFactory.getDescription0
(String name) protected SharedObjectTypeDescription
SharedObjectFactory.getDescription0
(SharedObjectTypeDescription scd) ISharedObjectFactory.getDescriptionByName
(String name) Get the known SharedObjectTypeDescription given it's name.SharedObjectFactory.getDescriptionByName
(String name) SharedObjectDescription.getTypeDescription()
ISharedObjectFactory.removeDescription
(SharedObjectTypeDescription scd) Remove given description from set known to this factory.SharedObjectFactory.removeDescription
(SharedObjectTypeDescription scd) protected SharedObjectTypeDescription
SharedObjectFactory.removeDescription0
(SharedObjectTypeDescription n) Methods in org.eclipse.ecf.core.sharedobject with parameters of type SharedObjectTypeDescriptionModifier and TypeMethodDescriptionISharedObjectFactory.addDescription
(SharedObjectTypeDescription description) SharedObjectFactory.addDescription
(SharedObjectTypeDescription description) protected SharedObjectTypeDescription
SharedObjectFactory.addDescription0
(SharedObjectTypeDescription n) boolean
ISharedObjectFactory.containsDescription
(SharedObjectTypeDescription description) Check to see if a given named description is already contained by this factoryboolean
SharedObjectFactory.containsDescription
(SharedObjectTypeDescription scd) protected boolean
SharedObjectFactory.containsDescription0
(SharedObjectTypeDescription scd) ISharedObjectFactory.createSharedObject
(SharedObjectTypeDescription typeDescription, Object[] args) Create ISharedObject instance.SharedObjectFactory.createSharedObject
(SharedObjectTypeDescription desc, Object[] args) protected SharedObjectTypeDescription
SharedObjectFactory.getDescription0
(SharedObjectTypeDescription scd) ISharedObjectFactory.removeDescription
(SharedObjectTypeDescription scd) Remove given description from set known to this factory.SharedObjectFactory.removeDescription
(SharedObjectTypeDescription scd) protected SharedObjectTypeDescription
SharedObjectFactory.removeDescription0
(SharedObjectTypeDescription n) Constructors in org.eclipse.ecf.core.sharedobject with parameters of type SharedObjectTypeDescriptionModifierConstructorDescriptionReplicaSharedObjectDescription
(SharedObjectTypeDescription type, ID soID, ID homeID) ReplicaSharedObjectDescription
(SharedObjectTypeDescription type, ID soID, ID homeID, Map<String, ?> props) ReplicaSharedObjectDescription
(SharedObjectTypeDescription type, ID objectID, ID homeID, Map<String, ?> props, long ident) SharedObjectDescription
(SharedObjectTypeDescription typeDescription, ID id) SharedObjectDescription
(SharedObjectTypeDescription typeDescription, ID id, Map<String, ?> properties) -
Uses of SharedObjectTypeDescription in org.eclipse.ecf.core.sharedobject.provider
Methods in org.eclipse.ecf.core.sharedobject.provider with parameters of type SharedObjectTypeDescriptionModifier and TypeMethodDescriptionISharedObjectInstantiator.createInstance
(SharedObjectTypeDescription typeDescription, Object[] args) Create instance of ISharedObject.