com.sun.enterprise.config.serverbeans
Class LbConfig.DeleteDecorator
java.lang.Object
com.sun.enterprise.config.serverbeans.LbConfig.DeleteDecorator
- All Implemented Interfaces:
- DeletionDecorator<LbConfigs,LbConfig>
- Enclosing interface:
- LbConfig
@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public static class LbConfig.DeleteDecorator
- extends Object
- implements DeletionDecorator<LbConfigs,LbConfig>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LbConfig.DeleteDecorator
public LbConfig.DeleteDecorator()
decorate
public void decorate(AdminCommandContext context,
LbConfigs parent,
LbConfig child)
throws PropertyVetoException,
org.jvnet.hk2.config.TransactionFailure
- Description copied from interface:
DeletionDecorator
- notification of a configuration element of type U deletion.
Note that this notification is called within the boundaries of the
configuration transaction, therefore the parent instance is a
writable copy and further changes to the parent can be made without
enrolling it inside a transaction.
- Specified by:
decorate in interface DeletionDecorator<LbConfigs,LbConfig>
- Parameters:
context - the command context to lead to the element deletionparent - the parent instance the element was removed fromchild - the deleted instance
- Throws:
PropertyVetoException
org.jvnet.hk2.config.TransactionFailure
Copyright © 2012 GlassFish Community. All Rights Reserved.