com.sun.enterprise.config.serverbeans
Class LbConfig.Decorator
java.lang.Object
com.sun.enterprise.config.serverbeans.LbConfig.Decorator
- All Implemented Interfaces:
- CreationDecorator<LbConfig>
- Enclosing interface:
- LbConfig
@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public static class LbConfig.Decorator
- extends Object
- implements CreationDecorator<LbConfig>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LbConfig.Decorator
public LbConfig.Decorator()
decorate
public void decorate(AdminCommandContext context,
LbConfig instance)
throws org.jvnet.hk2.config.TransactionFailure,
PropertyVetoException
- Create lb-config entries
tasks :
- ensures that it references an existing cluster
- Specified by:
decorate in interface CreationDecorator<LbConfig>
- Parameters:
context - administration command contextinstance - newly created configuration element
- Throws:
org.jvnet.hk2.config.TransactionFailure
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.