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