chartworks.es.plugin
Class StatsPlugIn
java.lang.Object
|
+--chartworks.es.plugin.NDSPlugIn
|
+--chartworks.es.plugin.StatsPlugIn
- All Implemented Interfaces:
- NDSDataInterface
Deprecated. Replaced by NDSPlugInAdapter
- public abstract class StatsPlugIn
- extends NDSPlugIn
- implements NDSDataInterface
|
Constructor Summary |
StatsPlugIn(java.lang.String name)
Deprecated. Standard constructor for StatsPlugIn. |
|
Method Summary |
java.lang.String |
getContentType(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
Deprecated. Return the Content-Type of this NDSPlugIn. |
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. |
java.lang.Object[][] |
loadData(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
Deprecated. |
abstract java.lang.Object[][] |
retrieveData(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
Deprecated. Return the StatsPlugIn data given the specified parameters. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatsPlugIn
public StatsPlugIn(java.lang.String name)
- Deprecated.
- Standard constructor for StatsPlugIn.
- Parameters:
name - The name of the plugin specified in the .nds file.
retrieveData
public abstract java.lang.Object[][] retrieveData(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
- Deprecated.
- Return the StatsPlugIn data given the specified parameters.
- Parameters:
fileBase - The directory from which the .nds file was loaded.serverParams - Hashtable of key/value pairs.clientParams - Hashtable of key/value pairs.- Returns:
- A two dimensional array of objects representing the data.
loadData
public java.lang.Object[][] loadData(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
- Deprecated.
- Specified by:
loadData in interface NDSDataInterface
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 NDSPlugIn
- 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.
getContentType
public java.lang.String getContentType(java.net.URL fileBase,
java.util.Hashtable serverParams,
java.util.Hashtable clientParams)
- Deprecated.
- Return the Content-Type of this NDSPlugIn.
- Overrides:
getContentType in class NDSPlugIn
- Parameters:
fileBase - The directory from which the .nds file was loaded.serverParams - Hashtable of key/value pairs.clientParams - Hashtable of key/value pairs.
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2004 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: Aug 3, 2004 |