@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(org.glassfish.api.admin.AdminCommandContext context,
Nodes parent,
Node child)
notification of a configuration element of type U deletion.
|
public void decorate(org.glassfish.api.admin.AdminCommandContext context,
Nodes parent,
Node child)
throws PropertyVetoException,
org.jvnet.hk2.config.TransactionFailure
DeletionDecoratordecorate 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 instancePropertyVetoExceptionorg.jvnet.hk2.config.TransactionFailureCopyright © 2017–2020 Eclipse Foundation. All rights reserved.