Class 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:
    SharedObjectDescription, Serialized Form
    • Constructor Detail

      • SharedObjectTypeDescription

        public SharedObjectTypeDescription()
        Since:
        2.6
      • SharedObjectTypeDescription

        public SharedObjectTypeDescription​(String className,
                                           Map props)
      • SharedObjectTypeDescription

        public SharedObjectTypeDescription​(String className)
        Since:
        2.3