Interface Configurable

All Known Implementing Classes:
AbstractJtaPlatform, AtomikosJtaPlatform, BitronixJtaPlatform, BorlandEnterpriseServerJtaPlatform, DatasourceConnectionProviderImpl, DriverManagerConnectionProviderImpl, EnversServiceImpl, JBossAppServerJtaPlatform, JBossStandAloneJtaPlatform, JdbcServicesImpl, JOnASJtaPlatform, JOTMJtaPlatform, JRun4JtaPlatform, OC4JJtaPlatform, OrionJtaPlatform, ResinJtaPlatform, SapNetWeaverJtaPlatform, SunOneJtaPlatform, WeblogicJtaPlatform, WebSphereExtendedJtaPlatform, WebSphereJtaPlatform, WebSphereLibertyJtaPlatform, WildFlyStandAloneJtaPlatform

public interface Configurable
Allows the service to request access to the configuration properties for configuring itself.
Author:
Steve Ebersole
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Map<String,Object> configurationValues)
    Configure the service.
  • Method Details

    • configure

      void configure(Map<String,Object> configurationValues)
      Configure the service.
      Parameters:
      configurationValues - The configuration properties.