Uses of Class
com.opencloud.rhino.management.BindingAlreadyExistsException
-
Packages that use BindingAlreadyExistsException Package Description com.opencloud.rhino.management.service -
-
Uses of BindingAlreadyExistsException in com.opencloud.rhino.management.service
Methods in com.opencloud.rhino.management.service that throw BindingAlreadyExistsException Modifier and Type Method Description BindingResultServiceManagementMBean. addBinding(ServiceID id, BindingDescriptorID bindingDescriptor, Map<ComponentID,ComponentID> componentMappings, boolean dryrun)Add a binding to a Service.BindingResultServiceManagementMBean. addBindings(ServiceID id, BindingDescriptorID[] bindingDescriptors, Map<ComponentID,ComponentID> componentMappings, boolean dryrun)Add one or more bindings to a Service.
-