Package | Description |
---|---|
com.opencloud.rhino.management.service |
Modifier and Type | Method and Description |
---|---|
BindingResult |
ServiceManagementMBean.addBinding(ServiceID id,
BindingDescriptorID bindingDescriptor,
Map<ComponentID,ComponentID> componentMappings,
boolean dryrun)
Add a binding to a Service.
|
BindingResult |
ServiceManagementMBean.addBindings(ServiceID id,
BindingDescriptorID[] bindingDescriptors,
Map<ComponentID,ComponentID> componentMappings,
boolean dryrun)
Add one or more bindings to a Service.
|