Class SharedObjectTypeDescription

java.lang.Object
org.eclipse.ecf.core.sharedobject.SharedObjectTypeDescription
All Implemented Interfaces:
Serializable

public class SharedObjectTypeDescription extends Object implements 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 Details

  • Constructor Details

    • SharedObjectTypeDescription

      public SharedObjectTypeDescription()
      Since:
      2.6
    • SharedObjectTypeDescription

      public SharedObjectTypeDescription(String name, ISharedObjectInstantiator instantiator, String desc, Map props)
    • SharedObjectTypeDescription

      public SharedObjectTypeDescription(String name, ISharedObjectInstantiator instantiator, String desc)
      Since:
      2.3
    • SharedObjectTypeDescription

      public SharedObjectTypeDescription(String className, Map props)
    • SharedObjectTypeDescription

      public SharedObjectTypeDescription(String className)
      Since:
      2.3
  • Method Details