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 ConfigBean.allocate(java.lang.Class<?> type)
          Allocate a new ConfigBean object as part of the Transaction associated with this configuration object.
 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.
 ConfigBean ConfigBean.parent()
           
 

Methods in org.jvnet.hk2.config with parameters of type ConfigBean
static void ConfigSupport._deleteChild(ConfigBean parent, WriteableView writeableParent, ConfigBean child)
          Unprotected child deletion, caller must start a transaction before calling this method.
 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)
           
 

Constructors in org.jvnet.hk2.config with parameters of type ConfigBean
ConfigBean(org.jvnet.hk2.component.Habitat habitat, DomDocument document, ConfigBean parent, ConfigModel model, javax.xml.stream.XMLStreamReader in)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.