Uses of Interface
org.jvnet.hk2.config.TransactionCallBack
-
Packages that use TransactionCallBack Package Description org.jvnet.hk2.config org.jvnet.hk2.config.api -
-
Uses of TransactionCallBack in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config with parameters of type TransactionCallBack Modifier and Type Method Description ObjectConfigSupport. addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable)static ConfigBeanConfigSupport. createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable)Creates a new child of the passed child and add it to the parent's live list of elements.static ConfigBeanConfigSupport. createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, Map<String,String> attributes, TransactionCallBack<WriteableView> runnable)Creates a new child of the passed child and add it to the parent's live list of elements. -
Uses of TransactionCallBack in org.jvnet.hk2.config.api
Methods in org.jvnet.hk2.config.api with parameters of type TransactionCallBack Modifier and Type Method Description ObjectConfigurationUtilities. addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable)Adds this child bean to the parent with the given attributes.
-