|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcGpsDeviceException | |
|---|---|
| org.compass.gps.device.jdbc | |
| org.compass.gps.device.jdbc.mapping | |
| org.compass.gps.device.jdbc.snapshot | |
| Uses of JdbcGpsDeviceException in org.compass.gps.device.jdbc |
|---|
| Methods in org.compass.gps.device.jdbc that throw JdbcGpsDeviceException | |
|---|---|
void |
ResultSetSnapshotEventListener.configure(ConfigureSnapshotEvent configureSnapshotEvent)
|
protected AbstractJdbcGpsDevice.IndexExecution[] |
ResultSetJdbcGpsDevice.doGetIndexExecutions(Connection connection)
Returns the array of index execution with a size of the number of mappings. |
protected abstract AbstractJdbcGpsDevice.IndexExecution[] |
AbstractJdbcGpsDevice.doGetIndexExecutions(Connection connection)
Returns an array of the AbstractJdbcGpsDevice.IndexExecution that should be executed
it's respective ResultSet should be indexed. |
static Connection |
JdbcUtils.getConnection(DataSource dataSource)
Returns a jdbc connection, and in case of failure, wraps the sql exception with a Jdbc device exception. |
void |
ResultSetSnapshotEventListener.onCreateAndUpdate(CreateAndUpdateSnapshotEvent createAndUpdateSnapshotEvent)
|
void |
ResultSetSnapshotEventListener.onDelete(DeleteSnapshotEvent deleteSnapshotEvent)
|
void |
ResultSetJdbcGpsDevice.performMirroring()
Performs the data change mirroring operation. |
| Uses of JdbcGpsDeviceException in org.compass.gps.device.jdbc.mapping |
|---|
| Methods in org.compass.gps.device.jdbc.mapping that throw JdbcGpsDeviceException | |
|---|---|
void |
TableToResourceMapping.generateMappings(DataSource dataSource)
Generates the unset mappings. |
void |
AutoGenerateMapping.generateMappings(DataSource dataSource)
Results in inner generation of the required mappings and data structues of the mapping using the given jdbc DataSource. |
| Uses of JdbcGpsDeviceException in org.compass.gps.device.jdbc.snapshot |
|---|
| Methods in org.compass.gps.device.jdbc.snapshot that throw JdbcGpsDeviceException | |
|---|---|
void |
JdbcSnapshotEventListener.configure(ConfigureSnapshotEvent configureSnapshotEvent)
A configure event fired when the systems starts. |
JdbcSnapshot |
RAMJdbcSnapshotPersister.load()
Loads the snapshot from memory. |
JdbcSnapshot |
JdbcSnapshotPersister.load()
Loads the jdbc snapshot from the store. |
JdbcSnapshot |
FSJdbcSnapshotPersister.load()
|
void |
JdbcSnapshotEventListener.onCreateAndUpdate(CreateAndUpdateSnapshotEvent createAndUpdateSnapshotEvent)
A create and update event. |
void |
JdbcSnapshotEventListener.onDelete(DeleteSnapshotEvent deleteSnapshotEvent)
A delete event. |
void |
RAMJdbcSnapshotPersister.save(JdbcSnapshot snapshot)
Saves the snapshot to memory. |
void |
JdbcSnapshotPersister.save(JdbcSnapshot snapshot)
Saves the jdbc snapshot to the store. |
void |
FSJdbcSnapshotPersister.save(JdbcSnapshot snapshot)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||