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