|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface JdbcControl.ConnectionDataSourceClass-level annotation for making a DataSource available for use with the Jdbc Control. Either this annotation or the ConnectionDriver annotation must be set for a jcx which extends the JdbcControl interface.
| Required Element Summary | |
|---|---|
String |
jndiName
The jndi name of the DataSource. |
| Optional Element Summary | |
|---|---|
Class<? extends JdbcControl.JndiContextFactory> |
jndiContextFactory
The name of a class which implements the IJndiContextFactory interface. |
| Element Detail |
|---|
public abstract String jndiName
public abstract Class<? extends JdbcControl.JndiContextFactory> jndiContextFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||