org.codehaus.cargo.container.property
Interface ResourcePropertySet


public interface ResourcePropertySet

Gathers all resource properties valid for all types of containers.

Version:
$Id: $

Field Summary
static java.lang.String PARAMETERS
          Parameters passed to the implementation class.
static java.lang.String RESOURCE
          A property to encapsulate all the other resource properties.
static java.lang.String RESOURCE_CLASS
          The class name of the Resource implementation class.
static java.lang.String RESOURCE_NAME
          The JNDI location that this datasource should be bound do (in the config file).
static java.lang.String RESOURCE_TYPE
          The type of the resource (ex.
 

Field Detail

RESOURCE

static final java.lang.String RESOURCE
A property to encapsulate all the other resource properties. This is to get around cargo only passing strings around, instead of objects.

See Also:
Constant Field Values

RESOURCE_NAME

static final java.lang.String RESOURCE_NAME
The JNDI location that this datasource should be bound do (in the config file). Note that many application servers may prepend a context (typically java:comp/env) to this context.

See Also:
Constant Field Values

RESOURCE_TYPE

static final java.lang.String RESOURCE_TYPE
The type of the resource (ex. javax.sql.XADataSource, javax.sql.ConnectionPoolDataSource, etc..

See Also:
Constant Field Values

RESOURCE_CLASS

static final java.lang.String RESOURCE_CLASS
The class name of the Resource implementation class. Example: org.apache.derby.jdbc.EmbeddedXADataSource.

See Also:
Constant Field Values

PARAMETERS

static final java.lang.String PARAMETERS
Parameters passed to the implementation class.

See Also:
Constant Field Values


Copyright © 2004-2011 Codehaus. All Rights Reserved.