@Service public static class DeletionDecorator.NoDecoration extends Object implements DeletionDecorator<org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.ConfigBeanProxy>
DeletionDecorator.NoDecoration| Constructor and Description |
|---|
DeletionDecorator.NoDecoration() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(org.glassfish.api.admin.AdminCommandContext context,
org.jvnet.hk2.config.ConfigBeanProxy parent,
org.jvnet.hk2.config.ConfigBeanProxy child)
notification of a configuration element of type U deletion.
|
public void decorate(org.glassfish.api.admin.AdminCommandContext context,
org.jvnet.hk2.config.ConfigBeanProxy parent,
org.jvnet.hk2.config.ConfigBeanProxy child)
throws org.jvnet.hk2.config.TransactionFailure,
PropertyVetoException
DeletionDecoratordecorate in interface DeletionDecorator<org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.ConfigBeanProxy>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 © 2013. All Rights Reserved.