T - the deleted element parent typeU - the deleted element@PerLookup
public interface DeletionDecorator<T extends org.jvnet.hk2.config.ConfigBeanProxy,U extends org.jvnet.hk2.config.ConfigBeanProxy>
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeletionDecorator.NoDecoration |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(org.glassfish.api.admin.AdminCommandContext context,
T parent,
U child)
notification of a configuration element of type U deletion.
|
void decorate(org.glassfish.api.admin.AdminCommandContext context,
T parent,
U child)
throws org.jvnet.hk2.config.TransactionFailure,
PropertyVetoException
context - the command context to lead to the element deletionparent - the parent instance the element was removed fromchild - the deleted instanceorg.jvnet.hk2.config.TransactionFailurePropertyVetoExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.