NetCharts Server
A B C D E F G H I J L M N O P R S T U W X

A

absolute(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
ACCESSIBLE_IMAGE_PAGE - Static variable in class netcharts.server.util.PageCreator
 
ACCESSIBLE_PAGE - Static variable in class netcharts.server.util.PageCreator
 
addFileToJar(String, String, byte[]) - Static method in class netcharts.server.util.JarUtils
Addes a file to a jar when supplied with the file name (jar entry name) and the file's contents.
addFileToJar(String, String, byte[], JarOutputStream, boolean) - Static method in class netcharts.server.util.JarUtils
Adds a file to a jar when supplied with the file name (jar entry name) and the file's contents; returns the unclosed JarOutputStream if requested
addFileToJar(String, String, String, JarOutputStream, boolean) - Static method in class netcharts.server.util.JarUtils
Adds the named file to the jar.
afterLast() - Method in class netcharts.server.util.ObjectArrayResultSet
 
ALT_VAR - Static variable in class netcharts.server.util.PageCreator
 
appendToQueryString(Hashtable, Hashtable, String) - Static method in class netcharts.server.util.Util
Appends the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable to the HTTP query string supplied.
appendToQueryString(Hashtable, Vector, String) - Static method in class netcharts.server.util.Util
Appends the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable to the HTTP query string supplied.
appendToQueryString(String, String, String) - Static method in class netcharts.server.util.Util
Appends the new parameter and value to the HTTP query string supplied.

B

Base64 - class netcharts.server.util.Base64.
Base64 encode/decode utility.
Base64() - Constructor for class netcharts.server.util.Base64
 
beforeFirst() - Method in class netcharts.server.util.ObjectArrayResultSet
 

C

cancelRowUpdates() - Method in class netcharts.server.util.ObjectArrayResultSet
 
checkHashtableParametersForChart(Hashtable) - Static method in class netcharts.server.util.Util
Ensures that the Hashtable contains no parameters that we add specifically and that there is a type parameter.
clearWarnings() - Method in class netcharts.server.util.ObjectArrayResultSet
 
close() - Method in class netcharts.server.util.ObjectArrayResultSet
 
closeJar(JarOutputStream) - Static method in class netcharts.server.util.JarUtils
Closes a JarOutputStream returned by one of the other methods
combineHashtables(Hashtable, Hashtable) - Static method in class netcharts.server.util.Util
Appends one Hashtable to another.
convertNCXMLToObjectArray(byte[]) - Static method in class netcharts.server.util.Util
Converts NCXML into an Object[][].
convertNCXMLToObjectArray(InputSource) - Static method in class netcharts.server.util.Util
Converts NCXML into an Object[][].
convertNCXMLToObjectArray(String) - Static method in class netcharts.server.util.Util
Converts NCXML into an Object[][].
convertObjectArrayToResultSet(Object[][], boolean) - Static method in class netcharts.server.util.Util
Converts an Object[][] into a ResultSet.
convertResultSetToNCXML(ResultSet) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToNCXML(ResultSet, boolean) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToNCXML(ResultSet, boolean, String) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToNCXML(ResultSet, String) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToObjectArray(ResultSet) - Static method in class netcharts.server.util.Util
Converts an ResultSet into a Object[][].
convertResultSetToObjectArray(ResultSet, boolean) - Static method in class netcharts.server.util.Util
Converts an ResultSet into a Object[][].
convertToCSV(Object[][], char) - Static method in class netcharts.server.util.Util
Converts an Object[][] into CSV.
convertToNCXML(Object[][]) - Static method in class netcharts.server.util.Util
Converts an Object[][] into NCXML.
convertToNCXML(Object[][], String) - Static method in class netcharts.server.util.Util
Converts an Object[][] into NCXML.
convertToVector(Object[][]) - Static method in class netcharts.server.util.Util
Converts an Object[][] into a Vector.
copyJarExceptFile(String, String, String, boolean) - Static method in class netcharts.server.util.JarUtils
Creates a new jar with identical contents of the old jar except the named file is not copied
createImageMap(MapElement[], String, String, String, String) - Static method in class netcharts.server.util.ImageMapCreator
Creates an image map using the given parameters.
createImageMap(MapElement[], String, String, String, String, String) - Static method in class netcharts.server.util.ImageMapCreator
Creates an image map using the given parameters.
createQueryString(Hashtable, Hashtable) - Static method in class netcharts.server.util.Util
Creates a HTTP query string containing the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable.
createQueryString(Hashtable, Vector) - Static method in class netcharts.server.util.Util
Creates a HTTP query string containing the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable.
createUniqueID() - Method in class netcharts.server.api.ServerGeneratedImage
Create the Unique ID of the image or retrieve it from the HTML.
createUniqueID() - Method in class netcharts.server.api.ServerGeneratedPage
Create the Unique ID of the image or retrieve it from the HTML.

D

DataCacheConnector - class netcharts.server.api.DataCacheConnector.
This class provides true local (single-JVM) and embedded server access to the data cache (note that remote data cache access is provided within NSWebToolkit).
DataCacheConnector() - Constructor for class netcharts.server.api.DataCacheConnector
 
decode(byte[]) - Static method in class netcharts.server.util.Base64
 
decode(InputStream, OutputStream) - Static method in class netcharts.server.util.Base64
 
decode(String) - Static method in class netcharts.server.util.Base64
 
DEFAULT_ALT_TEMPLATE - Static variable in class netcharts.server.util.PageCreator
 
DEFAULT_SERVLET_NAME - Static variable in class netcharts.server.util.PortletPageCreator
 
DEFAULT_SERVLET_NAME - Static variable in class netcharts.server.util.DefaultPageCreator
 
DEFAULT_URL - Static variable in class netcharts.server.util.PageCreator
 
DefaultPageCreator - class netcharts.server.util.DefaultPageCreator.
Utility class for adding basic drill down and popup label capability to simple servlets.
deleteRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 
destroy() - Method in class netcharts.server.imagewriter.ImageWriter
Clean up resources
doGet(HttpServletRequest, HttpServletResponse) - Method in class netcharts.server.imagewriter.ImageWriter
Process the HTTP Get request
doPost(HttpServletRequest, HttpServletResponse) - Method in class netcharts.server.imagewriter.ImageWriter
Process the HTTP Post request
DRILLDOWN_PAGE - Static variable in class netcharts.server.util.PageCreator
 

E

EJB_JNDI_NAME - Static variable in class netcharts.server.api.NetChartsServerEJBConnector
 
encode(byte[]) - Static method in class netcharts.server.util.Base64
 
encode(InputStream, OutputStream) - Static method in class netcharts.server.util.Base64
 
encode(String) - Static method in class netcharts.server.util.Base64
 
encode(String) - Static method in class netcharts.server.util.Util
URL encode the string but ignore /'s.
ERROR_INTERNAL - Static variable in class netcharts.server.api.ServerGeneratedTable
 
ERROR_NO_DATA - Static variable in class netcharts.server.api.ServerGeneratedTable
 
ERROR_SUCCESS - Static variable in class netcharts.server.api.ServerGeneratedTable
 
extractFileFromJar(String, String) - Static method in class netcharts.server.util.JarUtils
Extracts the given file from the jar and returns the file contents as a String
extractFileFromJar(String, String, String) - Static method in class netcharts.server.util.JarUtils
Extracts a file from a jar and writes the file to the given destination filename

F

findChildElement(Element) - Static method in class netcharts.server.util.XMLUtil
 
findColumn(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
first() - Method in class netcharts.server.util.ObjectArrayResultSet
 
formatForHtml(String) - Static method in class netcharts.server.util.Util
HTML encodes the string
formatForXML(String) - Static method in class netcharts.server.util.Util
Encodes the string for inclusion within XML.

G

getAccessibilityMode() - Method in class netcharts.server.api.NSToolKit
Get the Accessibility Mode.
getAltText() - Method in class netcharts.server.api.ServerGeneratedImage
Get the alternate text of the image.
getAltText() - Method in class netcharts.server.api.ServerGeneratedPage
Get the alternate text of the image.
getAMActiveLabelTextTemplate() - Method in class netcharts.server.api.NSToolKit
Get the text template used to construct alt tags on the active regions of a drill down image (map area tags).
getAMChartDescription() - Method in class netcharts.server.api.NSToolKit
Get the description to be used in the alt tag on chart images.
getArray(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getArray(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getAsciiStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getAsciiStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(int, int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(String, int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBinaryStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBinaryStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBlob(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBlob(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBoolean(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBoolean(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getByte(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getByte(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBytes(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBytes(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBytes(String, String) - Static method in class netcharts.server.util.Util
Get bytes from a string given a String and an encoding mechanism.
getCatalogName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getCharacterStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getCharacterStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getChart(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a chart and returns a ServerGeneratedImage representing the chart.
getChart(String, Hashtable, boolean) - Method in class netcharts.server.api.NSToolKit
Retrieves a chart and returns a ServerGeneratedImage representing the chart.
getChartAsImageAndMap(String, Hashtable, HttpServletRequest, boolean) - Method in class netcharts.server.api.NSWebToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, HttpServletRequest, boolean, String) - Method in class netcharts.server.api.NSWebToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, PortletRequest, PortletResponse, boolean) - Method in class netcharts.server.api.NSPortletToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, PortletRequest, PortletResponse, boolean, String) - Method in class netcharts.server.api.NSPortletToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, PortletRequest, PortletResponse, boolean, String, String) - Method in class netcharts.server.api.NSPortletToolKit
 
getChartAsImageTag(String, Hashtable, HttpServletRequest) - Method in class netcharts.server.api.NSWebToolKit
Retrieves a chart and returns the HTML <img> tag representing the chart.
getChartAsImageTag(String, Hashtable, PortletRequest, PortletResponse) - Method in class netcharts.server.api.NSPortletToolKit
Retrieves a chart and returns the HTML <img> tag representing the chart.
getChartFile() - Method in class netcharts.server.api.ServerGeneratedImage
Get the chart file of the ServerGeneratedImage.
getChartFile() - Method in class netcharts.server.api.ServerGeneratedPage
Get the chart file of the ServerGeneratedPage.
getChartPage(String, Hashtable, String, boolean, String) - Method in class netcharts.server.api.NSToolKit
Retrieves a chart, saves the generated chart image to a specified file on your local hard drive and returns the generated HTML page including the <img> tag and associated HTML image map.
getChartPage(String, Hashtable, String, boolean, String, boolean) - Method in class netcharts.server.api.NSToolKit
Retrieves a chart, saves the generated chart image to a specified file on your local hard drive and returns the generated HTML page including the <img> tag and associated HTML image map if requested.
getChildElement(Element, String) - Static method in class netcharts.server.util.XMLUtil
 
getChildElementBody(Element, String) - Static method in class netcharts.server.util.XMLUtil
 
getChildElementList(Element, String) - Static method in class netcharts.server.util.XMLUtil
 
getChildElementList(Element, String[]) - Static method in class netcharts.server.util.XMLUtil
 
getClob(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getClob(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getColumnClassName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnCount() - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnDisplaySize(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnIndex(String) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnLabel(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnType(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnTypeName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getConcurrency() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getCursorName() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getData() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDataCacheEntry(String, boolean) - Method in class netcharts.server.api.NSToolKit
Return the data cached under the given cache key.
getDataCacheEntry(String, Boolean) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getDataCacheEntryAsNCXML(String, boolean) - Method in class netcharts.server.api.NSToolKit
Return the data cached under the given cache key.
getDataCacheEntryAsResultSet(String, boolean, boolean) - Method in class netcharts.server.api.NSToolKit
Return the data cached under the given cache key as a ResultSet.
getDate(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDate(int, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDate(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDate(String, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDouble(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDouble(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, boolean) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String, boolean) - Static method in class netcharts.server.util.DefaultPageCreator
 
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding no longer needed, instead use DefaultPageCreator.getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String, boolean, String, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, HttpServletRequest, boolean) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, HttpServletRequest, boolean, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, PortletRequest, PortletResponse) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, PortletRequest, PortletResponse, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, boolean, String, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding is no longer needed, instead use DefaultPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding is no longer needed, instead use DefaultPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, boolean, String, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer used, instead use PortletPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, String, boolean, String, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, String, boolean, String, String, String) - Static method in class netcharts.server.util.PageCreator
Deprecated. Encoding no longer needed, instead use PageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, String, String) - Static method in class netcharts.server.util.PageCreator
Deprecated. Encoding no longer needed, instead use PageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, String)
getDwellAlignment() - Method in class netcharts.server.api.ServerGeneratedImage
Get the alignment of the dwelllabel.
getDwellBorderSize() - Method in class netcharts.server.api.ServerGeneratedImage
Get the border size of the dwelllabel.
getDwellColor() - Method in class netcharts.server.api.ServerGeneratedImage
Get the background color of the dwelllabel.
getDwellFont() - Method in class netcharts.server.api.ServerGeneratedImage
Get the font of the dwelllabel.
getDwellFontColor() - Method in class netcharts.server.api.ServerGeneratedImage
Get the font color of the dwelllabel.
getDwellFontSize() - Method in class netcharts.server.api.ServerGeneratedImage
Get the font size of the dwelllabel.
getElement() - Method in class netcharts.server.api.MapElement
Get the bounding shape for this image map element.
getElementBody(Element) - Static method in class netcharts.server.util.XMLUtil
 
getEmbeddedDataCacheEntry(String, boolean) - Method in class netcharts.server.api.DataCacheConnector
Gets a cache entry from the embedded server cache via JDNI/EJB
getEncoding() - Method in class netcharts.server.api.ServerGeneratedImage
Get the character encoding
getEncoding() - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getEncoding() - Method in class netcharts.server.api.NSToolKit
Deprecated. Encoding is now determined from server replies and does not need to be set on the toolkit.
getEncoding() - Method in class netcharts.server.api.ServerGeneratedTable
 
getEncodingForXMLPI(String) - Static method in class netcharts.server.util.Util
Get the XML PI attribute representing the encoding.
getEncodingScheme() - Method in class netcharts.server.api.ServerGeneratedImage
Get the encoding scheme of the image data.
getError() - Method in class netcharts.server.api.ServerGeneratedImage
Get the error.
getError() - Method in class netcharts.server.api.ServerGeneratedPage
Get the error.
getError() - Method in class netcharts.server.api.ServerGeneratedTable
 
getErrorType() - Method in class netcharts.server.api.ServerGeneratedTable
 
getFetchDirection() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getFetchSize() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getFloat(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getFloat(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getHeight() - Method in class netcharts.server.api.ServerGeneratedImage
Get the height of the image.
getHTML() - Method in class netcharts.server.api.ServerGeneratedPage
Get the unique ID of the ServerGeneratedPage.
getHTMLFragment() - Method in class netcharts.server.api.ServerGeneratedPage
Retrieve the html code contained within the tag and the script.
getImage() - Method in class netcharts.server.api.ServerGeneratedImage
Get the encoded image data.
getImage() - Method in class netcharts.server.api.ServerGeneratedPage
Get the encoded image data.
getImagePage(ServerGeneratedImage, HttpServletRequest, boolean, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, HttpServletRequest, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding no longer needed, instead use DefaultPageCreator.getImagePage(ServerGeneratedImage, HttpServletRequest, boolean, String)
getImagePage(ServerGeneratedImage, PortletRequest, PortletResponse, boolean, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, PortletRequest, PortletResponse, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getImagePage(ServerGeneratedImage, PortletRequest, PortletResponse, boolean, String)
getImagePage(ServerGeneratedImage, String, boolean, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, String, boolean, String, String) - Static method in class netcharts.server.util.PageCreator
Deprecated. Encoding no longer needed, instead use PageCreator.getImagePage(ServerGeneratedImage, String, boolean, String)
getImagePage(ServerGeneratedImage, String, HttpServletRequest, boolean, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, String, HttpServletRequest, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding no longer needed, instead use DefaultPageCreator.getImagePage(ServerGeneratedImage, String, HttpServletRequest, boolean, String)
getImagePage(ServerGeneratedImage, String, PortletRequest, PortletResponse, boolean, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, String, PortletRequest, PortletResponse, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getImagePage(ServerGeneratedImage, String, PortletRequest, PortletResponse, boolean, String)
getIncludeSessionId() - Method in class netcharts.server.api.NSWebToolKit
 
getInt(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getInt(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getLabel() - Method in class netcharts.server.api.MapElement
Get the label for this image map element.
getLocalDataCacheEntry(String, boolean) - Method in class netcharts.server.api.DataCacheConnector
Gets a cache entry from the local cache
getLong(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getLong(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getMap() - Method in class netcharts.server.api.ServerGeneratedImage
Get the MapElement array.
getMapName() - Method in class netcharts.server.api.ServerGeneratedImage
Get the ID of the map
getMetaData() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getMimeType() - Method in class netcharts.server.api.ServerGeneratedImage
Get the mime type of the encoded image.
getMimeType() - Method in class netcharts.server.api.ServerGeneratedPage
Get the mime type of the encoded image.
getNDSData(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server.
getNDSDataAsCSV(String, Hashtable, char) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server and puts it into a format easily imported into MS-Excel
getNDSDataAsNCXML(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server and puts it into the NCXML format.
getNDSDataAsResultSet(String, Hashtable, boolean) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server and puts it into a java.sql.ResultSet.
getNDSDataAsVector(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a data set from NetCharts Server and puts it into a Vector.
getObject(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getObject(int, Map) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getObject(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getObject(String, Map) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getPDFReport(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a PDF report based on a PGL template from NetCharts Server.
getPDFTable(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
 
getPrecision(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getProject() - Method in class netcharts.server.api.NSToolKit
Get the name of the project.
getRef(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getRef(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getRelativePath(String, String) - Static method in class netcharts.server.util.Util
Resolves an absolute path against another to get a relative path.
Case insensitive
Examples of input/output combinations: absolutePath1="c:\\folder1\\" absolutePath2="c:\\folder1\\sub-folder1\\" getRelativePath=".\\sub-folder1\\" absolutePath1="c:\\folder1\\" absolutePath2="c:\\folder1\\sub-folder1\\file.txt" getRelativePath=".\\sub-folder1\\file.txt" absolutePath1="c:\\folder1\\sub-folder1\\" absolutePath2="c:\\folder2\\" getRelativePath="..\\..\\folder2\\" If the drives are different then an absolute path must be returned.
For example: absolutePath1="c:\\folder1\\" absolutePath2="d:\\folder2\\" getRelativePath="d:\\folder2\\"
getResultSetColumnNames(ResultSet) - Static method in class netcharts.server.util.Util
Get the column nbames of a ResultSet.
getRolloverJavaScript() - Static method in class netcharts.server.api.NSToolKit
Return the JavaScript and <div> tag used for chart interactivity.
getRolloverJavaScript() - Static method in class netcharts.server.util.PageCreator
Return the JavaScript and
tag used for chart interactivity.
getRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getScale(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getSchemaName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getSelectedItemIndex() - Method in class netcharts.server.api.MapElement
Get the CDL Parameter index for this image map element.
getSelectedItemLabels() - Method in class netcharts.server.api.MapElement
Get the additional chart related labels for this image map element.
getSelectedItemParam() - Method in class netcharts.server.api.MapElement
Get the CDL Parameter for this image map element.
getServer() - Method in class netcharts.server.api.NSToolKit
Get the name of server.
getServerGeneratedTable(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getServerGeneratedTable(String, Hashtable, Object[][]) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getServerPort() - Method in class netcharts.server.api.NSToolKit
Get the port of the server.
getServerReply(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a response via HTTP.
getServerReply(String, Hashtable, String) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getServerReply(String, Hashtable, String, Hashtable) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getSessionIdParameter(HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
 
getShort(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getShort(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getStatement() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getString(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getString(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTable(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getTable(String, Hashtable, Object[][]) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getTableData() - Method in class netcharts.server.api.ServerGeneratedTable
 
getTableName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getTarget() - Method in class netcharts.server.api.MapElement
Get the frame target for this image map element's URL.
getTime(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTime(int, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTime(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTime(String, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(int, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(String, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getType() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUnencodedServletName(PortletRequest) - Static method in class netcharts.server.util.PortletPageCreator
 
getUnencodedServletNameWithSessionId(PortletRequest) - Static method in class netcharts.server.util.PortletPageCreator
 
getUnicodeStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUnicodeStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUniqueID() - Method in class netcharts.server.api.ServerGeneratedImage
Get the unique ID of the ServerGeneratedImage.
getUniqueID() - Method in class netcharts.server.api.ServerGeneratedPage
Get the unique ID of the ServerGeneratedPage.
getURL() - Method in class netcharts.server.api.MapElement
Get the URL for this image map element.
getURL(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getURL(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUserAgent() - Method in class netcharts.server.api.NSToolKit
Get the user agent type, which by default is NetChartsServer Java ToolKit (Remote)
getWarnings() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getWidth() - Method in class netcharts.server.api.ServerGeneratedImage
Get the width of the image.

H

HEIGHT_VAR - Static variable in class netcharts.server.util.PageCreator
 
HREF_REPLACE - Static variable in class netcharts.server.util.ImageMapCreator
The text in the onMouseOver or onMouseOut String that will be replaced by the url value of the MapElement.

I

IMAGE_PAGE - Static variable in class netcharts.server.util.PageCreator
 
IMAGE_PARAMETER - Static variable in class netcharts.server.imagewriter.ImageWriter
 
IMAGE_PARAMETER - Static variable in class netcharts.server.util.PageCreator
 
ImageMapCreator - class netcharts.server.util.ImageMapCreator.
Basic Image Map Creator implementation.
ImageMapCreator() - Constructor for class netcharts.server.util.ImageMapCreator
 
ImageWriter - class netcharts.server.imagewriter.ImageWriter.
 
ImageWriter() - Constructor for class netcharts.server.imagewriter.ImageWriter
 
INDEX_REPLACE - Static variable in class netcharts.server.util.ImageMapCreator
The text in the onMouseOver or onMouseOut String that will be replaced by the selectedItemIndex value of the MapElement.
init() - Method in class netcharts.server.imagewriter.ImageWriter
Initialize NetCharts Server if necessary
insertRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 
isAfterLast() - Method in class netcharts.server.util.ObjectArrayResultSet
 
isAutoIncrement(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isBeforeFirst() - Method in class netcharts.server.util.ObjectArrayResultSet
 
isCaseSensitive(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isCurrency(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isDefinitelyWritable(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isFirst() - Method in class netcharts.server.util.ObjectArrayResultSet
 
isLast() - Method in class netcharts.server.util.ObjectArrayResultSet
 
isNullable(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isReadOnly(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isSearchable(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isSecondPass(HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
Check to see if the given request is actually the browser asking for the image data (2nd pass).
isSigned(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
isWritable(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 

J

JarUtils - class netcharts.server.util.JarUtils.
Utilities for reading/writing/updating jars.
JarUtils() - Constructor for class netcharts.server.util.JarUtils
 

L

LABEL_REPLACE - Static variable in class netcharts.server.util.ImageMapCreator
The text in the onMouseOver or onMouseOut String that will be replaced by the label value of the MapElement.
LABELS_REPLACE - Static variable in class netcharts.server.util.ImageMapCreator
The text in the onMouseOver or onMouseOut String that will be replaced by the selectedItemLabels value of the MapElement.
last() - Method in class netcharts.server.util.ObjectArrayResultSet
 
load(byte[]) - Method in class netcharts.server.api.ServerGeneratedImage
Load and initialize the ServerGeneratedImage from an XML based serialized form.
load(byte[]) - Method in class netcharts.server.api.ServerGeneratedPage
Load and initialize the ServerGeneratedPage from an XML based serialized form.
load(byte[]) - Method in class netcharts.server.api.ServerGeneratedTable
 
load(byte[], String) - Method in class netcharts.server.api.ServerGeneratedImage
Load and initialize the ServerGeneratedImage from an XML based serialized form.
loadFromXML(byte[]) - Static method in class netcharts.server.api.ServerGeneratedTable
 
loadFromXML(byte[], String) - Static method in class netcharts.server.api.ServerGeneratedTable
 

M

main(String[]) - Static method in class netcharts.server.util.Base64
 
MAP_VAR - Static variable in class netcharts.server.util.PageCreator
 
MapElement - class netcharts.server.api.MapElement.
Defines a single drilldown element in an image map.
MapElement() - Constructor for class netcharts.server.api.MapElement
Create a new empty image map element.
MapElement(String, URL, String, Shape) - Constructor for class netcharts.server.api.MapElement
Create a new image map element with the specified values.
MapElement(String, URL, String, Shape, int, String) - Constructor for class netcharts.server.api.MapElement
Create a new image map element with the specified values.
MapElement(String, URL, String, Shape, int, String, String) - Constructor for class netcharts.server.api.MapElement
Create a new image map element with the specified values.
MAPNAME_VAR - Static variable in class netcharts.server.util.PageCreator
 
MIN_DRILLDOWN_PAGE - Static variable in class netcharts.server.util.PageCreator
 
moveToCurrentRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 
moveToInsertRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 

N

NCS_JNDI_NAME - Static variable in class netcharts.server.api.NetChartsServerEJBConnector
 
netcharts.server.api - package netcharts.server.api
 
netcharts.server.imagewriter - package netcharts.server.imagewriter
 
netcharts.server.util - package netcharts.server.util
 
NetChartsServerEJBConnector - class netcharts.server.api.NetChartsServerEJBConnector.
This class uses the Business Delegate design pattern to provides simplified access to an embedded NetChartsServer (i.e.
NetChartsServerEJBConnector() - Constructor for class netcharts.server.api.NetChartsServerEJBConnector
 
newString(byte[], String) - Static method in class netcharts.server.util.Util
Make a new string given a byte array and an encoding mechanism.
newString(ServerReply) - Static method in class netcharts.server.util.Util
Make a new string given the ServerReply's content byte array and character encoding.
next() - Method in class netcharts.server.util.ObjectArrayResultSet
 
NSPortletToolKit - class netcharts.server.api.NSPortletToolKit.
Extends NSToolkit and provides methods to simplify the display of charts via portlets.
NSPortletToolKit() - Constructor for class netcharts.server.api.NSPortletToolKit
Constructs a local toolkit with no communication information and no security credentials.
NSPortletToolKit(String) - Constructor for class netcharts.server.api.NSPortletToolKit
Constructs a local toolkit with no security credentials.
NSPortletToolKit(String, int, String) - Constructor for class netcharts.server.api.NSPortletToolKit
Constructs a toolkit with communication information and no security credentials.
NSPortletToolKit(String, int, String, String, String) - Constructor for class netcharts.server.api.NSPortletToolKit
Constructs a toolkit with communication information and security credentials.
NSPortletToolKit(String, int, String, String, String, boolean) - Constructor for class netcharts.server.api.NSPortletToolKit
Constructs a toolkit with communication information and security credentials.
NSPortletToolKit(String, String, String) - Constructor for class netcharts.server.api.NSPortletToolKit
Constructs a local toolkit with security credentials.
NSToolKit - class netcharts.server.api.NSToolKit.
Provides API to request data, tables, and charts and to store/retrieve cache elements.
NSToolKit() - Constructor for class netcharts.server.api.NSToolKit
Constructs a toolkit with no communication information and no security credentials.
NSToolKit(String) - Constructor for class netcharts.server.api.NSToolKit
Constructs a toolkit with no security credentials.
NSToolKit(String, int, String) - Constructor for class netcharts.server.api.NSToolKit
Constructs a toolkit with communication information and no security credentials.
NSToolKit(String, int, String, String, String) - Constructor for class netcharts.server.api.NSToolKit
Constructs a toolkit with communication information and security credentials.
NSToolKit(String, int, String, String, String, boolean) - Constructor for class netcharts.server.api.NSToolKit
Constructs a toolkit with communication information and security credentials.
NSToolKit(String, String, String) - Constructor for class netcharts.server.api.NSToolKit
Constructs a toolkit with security credentials.
NSToolKitException - exception netcharts.server.api.NSToolKitException.
Exception class for NSToolKit connection errors.
NSToolKitException(Exception) - Constructor for class netcharts.server.api.NSToolKitException
Constructor.
NSToolKitException(InputStream, Exception) - Constructor for class netcharts.server.api.NSToolKitException
Constructor.
NSToolKitException(String) - Constructor for class netcharts.server.api.NSToolKitException
Constructor.
NSToolKitException(String, Exception) - Constructor for class netcharts.server.api.NSToolKitException
Constructor.
NSWebToolKit - class netcharts.server.api.NSWebToolKit.
Extends NSToolkit and provides methods to simplify the display of charts via JSPs or servlets.
NSWebToolKit() - Constructor for class netcharts.server.api.NSWebToolKit
Constructs a local toolkit with no communication information and no security credentials.
NSWebToolKit(String) - Constructor for class netcharts.server.api.NSWebToolKit
Constructs a local toolkit with no security credentials.
NSWebToolKit(String, int, String) - Constructor for class netcharts.server.api.NSWebToolKit
Constructs a toolkit with communication information and no security credentials.
NSWebToolKit(String, int, String, String, String) - Constructor for class netcharts.server.api.NSWebToolKit
Constructs a toolkit with communication information and security credentials.
NSWebToolKit(String, int, String, String, String, boolean) - Constructor for class netcharts.server.api.NSWebToolKit
Constructs a toolkit with communication information and security credentials.
NSWebToolKit(String, String, String) - Constructor for class netcharts.server.api.NSWebToolKit
Constructs a local toolkit with security credentials.

O

ObjectArrayResultSet - class netcharts.server.util.ObjectArrayResultSet.
 
ObjectArrayResultSet(Object[][], boolean) - Constructor for class netcharts.server.util.ObjectArrayResultSet
 
ObjectArrayResultSetMetaData - class netcharts.server.util.ObjectArrayResultSetMetaData.
 
ObjectArrayResultSetMetaData(Object[], Object[]) - Constructor for class netcharts.server.util.ObjectArrayResultSetMetaData
 

P

PageCreator - class netcharts.server.util.PageCreator.
Utility class for adding basic drill down and popup label capability to applications.
PageCreator() - Constructor for class netcharts.server.util.PageCreator
 
PARAM_NODATA_MESSAGE - Static variable in class netcharts.server.api.NSToolKit
 
PARAM_REPLACE - Static variable in class netcharts.server.util.ImageMapCreator
The text in the onMouseOver or onMouseOut String that will be replaced by the selectedItemParam value of the MapElement.
parse(InputSource, Hashtable) - Method in interface netcharts.server.api.XMLParserInterface
 
parseDocument(byte[]) - Static method in class netcharts.server.util.XMLUtil
 
parseParameters(String) - Static method in class netcharts.server.util.Util
 
PortletPageCreator - class netcharts.server.util.PortletPageCreator.
Utility class for adding basic drill down and popup label capability to portlets.
previous() - Method in class netcharts.server.util.ObjectArrayResultSet
 
process(ServerGeneratedImage, String, boolean, String, Object) - Method in class netcharts.server.util.PortletPageCreator
 
process(ServerGeneratedImage, String, boolean, String, Object) - Method in class netcharts.server.util.DefaultPageCreator
 
PROJECTS - Static variable in class netcharts.server.api.NSToolKit
 
purgeDataCache() - Method in class netcharts.server.api.DataCacheConnector
Clears the local cache
purgeDataCache() - Method in class netcharts.server.api.NSToolKit
Clears the data cache.
putDataCacheEntry(String, Object[][], int) - Method in class netcharts.server.api.NSToolKit
Puts data element into the cache with the given cache key.
putDataCacheEntry(String, Object[][], Integer) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
putDataCacheEntry(String, ResultSet, int) - Method in class netcharts.server.api.NSToolKit
Puts data from a ResultSet into the cache with the given cache key.
putDataCacheEntry(String, String, int) - Method in class netcharts.server.api.NSToolKit
Puts data formatted as NetCharts XML (NCXML) into the cache with the given cache key.
putDataCacheEntry(String, String, String, int) - Method in class netcharts.server.api.NSToolKit
Puts data formatted as XML into the cache with the given cache key.
putEmbeddedDataCacheEntry(String, Object[][], int) - Method in class netcharts.server.api.DataCacheConnector
Puts data into the embedded server data cache via JNDI/EJB
putLocalDataCacheEntry(String, Object[][], int) - Method in class netcharts.server.api.DataCacheConnector
Puts data into the local data cache.

R

readBytesFully(InputStream) - Static method in class netcharts.server.util.Util
Reads the InputStream into the byte array.
refreshRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 
relative(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
removeDataCacheEntry(String) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
removeDataCacheEntry(String) - Method in class netcharts.server.api.NSToolKit
Removes the named data element from the data cache.
removeEmbeddedDataCacheEntry(String) - Method in class netcharts.server.api.DataCacheConnector
Removes data from the embedded server cache via JNDI/EJB
removeHeader(String) - Method in class netcharts.server.api.NSToolKit
 
removeLocalDataCacheEntry(String) - Method in class netcharts.server.api.DataCacheConnector
Removes data from the local cache
removeQueryParameter(String, String, boolean) - Static method in class netcharts.server.util.Util
Removes a parameter from an existing query string.
replaceVar(String, String, String, boolean) - Static method in class netcharts.server.util.Util
Replaces the variable string with the replacement value.
resetResultSet(ResultSet) - Static method in class netcharts.server.util.Util
Reset a ResultSet to before its first row.
rowDeleted() - Method in class netcharts.server.util.ObjectArrayResultSet
 
rowInserted()