Interface ConfigurationEntryType
-
- All Known Subinterfaces:
WebLogicConfigurationEntryType,WebSphereConfigurationEntryType
public interface ConfigurationEntryTypeRepresents the type of a resource, such as ajavax.sql.DataSource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECTIONPOOL_DATASOURCEConnectionPool DataSource, used by frameworks who manage their own database connections.static StringDATASOURCEStandard DataSource, most often used by application code directly.static StringJDBC_DRIVERDriver, typically used to configure DataSource objects.static StringJMS_CONNECTION_FACTORYJMS connection factory.static StringJMS_QUEUEJMS queue.static StringJMS_TOPICJMS topic.static StringMAIL_SESSIONUsed to obtain connections to outgoing and incoming mail resources.static StringMIMETYPE_DATASOURCEobject which can be used for sending email using SMTP.static StringXA_DATASOURCEXADataSource, typically used to configure DataSource objects.
-
-
-
Field Detail
-
DATASOURCE
static final String DATASOURCE
Standard DataSource, most often used by application code directly.- See Also:
- Constant Field Values
-
CONNECTIONPOOL_DATASOURCE
static final String CONNECTIONPOOL_DATASOURCE
ConnectionPool DataSource, used by frameworks who manage their own database connections.- See Also:
- Constant Field Values
-
XA_DATASOURCE
static final String XA_DATASOURCE
XADataSource, typically used to configure DataSource objects.- See Also:
- Constant Field Values
-
JDBC_DRIVER
static final String JDBC_DRIVER
Driver, typically used to configure DataSource objects.- See Also:
- Constant Field Values
-
MAIL_SESSION
static final String MAIL_SESSION
Used to obtain connections to outgoing and incoming mail resources.- See Also:
- Constant Field Values
-
MIMETYPE_DATASOURCE
static final String MIMETYPE_DATASOURCE
object which can be used for sending email using SMTP.- See Also:
- Constant Field Values
-
JMS_QUEUE
static final String JMS_QUEUE
JMS queue.- See Also:
- Constant Field Values
-
JMS_TOPIC
static final String JMS_TOPIC
JMS topic.- See Also:
- Constant Field Values
-
JMS_CONNECTION_FACTORY
static final String JMS_CONNECTION_FACTORY
JMS connection factory.- See Also:
- Constant Field Values
-
-