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

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, 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, ConfigSupport.TransactionCallBack<WriteableView> runnable)
          Creates a new child of the passed child and add it to the parent's live list of elements.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.