Uses of Interface
org.jvnet.hk2.config.TransactionCallBack
Packages that use TransactionCallBack
-
Uses of TransactionCallBack in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config with parameters of type TransactionCallBackModifier and TypeMethodDescriptionConfigSupport.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 TransactionCallBackModifier and TypeMethodDescriptionConfigurationUtilities.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.