Interface ServiceRegistryAwareService

All Known Implementing Classes:
AbstractJtaPlatform, AtomikosJtaPlatform, BitronixJtaPlatform, BorlandEnterpriseServerJtaPlatform, ConfigurationServiceImpl, DataSourceBasedMultiTenantConnectionProviderImpl, DialectFactoryImpl, DriverManagerConnectionProviderImpl, HibernateSchemaManagementTool, JBossAppServerJtaPlatform, JBossStandAloneJtaPlatform, JdbcServicesImpl, JOnASJtaPlatform, JOTMJtaPlatform, JRun4JtaPlatform, JtaTransactionCoordinatorBuilderImpl, OC4JJtaPlatform, OrionJtaPlatform, PersisterFactoryImpl, ResinJtaPlatform, SapNetWeaverJtaPlatform, SunOneJtaPlatform, WeblogicJtaPlatform, WebSphereExtendedJtaPlatform, WebSphereJtaPlatform, WebSphereLibertyJtaPlatform, WildFlyStandAloneJtaPlatform

public interface ServiceRegistryAwareService
Allows services to be injected with the ServiceRegistry during configuration phase.
Author:
Steve Ebersole
  • Method Details

    • injectServices

      void injectServices(ServiceRegistryImplementor serviceRegistry)
      Callback to inject the registry.
      Parameters:
      serviceRegistry - The registry