| Package | Description |
|---|---|
| org.apache.openejb.jee |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyedCollection<String,DataSource> |
Application.dataSource |
protected KeyedCollection<String,DataSource> |
WebApp.dataSource |
protected KeyedCollection<String,DataSource> |
MessageDrivenBean.dataSource |
protected KeyedCollection<String,DataSource> |
Interceptor.dataSource |
protected KeyedCollection<String,DataSource> |
EntityBean.dataSource |
protected KeyedCollection<String,DataSource> |
ApplicationClient.dataSource |
protected KeyedCollection<String,DataSource> |
WebFragment.dataSource |
protected KeyedCollection<String,DataSource> |
SessionBean.dataSource |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.