Uses of Interface
org.jvnet.hk2.config.ConfigSupport.TransactionCallBack

Packages that use ConfigSupport.TransactionCallBack
org.jvnet.hk2.config   
 

Uses of ConfigSupport.TransactionCallBack in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config with parameters of type ConfigSupport.TransactionCallBack
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, ConfigSupport.TransactionCallBack<WriteableView> runnable)
          Creates a new child of the passed child and add it to the parent's live list of elements.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.