Uses of Class
org.jvnet.hk2.config.ConfigBean

Uses of ConfigBean in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return ConfigBean
 ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.List<ConfigSupport.AttributeChanges> attributes)
           
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.List<ConfigSupport.AttributeChanges> attributes, ConfigSupport.TransactionCallBack<WriteableView> runnable)
          Creates a new child of the passed child and add it to the parent's live list of elements.
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.Map<java.lang.String,java.lang.String> attributes)
          Creates a new child of the passed child and add it to the parent's live list of elements.
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.Map<java.lang.String,java.lang.String> attributes, ConfigSupport.TransactionCallBack<WriteableView> runnable)
          Creates a new child of the passed child and add it to the parent's live list of elements.
 ConfigBean WriteableView.getMasterView()
           
 ConfigBean ConfigBean.getMasterView()
          We are the master view.
 

Methods in org.jvnet.hk2.config with parameters of type ConfigBean
 ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.List<ConfigSupport.AttributeChanges> attributes)
           
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.List<ConfigSupport.AttributeChanges> attributes, ConfigSupport.TransactionCallBack<WriteableView> runnable)
          Creates a new child of the passed child and add it to the parent's live list of elements.
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.Map<java.lang.String,java.lang.String> attributes)
          Creates a new child of the passed child and add it to the parent's live list of elements.
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, java.lang.Class<? extends ConfigBeanProxy> childType, java.util.Map<java.lang.String,java.lang.String> attributes, ConfigSupport.TransactionCallBack<WriteableView> runnable)
          Creates a new child of the passed child and add it to the parent's live list of elements.
static void ConfigSupport.deleteChild(ConfigBean parent, ConfigBean child)
           
 java.lang.String[] ConfigSupport.getAttributesNames(ConfigBean bean)
          Returns the list of attributes names by the passed ConfigBean
 java.lang.String[] ConfigSupport.getElementsNames(ConfigBean bean)
          Returns the list of elements names by the passed ConfigBean
static java.lang.Class<?>[] ConfigSupport.getSubElementsTypes(ConfigBean bean)
          Returns the list of sub-elements supported by a ConfigBean
 void ConfigBeanInterceptor.readValue(ConfigBean source, java.lang.String xmlName, java.lang.Object value)
          Notification of an attribute read
 

Method parameters in org.jvnet.hk2.config with type arguments of type ConfigBean
 void ConfigSupport.apply(java.util.Map<ConfigBean,java.util.Map<java.lang.String,java.lang.String>> mapOfChanges)
           
 



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.