Package | Description |
---|---|
com.opencloud.rhino.management.deployment | |
com.opencloud.rhino.management.service |
Modifier and Type | Method and Description |
---|---|
BindingDescriptorID[] |
DeploymentMBean.getBindingDescriptors()
Get the set of binding descriptors installed in the SLEE.
|
Constructor and Description |
---|
BindingDescriptorDescriptor(BindingDescriptorID component,
DeployableUnitID deployableUnit,
String source)
|
BindingDescriptorDescriptor(BindingDescriptorID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
SbbID[] sbbs,
SbbPartID[] sbbParts,
ProfileSpecificationID[] profileSpecs)
Create a new binding descriptor component descriptor.
|
Modifier and Type | Method and Description |
---|---|
BindingDescriptorID[] |
ServiceManagementMBean.getBindings(ServiceID id)
Get the set of binding descriptors currently associated with a 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.
|
BindingResult |
ServiceManagementMBean.removeBinding(ServiceID id,
BindingDescriptorID bindingDescriptor,
boolean dryrun)
Remove an existing binding from a Service.
|
BindingResult |
ServiceManagementMBean.removeBindings(ServiceID id,
BindingDescriptorID[] bindingDescriptors,
boolean dryrun)
Remove one or more existing bindings from a Service.
|