Interface ManagedObjectPoolSource
- All Known Implementing Classes:
AbstractManagedObjectPoolSource
public interface ManagedObjectPoolSource
Sources a
ManagedObjectPool.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the specification for this.init(ManagedObjectPoolSourceContext context) Initialises and configures theManagedObjectPoolSource.
-
Method Details
-
getSpecification
ManagedObjectPoolSourceSpecification getSpecification()Obtains the specification for this.
This will be called before any other methods, therefore this method must be able to return the specification immediately after a default constructor instantiation.
- Returns:
- Specification of this.
-
init
Initialises and configures theManagedObjectPoolSource.- Parameters:
context-ManagedObjectPoolSourceContext.- Returns:
ManagedObjectPoolSourceMetaDatafor theManagedObjectPool.- Throws:
Exception- If fails to configure theManagedObjectPoolSource.
-