Class DefaultAgroalDataSourceJndiBinder
java.lang.Object
io.agroal.springframework.boot.jndi.DefaultAgroalDataSourceJndiBinder
- All Implemented Interfaces:
AgroalDataSourceJndiBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbindToJndi(String jndiName, AgroalDataSource dataSource) Bind DataSource to JNDI returning true if successful.
-
Constructor Details
-
DefaultAgroalDataSourceJndiBinder
public DefaultAgroalDataSourceJndiBinder()
-
-
Method Details
-
bindToJndi
Description copied from interface:AgroalDataSourceJndiBinderBind DataSource to JNDI returning true if successful.- Specified by:
bindToJndiin interfaceAgroalDataSourceJndiBinder
-