chartworks.es.plugin
Class CsvTablePlugIn
java.lang.Object
|
+--chartworks.es.plugin.NDSPlugIn
|
+--chartworks.es.plugin.NDSPlugInAdapter
|
+--chartworks.es.plugin.CsvPlugIn
|
+--chartworks.es.plugin.CsvTablePlugIn
- All Implemented Interfaces:
- NDSDataInterface
Deprecated. Replaced by table generation features.
- public class CsvTablePlugIn
- extends CsvPlugIn
|
Method Summary |
byte[] |
getData(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
Deprecated. Returns the NDSPlugIn data, given the specified parameters in a byte array. |
static void |
main(java.lang.String[] args)
Deprecated. |
java.lang.Object[][] |
retrieveData(java.net.URL fileBase,
java.util.Hashtable sp,
java.util.Hashtable cp)
Deprecated. Method that does the actual data retrieval from the file and stores into
a two dimensional object array. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvTablePlugIn
public CsvTablePlugIn(java.lang.String name)
- Deprecated.
retrieveData
public java.lang.Object[][] retrieveData(java.net.URL fileBase,
java.util.Hashtable sp,
java.util.Hashtable cp)
- Deprecated.
- Description copied from class:
CsvPlugIn
- Method that does the actual data retrieval from the file and stores into
a two dimensional object array.
- Overrides:
retrieveData in class CsvPlugIn
- Following copied from class:
chartworks.es.plugin.CsvPlugIn
- Parameters:
fileBase - URL representing directory where the NDS parameter file
is located.serverParams - A hashtable of properties from the parameter file.clientParams - A hashtable of properties passed on the query string - If
this is a ".ndx" clientParams will be the same as serverParams.
getData
public byte[] getData(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
- Deprecated.
- Returns the NDSPlugIn data, given the specified parameters in a byte array.
- Overrides:
getData in class NDSPlugInAdapter
- Parameters:
fileBase - The directory from which the .nds file was loaded.serverParams - Hashtable of key/value pairs.clientParams - Hashtable of key/value pairs.- Returns:
- An array of bytes representing the data.
main
public static void main(java.lang.String[] args)
- Deprecated.
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2006 All Rights Reserved. NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Nov 26, 2006 |