|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.managers.ResultSetManager
Manages result sets, which are the results processed by the network.
| Method Summary | |
void |
addInputData(ResultSet data,
DataStorageTag tag,
java.lang.String name)
Adds a result set to the vault with the given storage tag. |
void |
addInputData(ResultSet data,
java.lang.String name)
Add result sets to the vault. |
void |
cleanVault()
Cleans the results sets from the vault. |
ResultSet |
getInputData(java.lang.String name)
Returns the named result set. |
static ResultSetManager |
getManager()
Returns an instance of the result set manager. |
DataStorageTag |
getStorageTag(java.lang.String name)
Returns the data storage tag for the result set. |
java.lang.String |
getVaultDirectory()
Returns the vault directory for the result sets. |
java.util.List |
listResultSets()
Lists the result set in the vaults. |
void |
setVaultDirectory(java.lang.String directory)
Sets the vault directory for the result sets. |
void |
updateDataSet(ResultSet data,
DataStorageTag tag,
java.lang.String name)
Update the result set in the vault with the given storage tag. |
void |
updateDataSet(ResultSet data,
java.lang.String name)
Update the data set in the vault with the data and name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ResultSetManager getManager()
public void addInputData(ResultSet data,
DataStorageTag tag,
java.lang.String name)
throws java.io.IOException
data - The result set.tag - The data storage tag.name - The name of throws the result set.
IOException - thrown if there is a problem.
public void addInputData(ResultSet data,
java.lang.String name)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException
data - The result set.name - The name of the result set.
FileNotFoundException - Thrown if there is a problem.
IOException - Thrown if there is a problem.
java.lang.ClassNotFoundException - Thrown if there is a problem.public void cleanVault()
public ResultSet getInputData(java.lang.String name)
throws java.io.IOException,
java.lang.ClassNotFoundException
name - The name of the result set.
IOException - Thrown if there is a problem.
java.lang.ClassNotFoundException - Thrown if there is a problem.
public DataStorageTag getStorageTag(java.lang.String name)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException
name - The name of the result set.
FileNotFoundException - Thrown if there is a problem.
IOException - Thrown if there is a problem.
java.lang.ClassNotFoundException - Thrown if there is a problem.public java.lang.String getVaultDirectory()
public void setVaultDirectory(java.lang.String directory)
directory - The vault directory.public java.util.List listResultSets()
public void updateDataSet(ResultSet data,
DataStorageTag tag,
java.lang.String name)
throws java.io.IOException
data - The result set.tag - The data storage tag.name - The name of the storage tag.
IOException - Thrown if there is a porblem saving the result set.
public void updateDataSet(ResultSet data,
java.lang.String name)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.ClassNotFoundException
data - The result set.name - The name of the result set.
FileNotFoundException - Thrown if result set not saved.
IOException - Thrown if result set not saved.
java.lang.ClassNotFoundException - Thrown if result set not saved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||