接口 Configurable
-
- 所有已知实现类:
AbstractJtaPlatform,AtomikosJtaPlatform,BatchBuilderImpl,BitronixJtaPlatform,BorlandEnterpriseServerJtaPlatform,DatasourceConnectionProviderImpl,DriverManagerConnectionProviderImpl,HikariCPConnectionProvider,JBossAppServerJtaPlatform,JBossStandAloneJtaPlatform,JdbcServicesImpl,JOnASJtaPlatform,JOTMJtaPlatform,JRun4JtaPlatform,OC4JJtaPlatform,OrionJtaPlatform,ResinJtaPlatform,SapNetWeaverJtaPlatform,StandardJaccServiceImpl,SunOneJtaPlatform,WeblogicJtaPlatform,WebSphereExtendedJtaPlatform,WebSphereJtaPlatform,WebSphereLibertyJtaPlatform,WildFlyStandAloneJtaPlatform
public interface ConfigurableAllows the service to request access to the configuration properties for configuring itself.- 作者:
- Steve Ebersole
-
-
方法详细资料
-
configure
void configure(Map configurationValues)
Configure the service.- 参数:
configurationValues- The configuration properties.
-
-