@Service @PerLookup public static class LoadBalancer.DeleteDecorator extends Object implements DeletionDecorator<LoadBalancers,LoadBalancer>
DeletionDecorator.NoDecoration
Constructor and Description |
---|
DeleteDecorator() |
Modifier and Type | Method and Description |
---|---|
void |
decorate(AdminCommandContext context,
LoadBalancers parent,
LoadBalancer child)
notification of a configuration element of type U deletion.
|
public void decorate(AdminCommandContext context, LoadBalancers parent, LoadBalancer child) throws PropertyVetoException, TransactionFailure
DeletionDecorator
decorate
in interface DeletionDecorator<LoadBalancers,LoadBalancer>
context
- the command context to lead to the element deletionparent
- the parent instance the element was removed fromchild
- the deleted instancePropertyVetoException
TransactionFailure
Copyright © 2021. All rights reserved.