| Package | Description |
|---|---|
| org.jvnet.hk2.config.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigTransactionRejectedException
Thrown by
ConfiguredBy services that signifies that
the service rejected the configuration and the transaction
was automatically rolled back. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigTransaction.commit()
Locks changes, calls prepare (if not yet performed), followed by commit if no prepare errors.
|
void |
ConfigTransaction.commit(Map<Object,Object> finalBeanMapping)
Same basic behavior as
ConfigTransaction.commit() with the added ability to substitute configuration
beans used in the prepare phase with the final bean object replacements that should be managed. |
void |
ConfigTransaction.prepare()
Locks changes, calls prepare.
|
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.