org.jvnet.hk2.config.provider
Interface ConfigTransactionFactory
- All Known Implementing Classes:
- ConfigTransactionCoordinator
@Contract
public interface ConfigTransactionFactory
Provides Configured
bean integration with
external configuration systems and providers.
- Author:
- Jeff Trent
getActiveTransaction
ConfigTransaction getActiveTransaction(boolean create)
- Gets the active transaction, optionally creating
a new transaction if no transaction is active.
- Parameters:
create
- indicates that a new transaction should be
started if no active transaction open yet
- Returns:
- the ConfigTransaction
Copyright © 2013 Oracle Corporation. All Rights Reserved.