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