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
Constructors Constructor Description ManagedObjectPoolSourceContextImpl(java.lang.String managedObjectPoolName, boolean isLoadingType, java.lang.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, loadServices
-
Methods inherited from class net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
addProperty, getProperties, getProperty, getProperty, getPropertyNames
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServices
-
Methods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
-
-
-
Constructor Detail
-
ManagedObjectPoolSourceContextImpl
public ManagedObjectPoolSourceContextImpl(java.lang.String managedObjectPoolName, boolean isLoadingType, java.lang.String[] additionalProfiles, SourceProperties properties, SourceContext sourceContext)
Initiate.- Parameters:
managedObjectPoolName
- Name of theManagedObjectPool
.isLoadingType
- Indicates if loading type.additionalProfiles
- Additional profiles,properties
- Properties.sourceContext
- DelegateSourceContext
.
-
-