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

Packages that use ConfigBean
org.jvnet.hk2.config   
 

Uses of ConfigBean in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return ConfigBean
 ConfigBean ConfigBean.allocate(Class<?> type)
          Allocate a new ConfigBean object as part of the Transaction associated with this configuration object.
 ConfigBean ConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<ConfigSupport.AttributeChanges> attributes)
           
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, 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, Class<? extends ConfigBeanProxy> childType, Map<String,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, Class<? extends ConfigBeanProxy> childType, Map<String,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 ConfigBean.getMasterView()
          We are the master view.
 ConfigBean WriteableView.getMasterView()
           
 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, Class<? extends ConfigBeanProxy> childType, List<ConfigSupport.AttributeChanges> attributes)
           
static ConfigBean ConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, 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, Class<? extends ConfigBeanProxy> childType, Map<String,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, Class<? extends ConfigBeanProxy> childType, Map<String,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)
           
 String[] ConfigSupport.getAttributesNames(ConfigBean bean)
          Returns the list of attributes names by the passed ConfigBean
 String[] ConfigSupport.getElementsNames(ConfigBean bean)
          Returns the list of elements names by the passed ConfigBean
static Class<?>[] ConfigSupport.getSubElementsTypes(ConfigBean bean)
          Returns the list of sub-elements supported by a ConfigBean
 void ConfigBeanInterceptor.readValue(ConfigBean source, String xmlName, Object value)
          Notification of an attribute read
 

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

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



Copyright © 2013 Oracle Corporation. All Rights Reserved.