Package net.officefloor.compile
Interface ManagedObjectPoolSourceService<S extends ManagedObjectPoolSource>
-
public interface ManagedObjectPoolSourceService<S extends ManagedObjectPoolSource>Service to plug-in an
ManagedObjectPoolSourceClassalias by including the extensionManagedObjectPoolSourcejar on the class path.OfficeFloorCompiler.addManagedObjectPoolSourceAlias(String, Class)will be invoked for each foundManagedObjectPoolSourceService.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetManagedObjectPoolSourceAlias()Obtains the alias for theManagedObjectPoolSourceClass.java.lang.Class<S>getManagedObjectPoolSourceClass()Obtains theManagedObjectPoolSourceClass.
-
-
-
Method Detail
-
getManagedObjectPoolSourceAlias
java.lang.String getManagedObjectPoolSourceAlias()
Obtains the alias for theManagedObjectPoolSourceClass.- Returns:
- Alias for the
ManagedObjectPoolSourceClass.
-
getManagedObjectPoolSourceClass
java.lang.Class<S> getManagedObjectPoolSourceClass()
Obtains theManagedObjectPoolSourceClass.- Returns:
ManagedObjectPoolSourceClass.
-
-