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