|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
WebApp.dataSource
|
protected KeyedCollection<String,DataSource> |
Interceptor.dataSource
|
protected KeyedCollection<String,DataSource> |
EntityBean.dataSource
|
protected KeyedCollection<String,DataSource> |
WebFragment.dataSource
|
protected KeyedCollection<String,DataSource> |
SessionBean.dataSource
|
protected KeyedCollection<String,DataSource> |
ApplicationClient.dataSource
|
protected KeyedCollection<String,DataSource> |
MessageDrivenBean.dataSource
|
protected KeyedCollection<String,DataSource> |
Application.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||