Uses of Interface
com.sun.enterprise.config.serverbeans.LbConfig

Packages that use LbConfig
com.sun.enterprise.config.serverbeans   
com.sun.enterprise.config.serverbeans.customvalidators   
 

Uses of LbConfig in com.sun.enterprise.config.serverbeans
 

Methods in com.sun.enterprise.config.serverbeans that return LbConfig
static LbConfig LbConfigs.Duck.getLbConfig(LbConfigs instance, String name)
           
 LbConfig LbConfigs.getLbConfig(String name)
          Return the lb config with the given name, or null if no such lb config exists.
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type LbConfig
 List<LbConfig> LbConfigs.getLbConfig()
          Gets the value of the lbConfig property.
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type LbConfig
 void LbConfig.Decorator.decorate(AdminCommandContext context, LbConfig instance)
          Create lb-config entries tasks : - ensures that it references an existing cluster
 void LbConfig.DeleteDecorator.decorate(AdminCommandContext context, LbConfigs parent, LbConfig child)
           
static Date LbConfig.Duck.getLastApplied(LbConfig lc)
           
static Date LbConfig.Duck.getLastExported(LbConfig lc)
           
static
<T> T
LbConfig.Duck.getRefByRef(LbConfig lc, Class<T> type, String ref)
           
static
<T> List<T>
LbConfig.Duck.getRefs(LbConfig lc, Class<T> type)
           
static boolean LbConfig.Duck.setLastApplied(LbConfig lc)
           
static boolean LbConfig.Duck.setLastExported(LbConfig lc)
           
 

Uses of LbConfig in com.sun.enterprise.config.serverbeans.customvalidators
 

Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type LbConfig
 boolean RefValidator.isValid(LbConfig bean, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.