com.sun.enterprise.config.serverbeans
Class LbConfig.Decorator

java.lang.Object
  extended by 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 java.lang.Object
implements CreationDecorator<LbConfig>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.config.support.CreationDecorator
CreationDecorator.NoDecoration
 
Constructor Summary
LbConfig.Decorator()
           
 
Method Summary
 void decorate(AdminCommandContext context, LbConfig instance)
          Create lb-config entries tasks : - ensures that it references an existing cluster
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LbConfig.Decorator

public LbConfig.Decorator()
Method Detail

decorate

public void decorate(AdminCommandContext context,
                     LbConfig instance)
              throws org.jvnet.hk2.config.TransactionFailure,
                     java.beans.PropertyVetoException
Create lb-config entries tasks : - ensures that it references an existing cluster

Specified by:
decorate in interface CreationDecorator<LbConfig>
Parameters:
context - administration command context
instance - newly created configuration element
Throws:
org.jvnet.hk2.config.TransactionFailure
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.