Uses of Class
org.jvnet.hk2.config.provider.ConfigTransactionException
Packages that use ConfigTransactionException
-
Uses of ConfigTransactionException in org.jvnet.hk2.config.provider
Subclasses of ConfigTransactionException in org.jvnet.hk2.config.providerModifier and TypeClassDescriptionclassThrown 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 ConfigTransactionExceptionModifier and TypeMethodDescriptionvoidConfigTransaction.commit()Locks changes, calls prepare (if not yet performed), followed by commit if no prepare errors.voidSame 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.