Class Cluster.DeleteDecorator
- java.lang.Object
-
- com.sun.enterprise.config.serverbeans.Cluster.DeleteDecorator
-
- All Implemented Interfaces:
DeletionDecorator<Clusters,Cluster>
- Enclosing interface:
- Cluster
@Service @PerLookup public static class Cluster.DeleteDecorator extends Object implements DeletionDecorator<Clusters,Cluster>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.config.support.DeletionDecorator
DeletionDecorator.NoDecoration
-
-
Constructor Summary
Constructors Constructor Description DeleteDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorate(org.glassfish.api.admin.AdminCommandContext context, Clusters parent, Cluster child)notification of a configuration element of type U deletion.
-
-
-
Method Detail
-
decorate
public void decorate(org.glassfish.api.admin.AdminCommandContext context, Clusters parent, Cluster child) throws PropertyVetoException, org.jvnet.hk2.config.TransactionFailureDescription copied from interface:DeletionDecoratornotification 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:
decoratein interfaceDeletionDecorator<Clusters,Cluster>- Parameters:
context- the command context to lead to the element deletionparent- the parent instance the element was removed fromchild- the deleted instance- Throws:
PropertyVetoExceptionorg.jvnet.hk2.config.TransactionFailure
-
-