org.codehaus.cargo.container.configuration.builder
Interface ConfigurationEntryType


public interface ConfigurationEntryType

Represents the type of a resource, such as a javax.sql.DataSource.

Version:
$Id: $

Field Summary
static java.lang.String CONNECTIONPOOL_DATASOURCE
          ConnectionPool DataSource, used by frameworks who manage their own database connections.
static java.lang.String DATASOURCE
          Standard DataSource, most often used by application code directly.
static java.lang.String JDBC_DRIVER
          Driver, typically used to configure DataSource objects.
static java.lang.String MAIL_SESSION
          Used to obtain connections to outgoing and incoming mail resources.
static java.lang.String MIMETYPE_DATASOURCE
          object which can be used for sending email using SMTP.
static java.lang.String XA_DATASOURCE
          XADataSource, typically used to configure DataSource objects.
 

Field Detail

DATASOURCE

static final java.lang.String DATASOURCE
Standard DataSource, most often used by application code directly.

See Also:
Constant Field Values

CONNECTIONPOOL_DATASOURCE

static final java.lang.String CONNECTIONPOOL_DATASOURCE
ConnectionPool DataSource, used by frameworks who manage their own database connections.

See Also:
Constant Field Values

XA_DATASOURCE

static final java.lang.String XA_DATASOURCE
XADataSource, typically used to configure DataSource objects.

See Also:
Constant Field Values

JDBC_DRIVER

static final java.lang.String JDBC_DRIVER
Driver, typically used to configure DataSource objects.

See Also:
Constant Field Values

MAIL_SESSION

static final java.lang.String MAIL_SESSION
Used to obtain connections to outgoing and incoming mail resources.

See Also:
Constant Field Values

MIMETYPE_DATASOURCE

static final java.lang.String MIMETYPE_DATASOURCE
object which can be used for sending email using SMTP.

See Also:
Constant Field Values


Copyright © 2004-2011 Codehaus. All Rights Reserved.