Package net.officefloor.compile
Interface ManagedObjectPoolSourceService<S extends ManagedObjectPoolSource>
public interface ManagedObjectPoolSourceService<S extends ManagedObjectPoolSource>
Service to plug-in an ManagedObjectPoolSource Class alias by
including the extension ManagedObjectPoolSource jar on the class
path.
OfficeFloorCompiler.addManagedObjectPoolSourceAlias(String, Class)
will be invoked for each found ManagedObjectPoolSourceService.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the alias for theManagedObjectPoolSourceClass.Obtains theManagedObjectPoolSourceClass.
-
Method Details
-
getManagedObjectPoolSourceAlias
String getManagedObjectPoolSourceAlias()Obtains the alias for theManagedObjectPoolSourceClass.- Returns:
- Alias for the
ManagedObjectPoolSourceClass.
-
getManagedObjectPoolSourceClass
Obtains theManagedObjectPoolSourceClass.- Returns:
ManagedObjectPoolSourceClass.
-