Class NamespaceOptions

    • Constructor Detail

      • NamespaceOptions

        public NamespaceOptions()
    • Method Detail

      • setReplicatedStorageResource

        public void setReplicatedStorageResource​(String replicatedStorageResource)

        Set the name of the replicated storage resource.

        Parameters:
        replicatedStorageResource - the replicated storage resource name.
        Since:
        Rhino 2.6.1
      • getReplicatedStorageResource

        public String getReplicatedStorageResource()

        Get the name of the replicated storage resource.

        Returns:
        the replicated storage resource name.
        Since:
        Rhino 2.6.1
      • setWithSessionOwnershipFacility

        public void setWithSessionOwnershipFacility​(boolean withSessionOwnershipFacility)

        Set the flag indicating whether or not the namespace should include a session ownership facility.

        Parameters:
        withSessionOwnershipFacility - true if the namespace should include a session ownership facility, false otherwise.
        Since:
        Rhino 2.6.1
      • isWithSessionOwnershipFacility

        public boolean isWithSessionOwnershipFacility()

        Get the flag indicating whether or not the namespace should include a session ownership facility.

        Returns:
        true if the namespace should include a session ownership facility, false otherwise.
        Since:
        Rhino 2.6.1
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object