Class NamespaceOptionsElement


  • public class NamespaceOptionsElement
    extends Object

    A nested element used by CreateNamespaceTask that describes the options to create a namespace with.

    Ant Parameters

    Attribute

    Description

    Required

    replicatedstorageresource

    Name of the replicated storage resource to use with the namespace.

    No.

    withsessionownershipfacility

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

    No. Defaults to false.

    • Constructor Detail

      • NamespaceOptionsElement

        public NamespaceOptionsElement()
    • Method Detail

      • setReplicatedStorageResource

        public void setReplicatedStorageResource​(String replicatedStorageResource)
      • getReplicatedStorageResource

        public String getReplicatedStorageResource()
      • setWithSessionOwnershipFacility

        public void setWithSessionOwnershipFacility​(boolean withSessionOwnershipFacility)
      • isWithSessionOwnershipFacility

        public boolean isWithSessionOwnershipFacility()