edu.sc.seis.fissuresUtil.database
Class DataSetCache
java.lang.Object
edu.sc.seis.fissuresUtil.database.DataSetCache
public class DataSetCache
- extends java.lang.Object
DataSetCache.java
Created: Mon Feb 10 11:13:23 2003
|
Constructor Summary |
DataSetCache(java.lang.String directoryName,
java.lang.String databaseName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetCache
public DataSetCache(java.lang.String directoryName,
java.lang.String databaseName)
addSeismogram
public void addSeismogram(LocalSeismogramImpl seis,
java.lang.String name,
AuditInfo[] auditInfo)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSeismogram
public LocalSeismogramImpl getSeismogram(java.lang.String name)
throws java.sql.SQLException,
java.io.IOException,
FissuresException
- Throws:
java.sql.SQLException
java.io.IOException
FissuresException