|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) public @interface SubscriptionSignature
This is an Annotation describing the details of a Subscription which are shared by all of its enclosed snapshots.
| Required Element Summary | |
|---|---|
java.lang.String |
jdbcDriverName
The name of the JDBC driver used to access the external DB |
java.lang.String[] |
parameters
The names of all the optional parameters to the refresh command |
java.lang.String |
refreshProcedureName
Name to give to the refresh procedure |
| Element Detail |
|---|
public abstract java.lang.String jdbcDriverName
public abstract java.lang.String[] parameters
public abstract java.lang.String refreshProcedureName
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||