|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigTransactionException | |
---|---|
org.jvnet.hk2.config.provider | |
org.jvnet.hk2.config.provider.internal |
Uses of ConfigTransactionException in org.jvnet.hk2.config.provider |
---|
Subclasses of ConfigTransactionException in org.jvnet.hk2.config.provider | |
---|---|
class |
ConfigTransactionRejectedException
Thrown by ConfiguredBy services 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 | |
---|---|
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. |
Uses of ConfigTransactionException in org.jvnet.hk2.config.provider.internal |
---|
Methods in org.jvnet.hk2.config.provider.internal that throw ConfigTransactionException | |
---|---|
void |
ConfigTransactionImpl.commit()
|
void |
ConfigTransactionImpl.commit(Map<Object,Object> beanReplacements)
|
void |
ConfigTransactionImpl.prepare()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |