Uses of Class
com.opencloud.rhino.management.deployment.UnrecognizedNamespaceException
-
Packages that use UnrecognizedNamespaceException Package Description com.opencloud.rhino.configmanager.runtime com.opencloud.rhino.management.deployment com.opencloud.rhino.snmp -
-
Uses of UnrecognizedNamespaceException in com.opencloud.rhino.configmanager.runtime
Methods in com.opencloud.rhino.configmanager.runtime that throw UnrecognizedNamespaceException Modifier and Type Method Description ObjectName
ContainerConfigurationMBean. getContainerConfigurationMBean(String namespace)
Get the ObjectName of aContainerConfigurationMBean
that can be used to manage the configuration items for a namespace. -
Uses of UnrecognizedNamespaceException in com.opencloud.rhino.management.deployment
Methods in com.opencloud.rhino.management.deployment that throw UnrecognizedNamespaceException Modifier and Type Method Description NamespaceOptions
NamespaceManagementMBean. getNamespaceOptions(String name)
Get the options that a namespace was created with.void
NamespaceManagementMBean. removeNamespace(String name)
Remove a user-defined namespace.void
NamespaceManagementMBean. setActiveNamespace(String name)
Set the currently active namespace for the authenticated client connection. -
Uses of UnrecognizedNamespaceException in com.opencloud.rhino.snmp
Methods in com.opencloud.rhino.snmp that throw UnrecognizedNamespaceException Modifier and Type Method Description ObjectName
SNMPParameterSetTypeManagementMBean. getSNMPParameterSetTypeManagementMBean(String namespace)
Get the ObjectName of aSNMPParameterSetTypeManagementMBean
that can be used to manage the SNMP parameter set type configuration items for a namespace.
-