Class LbConfig.Decorator
- java.lang.Object
-
- org.glassfish.loadbalancer.config.LbConfig.Decorator
-
- All Implemented Interfaces:
CreationDecorator<LbConfig>
- Enclosing interface:
- LbConfig
@Service @PerLookup public static class LbConfig.Decorator extends Object implements CreationDecorator<LbConfig>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.config.support.CreationDecorator
CreationDecorator.NoDecoration
-
-
Constructor Summary
Constructors Constructor Description Decorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorate(AdminCommandContext context, LbConfig instance)Create lb-config entries tasks : - ensures that it references an existing cluster
-
-
-
Method Detail
-
decorate
public void decorate(AdminCommandContext context, LbConfig instance) throws TransactionFailure, PropertyVetoException
Create lb-config entries tasks : - ensures that it references an existing cluster- Specified by:
decoratein interfaceCreationDecorator<LbConfig>- Parameters:
context- administration command contextinstance- newly created configuration element- Throws:
TransactionFailurePropertyVetoException
-
-