Class SharedObjectTypeDescription
java.lang.Object
org.eclipse.ecf.core.sharedobject.SharedObjectTypeDescription
- All Implemented Interfaces:
Serializable
Description of shared object type. This class provides the information
necessary to determine the type of a shared object instance. It is used by
the SharedObjectDescription class to specify the local type of a
shared object instance, and by ReplicaSharedObjectDescription to specify the
type of a remote shared object instance.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected ISharedObjectInstantiator
protected String
protected Map
-
Constructor Summary
ConstructorDescriptionSharedObjectTypeDescription
(String className) SharedObjectTypeDescription
(String className, Map props) SharedObjectTypeDescription
(String name, ISharedObjectInstantiator instantiator, String desc) SharedObjectTypeDescription
(String name, ISharedObjectInstantiator instantiator, String desc, Map props) -
Method Summary
-
Field Details
-
name
-
instantiator
-
description
-
typeProperties
-
className
-
-
Constructor Details
-
SharedObjectTypeDescription
public SharedObjectTypeDescription()- Since:
- 2.6
-
SharedObjectTypeDescription
-
SharedObjectTypeDescription
- Since:
- 2.3
-
-
Method Details