Uses of Class
com.opencloud.rhino.management.deployment.NamespaceOptions
-
Packages that use NamespaceOptions Package Description com.opencloud.rhino.management.deployment -
-
Uses of NamespaceOptions in com.opencloud.rhino.management.deployment
Methods in com.opencloud.rhino.management.deployment that return NamespaceOptions Modifier and Type Method Description NamespaceOptions
NamespaceOptions. clone()
NamespaceOptions
NamespaceManagementMBean. getNamespaceOptions(String name)
Get the options that a namespace was created with.Methods in com.opencloud.rhino.management.deployment with parameters of type NamespaceOptions Modifier and Type Method Description void
NamespaceManagementMBean. createNamespace(String name, NamespaceOptions options)
Create a new user-defined namespace with parameters.
-