public class BindingResult extends Object implements Serializable
Result object returned from a binding operation.
ServiceManagementMBean.addBinding(ServiceID, BindingDescriptorID, Map, boolean)
,
ServiceManagementMBean.addBindings(ServiceID, BindingDescriptorID[], Map, boolean)
,
ServiceManagementMBean.removeBinding(ServiceID, BindingDescriptorID, boolean)
,
ServiceManagementMBean.removeBindings(ServiceID, BindingDescriptorID[], boolean)
,
Serialized FormConstructor and Description |
---|
BindingResult(ComponentID[] componentsCreated,
ComponentID[] componentsRemoved)
Create a new binding operation result.
|
Modifier and Type | Method and Description |
---|---|
ComponentID[] |
getComponentsCreated()
Get the set of components created by the binding operation.
|
ComponentID[] |
getComponentsRemoved()
Get the set of components removed by the binding operation.
|
public BindingResult(ComponentID[] componentsCreated, ComponentID[] componentsRemoved)
Create a new binding operation result.
componentsCreated
- set of components created by the binding operation.componentsRemoved
- set of components removed by the binding operation.public ComponentID[] getComponentsCreated()
Get the set of components created by the binding operation.
public ComponentID[] getComponentsRemoved()
Get the set of components removed by the binding operation.