| Interface | Description |
|---|---|
| DatasourcePropertySet |
Gathers all data source properties valid for all types of containers.
|
| GeneralPropertySet |
Gathers all general container properties valid for all types of containers.
|
| JSR88PropertySet |
Defines all general container properties valid for JSR88-compliant containers.
|
| RemotePropertySet |
Gathers all general container properties valid for all types of remote containers.
|
| ResourcePropertySet |
Gathers all resource properties valid for all types of containers.
|
| ServletPropertySet |
Gathers all properties related to Servlet/JSP containers.
|
| SSHPropertySet |
Gathers all ssh properties valid for all types of containers.
|
| Class | Description |
|---|---|
| DataSourceConverter |
A DataSource is a representation of an database pool bound to JNDI.
|
| ResourceConverter |
A Resource is a representation of an object bound to JNDI.
|
| TransactionSupport |
Represents the transactional support of a resource, such as a
XA_TRANSACTION. |
| User |
Represent an authenticating user for the Servlet container.
|
| Enum | Description |
|---|---|
| LoggingLevel |
Supported logging levels for
GeneralPropertySet.LOGGING. |
Copyright © 2004-2013 Codehaus. All Rights Reserved.