Class SecureAdminInternalUser.CrDecorator
- java.lang.Object
-
- com.sun.enterprise.config.serverbeans.SecureAdminInternalUser.CrDecorator
-
- All Implemented Interfaces:
CreationDecorator<SecureAdminInternalUser>
- Enclosing interface:
- SecureAdminInternalUser
@Service @PerLookup public static class SecureAdminInternalUser.CrDecorator extends Object implements CreationDecorator<SecureAdminInternalUser>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.config.support.CreationDecorator
CreationDecorator.NoDecoration
-
-
Constructor Summary
Constructors Constructor Description CrDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorate(org.glassfish.api.admin.AdminCommandContext context, SecureAdminInternalUser instance)The element instance has been created and added to the parent, it can be customized.
-
-
-
Method Detail
-
decorate
public void decorate(org.glassfish.api.admin.AdminCommandContext context, SecureAdminInternalUser instance) throws org.jvnet.hk2.config.TransactionFailure, PropertyVetoExceptionDescription copied from interface:CreationDecoratorThe element instance has been created and added to the parent, it can be customized. This method is called within aTransactionand instance is therefore a writeable view on the configuration component.- Specified by:
decoratein interfaceCreationDecorator<SecureAdminInternalUser>- Parameters:
context- administration command contextinstance- newly created configuration element- Throws:
org.jvnet.hk2.config.TransactionFailure- if the transaction should be rollbackedPropertyVetoException- if one of the listener ofis throwing a veto exception
-
-