Class NamespaceOptionsElement
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.tasks.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 Summary
Constructors Constructor Description NamespaceOptionsElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceOptions
createOptions()
String
getReplicatedStorageResource()
boolean
isWithSessionOwnershipFacility()
void
setReplicatedStorageResource(String replicatedStorageResource)
void
setWithSessionOwnershipFacility(boolean withSessionOwnershipFacility)
String
toString()
-
-
-
Method Detail
-
setReplicatedStorageResource
public void setReplicatedStorageResource(String replicatedStorageResource)
-
getReplicatedStorageResource
public String getReplicatedStorageResource()
-
setWithSessionOwnershipFacility
public void setWithSessionOwnershipFacility(boolean withSessionOwnershipFacility)
-
isWithSessionOwnershipFacility
public boolean isWithSessionOwnershipFacility()
-
createOptions
public NamespaceOptions createOptions()
-
-