Class Scope

    • Field Detail

      • EXCLUSIVE

        public static final Scope EXCLUSIVE
      • SHARED

        public static final Scope SHARED
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • createFromXml

        public static Scope createFromXml​(Element lockScope)
        Create a Scope object from the given Xml element.
        Parameters:
        lockScope -
        Returns:
        Scope object.
      • create

        public static Scope create​(String localName,
                                   Namespace namespace)
        Create a Scope object from the given name and namespace.
        Parameters:
        localName -
        namespace -
        Returns:
        Scope object.