public class ColorPalette_StoreAgent
extends java.lang.Object
| Constructor and Description |
|---|
ColorPalette_StoreAgent(java.lang.String strConnectionString,
java.lang.String strDriverName)
Instantiates a new data sink implementation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
storeInstanceInfo(IDataSet objIDataSet)
Stores the Dataset information into database which could be further queried using Color Palette CFind Request.
|
public ColorPalette_StoreAgent(java.lang.String strConnectionString,
java.lang.String strDriverName)
throws java.sql.SQLException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
strConnectionString - the string connection stringstrDriverName - the string driver namejava.sql.SQLException - the SQL exceptionjava.lang.ClassNotFoundException - the class not found exceptionjava.lang.InstantiationException - the instantiation exceptionjava.lang.IllegalAccessException - the illegal access exceptionpublic boolean storeInstanceInfo(IDataSet objIDataSet) throws java.sql.SQLException, java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
objIDataSet - instance of Datasetjava.sql.SQLException - if operation failsjava.lang.ClassNotFoundException - if operation failsjava.lang.InstantiationException - if operation failsjava.lang.IllegalAccessException - if operation fails