|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public static @interface JdbcControl.ConnectionDriver
Class-level annotation for making a ConnectionDriver available for use with the Jdbc Control. Either this annotation or the ConnectionDataSource annotation must be set for a jcx which extends the JdbcControl interface. See java.sql.DatabaseConnection for additional information about the elements of this annotation.
Required Element Summary | |
---|---|
String |
databaseDriverClass
A String containing the fully qualified name of the database driver class. |
String |
databaseURL
A String containing the database URL to connect to. |
Optional Element Summary | |
---|---|
String |
password
A String containing the password associated with userName. |
String |
properties
A String containing a comma seperated list of name/value pairs for the DatabaseConnection. |
String |
userName
A String containing the user name to connect to the database as. |
Element Detail |
---|
public abstract String databaseDriverClass
public abstract String databaseURL
public abstract String userName
public abstract String password
public abstract String properties
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |