Uses of Class
org.jvnet.hk2.config.provider.ConfigTransactionException
-
Packages that use ConfigTransactionException Package Description org.jvnet.hk2.config.provider -
-
Uses of ConfigTransactionException in org.jvnet.hk2.config.provider
Subclasses of ConfigTransactionException in org.jvnet.hk2.config.provider Modifier and Type Class Description classConfigTransactionRejectedExceptionThrown byConfiguredByservices that signifies that the service rejected the configuration and the transaction was automatically rolled back.Methods in org.jvnet.hk2.config.provider that throw ConfigTransactionException Modifier and Type Method Description voidConfigTransaction. commit()Locks changes, calls prepare (if not yet performed), followed by commit if no prepare errors.voidConfigTransaction. commit(Map<Object,Object> finalBeanMapping)Same basic behavior asConfigTransaction.commit()with the added ability to substitute configuration beans used in the prepare phase with the final bean object replacements that should be managed.voidConfigTransaction. prepare()Locks changes, calls prepare.
-