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