org.compass.gps.device.jdbc.snapshot
Class AbstractSnapshotEvent
java.lang.Object
org.compass.gps.device.jdbc.snapshot.AbstractSnapshotEvent
- Direct Known Subclasses:
- ConfigureSnapshotEvent, CreateAndUpdateSnapshotEvent, DeleteSnapshotEvent
public abstract class AbstractSnapshotEvent
- extends Object
A base class for all the snapshots events. Holds the connection and the
dialect that were used when the mirroring was performed.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSnapshotEvent
public AbstractSnapshotEvent(Connection connection,
JdbcDialect dialect)
getConnection
public Connection getConnection()
getDialect
public JdbcDialect getDialect()
Copyright (c) 2004-2008 The Compass Project.