Class ManagedObjectPoolSourceContextImpl
java.lang.Object
net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
net.officefloor.frame.impl.construct.source.SourceContextImpl
net.officefloor.compile.impl.pool.ManagedObjectPoolSourceContextImpl
- All Implemented Interfaces:
ManagedObjectPoolSourceContext,ServiceContext,SourceContext,SourceProperties
public class ManagedObjectPoolSourceContextImpl
extends SourceContextImpl
implements ManagedObjectPoolSourceContext
ManagedObjectPoolSource implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionManagedObjectPoolSourceContextImpl(String managedObjectPoolName, boolean isLoadingType, String[] additionalProfiles, SourceProperties properties, SourceContext sourceContext) Initiate. -
Method Summary
Methods inherited from class net.officefloor.frame.impl.construct.source.SourceContextImpl
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServicesMethods inherited from class net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
addProperty, getProperties, getProperty, getProperty, getPropertyNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServicesMethods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
Constructor Details
-
ManagedObjectPoolSourceContextImpl
public ManagedObjectPoolSourceContextImpl(String managedObjectPoolName, boolean isLoadingType, String[] additionalProfiles, SourceProperties properties, SourceContext sourceContext) Initiate.- Parameters:
managedObjectPoolName- Name of theManagedObjectPool.isLoadingType- Indicates if loading type.additionalProfiles- Additional profiles,properties- Properties.sourceContext- DelegateSourceContext.
-