Uses of Class
org.apache.openejb.jee.DataSource

Packages that use DataSource
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of DataSource in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type DataSource
protected  KeyedCollection<String,DataSource> MessageDrivenBean.dataSource
           
protected  KeyedCollection<String,DataSource> WebApp.dataSource
           
protected  KeyedCollection<String,DataSource> Interceptor.dataSource
           
protected  KeyedCollection<String,DataSource> Application.dataSource
           
protected  KeyedCollection<String,DataSource> EntityBean.dataSource
           
protected  KeyedCollection<String,DataSource> SessionBean.dataSource
           
protected  KeyedCollection<String,DataSource> ApplicationClient.dataSource
           
protected  KeyedCollection<String,DataSource> WebFragment.dataSource
           
 

Methods in org.apache.openejb.jee that return DataSource
 DataSource DataSource.className(String className)
           
 DataSource DataSource.databaseName(String databaseName)
           
 DataSource DataSource.initialPoolSize(Integer initialPoolSize)
           
 DataSource DataSource.isolationLevel(IsolationLevel isolationLevel)
           
 DataSource DataSource.loginTimeout(Integer loginTimeout)
           
 DataSource DataSource.maxIdleTime(Integer maxIdleTime)
           
 DataSource DataSource.maxPoolSize(Integer maxPoolSize)
           
 DataSource DataSource.maxStatements(Integer maxStatements)
           
 DataSource DataSource.minPoolSize(Integer minPoolSize)
           
 DataSource DataSource.name(String name)
           
 DataSource DataSource.password(String password)
           
 DataSource DataSource.portNumber(Integer portNumber)
           
 DataSource DataSource.property(String name, String value)
           
 DataSource DataSource.serverName(String serverName)
           
 DataSource DataSource.transactional(Boolean transactional)
           
 DataSource DataSource.url(String url)
           
 DataSource DataSource.user(String user)
           
 

Methods in org.apache.openejb.jee that return types with arguments of type DataSource
 Collection<DataSource> MessageDrivenBean.getDataSource()
           
 Collection<DataSource> WebApp.getDataSource()
           
 Collection<DataSource> Interceptor.getDataSource()
           
 Collection<DataSource> Application.getDataSource()
           
 Collection<DataSource> EntityBean.getDataSource()
           
 Collection<DataSource> SessionBean.getDataSource()
           
 Collection<DataSource> JndiConsumer.getDataSource()
           
 Collection<DataSource> ApplicationClient.getDataSource()
           
 Collection<DataSource> WebFragment.getDataSource()
           
 Map<String,DataSource> MessageDrivenBean.getDataSourceMap()
           
 Map<String,DataSource> WebApp.getDataSourceMap()
           
 Map<String,DataSource> Interceptor.getDataSourceMap()
           
 Map<String,DataSource> Application.getDataSourceMap()
           
 Map<String,DataSource> EntityBean.getDataSourceMap()
           
 Map<String,DataSource> SessionBean.getDataSourceMap()
           
 Map<String,DataSource> JndiConsumer.getDataSourceMap()
           
 Map<String,DataSource> ApplicationClient.getDataSourceMap()
           
 Map<String,DataSource> WebFragment.getDataSourceMap()
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.