SL-GMS Enterprise RTView Customization
A B C D E F G H I L N O R S T U V

A

activate() - Method in class com.sl.gmsjrtview.GmsCustomRoleManager
Activate the role manager.
activate() - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method is called after the constructor.
addColumn(String, int) - Method in class com.sl.gmsjrt.GmsTabularData
Add a column with the specified name and type.
addConnection(GmsRtViewDsConnInfo) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
This is called from the command line, applet params, options file and options dialog to add a new or modified connInfo.
addRow(String) - Method in class com.sl.gmsjrt.GmsTabularData
Add a row with the specified name.
addSeparator() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns whether or not to add a separator after this function name in the Edit Function dialog menu.
ALL_UPDATE_MODES - Static variable in class com.sl.gmsjrtviewds.GmsRtViewDs
Convenience to enable all update modes
appendData(GmsTabularData) - Method in class com.sl.gmsjrt.GmsTabularData
Append all of the rows from another table to this table.
applyDsOption(String, String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Apply an option to the datasource.
attemptConnection(GmsRtViewDsConnInfo) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Attempt to open this connection.

B

BAD - Static variable in class com.sl.gmsjrtviewds.DataFieldValidity
Data Attachment field value is invalid.
beginUpdateData() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
 
BOOLEAN - Static variable in class com.sl.gmsjrt.GmsTabularData
java.lang.Boolean column type
buildDataKey(String[]) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Construct a data key given an array of values.
buildDataKey(GmsRtViewDataObject) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Construct the data key for a data object, using the current values of the data key fields.

C

clientLogin(String, String, String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
In the display server and data server applications, this method is invoked when a client user logs in.
clientLogout(String, String, String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
In the display server and data server applications, this method is invoked when a client user logs out.
clone() - Method in class com.sl.gmsjrt.GmsTabularData
Clones the GmsTabularData and the data arrays.
clone() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
 
clone() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
 
cloneStructure() - Method in class com.sl.gmsjrt.GmsTabularData
Clones the GmsTabularData column structure only.
closeConnection(GmsRtViewDsConnInfo) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Close a connection.
closeConnection(GmsRtViewDsConnInfo) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Close this connection.
columnContainsNumericStrings(int) - Method in class com.sl.gmsjrt.GmsTabularData
Find out if the specified column contains strings that are actually numbers.
com.sl.gmsjagent - package com.sl.gmsjagent
This package defines the API for creating an Enterprise RTView RtvAgent application, for sending data tables to the RTVAgent data adapter over a socket or an http connection.
com.sl.gmsjrt - package com.sl.gmsjrt
This package is the base library for Enterprise RTView.
com.sl.gmsjrtview - package com.sl.gmsjrtview
This package defines the API for extending Enterprise RTView.
com.sl.gmsjrtviewds - package com.sl.gmsjrtviewds
This package defines the API for creating an Enterprise RTView Datasource.
compareRowsByColumn(int, int, int, boolean) - Method in class com.sl.gmsjrt.GmsTabularData
Compare the values of the cells specified by row1 and row2 in the given column.
connect(String) - Method in class com.sl.gmsjagent.RtvAgent
Connect this agent to an RTVAgent data adapter.
ConnectStatus - Class in com.sl.gmsjrtviewds
Status of connection attempt
copyCellValue(int, int, GmsTabularData, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Copy a value from a cell in another table to a cell in this table, converting the value to the correct type if necessary.
copyRowData(GmsTabularData, int, GmsTabularData, int, boolean, boolean) - Static method in class com.sl.gmsjrt.GmsTabularData
Copy one row of data from the source table to the destination table.
customPatterns - Static variable in class com.sl.gmsjrt.GmsTabularData
A collection of custom, user-defined patterns for parsing dates and times.

D

DATA_ATTACHMENT_PERIOD - Static variable in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
Update data periodically using the update period defined in the Attach To Data Dialog.
DataFieldValidity - Class in com.sl.gmsjrtviewds
Validity of data field
DATE - Static variable in class com.sl.gmsjrt.GmsTabularData
date column type, stored as long
dateStringToLong(String) - Static method in class com.sl.gmsjrt.GmsTabularData
Convert the given formatted date string into a number of milliseconds since epoch.
dateStringToLong2(String) - Static method in class com.sl.gmsjrt.GmsTabularData
Convert the given formatted date string into a number of milliseconds since epoch.
debugDateConversions - Static variable in class com.sl.gmsjrt.GmsTabularData
A flag to enable the output of debugging information during date conversions.
DEFAULT_PORT - Static variable in class com.sl.gmsjagent.RtvAgent
The default port for socket connections to the RTVAgent data adapter is 5665.
DEFAULT_UPDATE_MODES - Static variable in class com.sl.gmsjrtviewds.GmsRtViewDs
Update modes enabled by default
DialogFieldState - Class in com.sl.gmsjrtviewds
State of UI fields in Dialogs
DialogFieldType - Class in com.sl.gmsjrtviewds
This class is used to hold the constants that define the diffent types of fields that may be used in Dialogs.
DialogFieldType() - Constructor for class com.sl.gmsjrtviewds.DialogFieldType
 
DISABLED - Static variable in class com.sl.gmsjrtviewds.DialogFieldState
Dialog field is disabled.
disconnect() - Method in class com.sl.gmsjagent.RtvAgent
Disconnect this agent from the RTVAgent data adapter.
DOUBLE - Static variable in class com.sl.gmsjrt.GmsTabularData
java.lang.Double column type
ds - Variable in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
The datasource.
DS_OPTION_PERIOD - Static variable in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
Update data periodically using the update period defined in the DS Specific (Tab) Application Options update period.

E

EDITABLE - Static variable in class com.sl.gmsjrtviewds.DialogFieldState
Dialog field is editable.
ENABLED - Static variable in class com.sl.gmsjrtviewds.DialogFieldState
Dialog field is enabled.
enableUpdateModes(Set) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set the update modes to be enabled for this data source.
equals(Object) - Method in class com.sl.gmsjrt.GmsTabularData
Returns true if this table is equal to the specified table.
equals(Object) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Compares this ConnInfo object to the specified object.
equals(Object) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsOptions
Compares this DsOptions object to the specified object.
executeCommand(GmsRtViewDsCommand) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Execute the command and set status of executed command.

F

FAILED - Static variable in class com.sl.gmsjrtviewds.ConnectStatus
The connection attempt failed (this time): The connection is not connected.
FIELD_CHECKBOX - Static variable in class com.sl.gmsjrtviewds.DialogFieldType
Dialog field type which specifies a CheckBox field.
FIELD_COMBOBOX - Static variable in class com.sl.gmsjrtviewds.DialogFieldType
Dialog field type which specifies a ComboBox.
FIELD_PASSWORD - Static variable in class com.sl.gmsjrtviewds.DialogFieldType
Dialog field type which specifies a Password field.
FIELD_TEXTAREA - Static variable in class com.sl.gmsjrtviewds.DialogFieldType
Dialog field type which specifies a TextArea.
FIELD_TEXTFIELD - Static variable in class com.sl.gmsjrtviewds.DialogFieldType
Dialog field type which specifies a TextField.
FLOAT - Static variable in class com.sl.gmsjrt.GmsTabularData
java.lang.Float column type
fromIntValue(int) - Static method in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
 
fromStringIntValue(String) - Static method in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
 

G

getAdapterClassName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Get the name of the adapter class for this datasource.
getAppManager() - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Returns the application's RTView Application Manager.
getArgDoubleValue(String, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the double value of the argument with the given name.
getArgIntValue(String, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the int value of the argument with the given name.
getArgName() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionArgument
Returns the name of this argument.
getArgNames() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the argument names for this function.
getArgs() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the argument objects for this function.
getArgStringValue(String, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the String value of the argument with the given name.
getArgTableValue(String, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the Table value of the argument with the given name.
getArgType() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionArgument
Returns the type of this argument.
getAttachDataDialogClassName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Get the class name of the attach to data dialog for this datasource.
getBooleanCellValue(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Get the boolean value of a table cell at the given row and column.
getCellValue(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Get the string value of a table cell at the given row and column.
getCellValueObject(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
 
getColumnFilterColumnNames() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Return a semicolon separated list of column names that will be used for column filtering.
getColumnIndex(String) - Method in class com.sl.gmsjrt.GmsTabularData
Return a column index, given the selected column name.
getColumnIndexArray(String[]) - Method in class com.sl.gmsjrt.GmsTabularData
Return a column index array, given an array of column names.
getColumnName(int) - Method in class com.sl.gmsjrt.GmsTabularData
 
getColumnNames() - Method in class com.sl.gmsjrt.GmsTabularData
Returns an array of strings containing the column names.
getColumnTypeCode(int) - Method in class com.sl.gmsjrt.GmsTabularData
 
getColumnTypeCodes() - Method in class com.sl.gmsjrt.GmsTabularData
Returns an array of ints containing the column type codes.
getCommandDialogClassName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Get the class name of the define command dialog for this datasource.
getCommandString() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsCommand
Set the command string for the command
getConnectionString() - Method in class com.sl.gmsjagent.RtvAgent
Return the connection string currently in use by this agent.
getConnInfoFromName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get the GmsRtViewDsConnInfo with the given name.
getConnInfoNames() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get the set of GmsRtViewDsConnInfo names for this datasource.
getConnInfos() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get the collection of GmsRtViewDsConnInfo objects for this datasource.
getConnString() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Returns a string representation of the ConnInfo object.
getCurrentNetObject() - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Returns the currently selected object.
getDataKey() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Return the data key for this object.
getDataKeyColumnFields() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Return the names of the fields in the dsstring that uniquely identify a data table.
getDataObjectByKey(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get the GmsRtViewDataObject with the specified name.
getDataObjects() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get a List of all currently active GmsRtViewDataObjects.
getDateCellValue(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Get the long value of a table cell at the given row and column.
getDefaultComboLabel() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
 
getDescription() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the description for this function.
getDoubleCellValue(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Get the double value of a table cell at the given row and column.
getDoubleResult(String, GmsRtViewFunctionDescriptor, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewCustomFunctionHandler
Returns the function result for the specified function.
getDoubleValue(GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionArgument
Return the double value for this argument obtained from the functionIcon.
getDsDescription() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Get the description string associated with this datasource.
getDsFileNames() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Returns the Vector containing names of jars, dlls or other application files needed for this data source.
getDsKey() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Get the key string associated with this datasource.
getDsManager() - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Returns the application's Datasource Manager.
getDsOptions() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get the GmsRtViewDsOptions object for this datasource.
getDsString() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Return a string representation of the data object.
getEnabledUpdateModes() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Return the set of enabled update modes for this datasource.
getExtendedHelpDescription() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the extended help description for this function.
getFloatCellValue(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Get the float value of a table cell at the given row and column.
getFunctionDescriptors() - Method in class com.sl.gmsjrtview.GmsRtViewCustomFunctionHandler
Returns a Vector of GmsRtViewFunctionDescriptor.
getGmsArrayVar(String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Return the current value of the variable named 'varname'.
getGmsDoubleVar(int) - Method in interface com.sl.gmsjrt.GmsModelVariables
Return the double value of the variable at 'index' in the getGmsVarNames and getGmsVarTypes arrays.
getGmsDoubleVar(String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Return the double value of the variable named 'varname' in the getGmsVarNames and getGmsVarTypes arrays.
getGmsIntVar(int) - Method in interface com.sl.gmsjrt.GmsModelVariables
Return the integer value of the variable at 'index' in the getGmsVarNames and getGmsVarTypes arrays.
getGmsIntVar(String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Return the integer value of the variable named 'varname' in the getGmsVarNames and getGmsVarTypes arrays.
getGmsStringVar(int) - Method in interface com.sl.gmsjrt.GmsModelVariables
Return the String value of the variable at 'index' in the getGmsVarNames and getGmsVarTypes arrays.
getGmsStringVar(String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Return the String value of the variable named 'varname' in the getGmsVarNames and getGmsVarTypes arrays.
getGmsVarNames() - Method in interface com.sl.gmsjrt.GmsModelVariables
Get an array of names of the GMS dynamic variables that are used in the generated model.
getGmsVarTypes() - Method in interface com.sl.gmsjrt.GmsModelVariables
Get an array of types of the GMS dynamic variables that are used in the generated model.
getIndexColumnFields() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Get the names of fields that identify the index columns for this data object.
getIntCellValue(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Get the integer value of a table cell at the given row and column.
getIntResult(String, GmsRtViewFunctionDescriptor, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewCustomFunctionHandler
Returns the function result for the specified function.
getIntValue(GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionArgument
Return the int value for this argument obtained from the functionIcon.
getIntValue() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
Get the int value for this update mode
getLoginPassword() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get the login password for RTView.
getLoginUserName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Get the login user name for RTView.
getLongCellValue(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Get the long value of a table cell at the given row and column.
getName() - Method in class com.sl.gmsjagent.RtvAgent
Get the name of this agent.
getName() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the name of this function.
getNumColumns() - Method in class com.sl.gmsjrt.GmsTabularData
Returns the number of columns.
getNumRows() - Method in class com.sl.gmsjrt.GmsTabularData
Returns the number of rows.
getOptionFileName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Get the name of the option file to read/write for this datasource.
getOptionTabClassName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Get the class name of the option tab dialog for this datasource.
getOwner() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Returns the datasource owning this ConnInfo object.
getPassword(String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method must return the password for the specified user, or null if if the user is not recognized.
getResourceBundleName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Get the name of the resource bundle used to localize the dialogs associated with this datasource.
getRetryDelay() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Gets the amount of time to delay when retrying a connection attempt.
getReturnColumns() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
If this function returns a table with known column names, this returns the names of the columns in the table returned by this function.
getReturnType() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Returns the return type for this function.
getRoleNamesForUser(String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method must return a Vector containing the role names for the specified user.
getRowFilterColumnName() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Return the name of the column that will be used for row filtering.
getRowFilterValue() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Return the value to match in the column used for row filtering.
getRowIndexHashtable(Hashtable, int[]) - Method in class com.sl.gmsjrt.GmsTabularData
Returns a hashtable of row indexes hashed by the row identifier based on the specified index columns.
getRowName(int) - Method in class com.sl.gmsjrt.GmsTabularData
 
getRowNames() - Method in class com.sl.gmsjrt.GmsTabularData
Returns an array of strings containing the row names.
getRtViewName(GmsRtViewPanel) - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Returns the name of the display in the specified GmsRtViewPanel.
getRunPanelByName(String) - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Returns the GmsNetRunPanel with the specified name.
getStoredDataTable(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Retrieve a data table from the datasource, using the given key.
getStringIntValue() - Method in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
 
getStringResult(String, GmsRtViewFunctionDescriptor, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewCustomFunctionHandler
Returns the function result for the specified function.
getStringValue(GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionArgument
Return the string value for this argument obtained from the functionIcon.
getSubstitutions(String) - Method in class com.sl.gmsjrtview.GmsCustomRoleManager
This method should return substitutions to set on the Enterprise RTView application when the specified role is logged in.
getSubstitutions(String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method should return substitutions to set on the Enterprise RTView application when the specified user is logged in.
getTableValue(GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewFunctionArgument
Return the table value for this argument obtained from the functionIcon.
getTabularResult(String, GmsRtViewFunctionDescriptor, GmsModelVariables) - Method in class com.sl.gmsjrtview.GmsRtViewCustomFunctionHandler
Returns the function result for the specified function.
getVarIndex(String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Utility method to get var index from its name
GmsCustomRoleManager - Class in com.sl.gmsjrtview
The GmsCustomRoleManager class provides a way for the user to customize role management.
GmsCustomRoleManager() - Constructor for class com.sl.gmsjrtview.GmsCustomRoleManager
Creates a GmsCustomRoleManager.
GmsCustomUserManager - Class in com.sl.gmsjrtview
The GmsCustomUserManager class provides a way for the user to customize user login.
GmsCustomUserManager() - Constructor for class com.sl.gmsjrtview.GmsCustomUserManager
Creates a GmsCustomRoleManager.
GmsModelVariables - Interface in com.sl.gmsjrt
GmsModelVariables is implemented by generated GMS model classes; it provides the methods that data source classes use to get and set GMS dynamic variables.
GmsRtViewCustomCommandHandler - Class in com.sl.gmsjrtview
The GmsRtViewCustomCommandHandler provides a way to implement custom commands.
GmsRtViewCustomCommandHandler() - Constructor for class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Create a new GmsRtViewCustomCommandHandler.
GmsRtViewCustomFunctionHandler - Class in com.sl.gmsjrtview
The GmsRtViewCustomFunctionHandler class provides a way to implement custom functions.
GmsRtViewCustomFunctionHandler() - Constructor for class com.sl.gmsjrtview.GmsRtViewCustomFunctionHandler
 
GmsRtViewDataObject - Class in com.sl.gmsjrtviewds
The GmsRtViewDataObject class implements a data attachment between an Enterprise RTView object and a custom datasource.
GmsRtViewDs - Class in com.sl.gmsjrtviewds
The GmsRtViewDs class is the base class for an Enterprise RTView datasource, providing methods to customize information about the files, classes, and resources available with the datasource, the data objects used to create data attachments, the conn info objects used to establish connections with external systems, the options object used to provide datasource-specific options, and the dialogs that are displayed in the Enterprise RTView Builder.
GmsRtViewDs() - Constructor for class com.sl.gmsjrtviewds.GmsRtViewDs
Construct a GmsRtViewDs.
GmsRtViewDs.UpdateMode - Class in com.sl.gmsjrtviewds
Update mode used to update polled data
GmsRtViewDsAdapter - Class in com.sl.gmsjrtviewds
The GmsRtViewDsAdapter class is the base class for an external data adapter in an Enterprise RTView datasource, with methods that allow the orderly initialization and shutdown of the datasource as well as the registration and updating of data objects, the management of connections and datasource-specific options, the execution of commands, and the validation of information entered into dialogs during the execution of an Enterprise RTView application.
GmsRtViewDsAdapter() - Constructor for class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
 
GmsRtViewDsBaseProperties - Class in com.sl.gmsjrtviewds
This class contains base metadata that describes an Enterprise RTView Data Adapter, including descriptive information and the names of auxiliary classes and files.
GmsRtViewDsCommand - Class in com.sl.gmsjrtviewds
This class contains context for a DS command
GmsRtViewDsCommand() - Constructor for class com.sl.gmsjrtviewds.GmsRtViewDsCommand
 
GmsRtViewDsConnInfo - Class in com.sl.gmsjrtviewds
The GmsRtViewDsConnInfo class contains the information to create a named connection to a datasource.
GmsRtViewDsConnInfo(String, GmsRtViewDs) - Constructor for class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Create a ConnInfo object with the specified parameters.
GmsRtViewDsControlProperties - Class in com.sl.gmsjrtviewds
This class contains supplemental metadata that describes an Enterprise RTView Data Adapter, including descriptive information, the names of auxiliary classes and files, available datasource behaviors, and localization information.
GmsRtViewDsOptions - Class in com.sl.gmsjrtviewds
The GmsRtViewDsOptions class contains information which controls or modifies the behavior of a datasource.
GmsRtViewDsOptions(GmsRtViewDs) - Constructor for class com.sl.gmsjrtviewds.GmsRtViewDsOptions
Create a ds options object with the specified parameters.
GmsRtViewFunctionArgument - Class in com.sl.gmsjrtview
The GmsRtViewCustomFunctionArgument class defines a function argument.
GmsRtViewFunctionArgument(String, int) - Constructor for class com.sl.gmsjrtview.GmsRtViewFunctionArgument
Creates a GmsRtViewFunctionArgument.
GmsRtViewFunctionDescriptor - Class in com.sl.gmsjrtview
The GmsRtViewCustomFunctionArgument class defines a function argument.
GmsRtViewFunctionDescriptor(String, GmsRtViewFunctionArgument[], int, String[], String, String, boolean) - Constructor for class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
Creates a GmsRtViewFunctionDescriptor
GmsTabularData - Class in com.sl.gmsjrt
The GmsTabularData is a 2 dimensional data type.
GmsTabularData() - Constructor for class com.sl.gmsjrt.GmsTabularData
Create a new GmsTabularData with default initial size of 10.
GOOD - Static variable in class com.sl.gmsjrtviewds.DataFieldValidity
Data Attachment field value is valid.
growthFactor - Static variable in class com.sl.gmsjrt.GmsTabularData
Percent growth of arrays on overflow.

H

hashCode() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Returns a hash code for this ConnInfo object.
hashCode() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsOptions
Returns a hash code for this DsOptions object.
HIDDEN - Static variable in class com.sl.gmsjrtviewds.DialogFieldState
Dialog field is hidden.

I

initConnInfoExemplar(GmsRtViewDsConnInfo) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Define the fields available in the conn infos used by this datasource.
initDataObjectExemplar(GmsRtViewDataObject) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Define the fields available in the data objects used by this datasource.
initDsBaseProperties(GmsRtViewDsBaseProperties) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Initialize the base properties associated with this datasource.
initDsControlProperties(GmsRtViewDsControlProperties) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Initialize the control properties associated with this datasource.
initDsOptionsExemplar(GmsRtViewDsOptions) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Define the fields available in the ds options used by this datasource.
initialize() - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Initialize this GmsRtViewCustomCommandHandler.
initializeData() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Initialize this datasource.
insertColumnAt(String, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Insert a column with the specified name and type at the specified index.
insertData(GmsTabularData, int) - Method in class com.sl.gmsjrt.GmsTabularData
Creates a new GmsTabularData with the specified table inserted into a this GmsTabularData.
insertRowAt(String, int) - Method in class com.sl.gmsjrt.GmsTabularData
Insert a row with the specified name at the specified index.
INTEGER - Static variable in class com.sl.gmsjrt.GmsTabularData
java.lang.Integer column type
INVALID - Static variable in class com.sl.gmsjrtviewds.ConnectStatus
The connection is invalid as configured.
invalidateLogin() - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method is called if the user presses Reset in the login dialog.
invokeCommand(String, Object) - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Invoke a command.
invokeCommand(GmsRtViewCommand) - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Invoke a command.
isAllowed(String, String) - Method in class com.sl.gmsjrtview.GmsCustomRoleManager
Returns true if the specified display is allowed, otherwise return false.
isColumnFilteringEnabled() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Return a flag indicating whether this data source allows column filtering.
isColumnNumeric(int) - Method in class com.sl.gmsjrt.GmsTabularData
Find out if the specified column contains numbers or numeric strings.
isCommandsEnabled() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Return a flag indicating whether the datasource allows commands.
isConnected() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Tests if this connection is connected.
isEditMode() - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Returns true if the application is running in edit mode.
isEvalFunction() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
 
isNullDate(long) - Static method in class com.sl.gmsjrt.GmsTabularData
Return true if the argument value represents NULL_DATE
isNullDate(double) - Static method in class com.sl.gmsjrt.GmsTabularData
Return true if the argument value represents NULL_DATE
isNullDateString(String) - Static method in class com.sl.gmsjrt.GmsTabularData
Return true if the argument value represents NULL_DATE_STRING
isRetryDelayed() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Tests if there is a nonzero retry delay time.
isRowFilteringEnabled() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Return a flag indicating whether this data source allows row filtering.
isTabularEvalFunction() - Method in class com.sl.gmsjrtview.GmsRtViewFunctionDescriptor
 
isUpdateModeEnabled() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Is the update mode (and thus update mode fields) enabled?

L

LONG - Static variable in class com.sl.gmsjrt.GmsTabularData
java.lang.Long column type

N

newColumnSubset(String[]) - Method in class com.sl.gmsjrt.GmsTabularData
Create a new GmsTabularData by copying the contents of an existing one.
newRowSubset(String, String) - Method in class com.sl.gmsjrt.GmsTabularData
Create a new GmsTabularData by copying the contents of an existing one.
newRowSubset(String, String, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
 
newRowSubset(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Return a new table containing rows from this table, from firstRow to lastRow, inclusive.
NO_UPDATE_MODES - Static variable in class com.sl.gmsjrtviewds.GmsRtViewDs
Convenience to disable all update modes
NOTREQ - Static variable in class com.sl.gmsjrtviewds.DataFieldValidity
Data Attachment field is not required.
NULL_DATE - Static variable in class com.sl.gmsjrt.GmsTabularData
The number value used to represent an unspecified date.
NULL_DATE_STRING - Static variable in class com.sl.gmsjrt.GmsTabularData
The string used to represent an unspecified date.

O

ON_DEMAND_UPDATE - Static variable in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
Update data on demand each time a display using the data attachment is loaded, or a substitution string changes.
owner - Variable in class com.sl.gmsjrtviewds.GmsRtViewDataObject
 

R

ready() - Method in class com.sl.gmsjagent.RtvAgent
Check if agent is ready to send data to an RTVAgent data adapter.
registerData(GmsRtViewDataObject) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Register interest in a data object.
removeAllRows() - Method in class com.sl.gmsjrt.GmsTabularData
Remove all rows in the table.
removeConnection(GmsRtViewDsConnInfo) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
This is called to remove a connection.
removeRowAt(int) - Method in class com.sl.gmsjrt.GmsTabularData
Remove the row at the specified index.
removeRowsAt(int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Remove multiple consecutive rows.
RtvAgent - Class in com.sl.gmsjagent
Use this class to create an agent that connects and sends data tables to a remote RTVAgent data adapter.
RtvAgent(String, String) - Constructor for class com.sl.gmsjagent.RtvAgent
Construct an RtvAgent object.

S

sendTable(String, GmsTabularData, boolean) - Method in class com.sl.gmsjagent.RtvAgent
Send a data table to the RTVAgent data adapter.
sendTable(String, GmsTabularData) - Method in class com.sl.gmsjagent.RtvAgent
Send a data table to the RTVAgent data adapter.
setAdapterClassName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Set the name of the adapter class for this datasource.
setAttachDataDialogClassName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set the class name of the attach to data dialog for this datasource.
setAvailableColumns(Set) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the set of column names available for row and column filtering.
setCellValue(String, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the string value of a table cell at the given row and column.
setCellValue(int, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the integer value of a table cell at the given row and column.
setCellValue(long, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the long value of a table cell at the given row and column.
setCellValue(double, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the double value of a table cell at the given row and column.
setCellValue(float, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the float value of a table cell at the given row and column.
setCellValue(boolean, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the boolean value of a table cell at the given row and column.
setColumnFilterColumnNames(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the names of the columns that will be used for column filtering.
setColumnFilteringEnabled(boolean) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set a flag indicating whether this data source allows column filtering.
setCommandDialogClassName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set the class name of the define command dialog for this datasource.
setCommandsEnabled(boolean) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set a flag indicating whether the datasource allows commands.
setCommandString(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsCommand
Get the command string for the command
setCurrentNetObject(GmsNetObject) - Method in class com.sl.gmsjrtview.GmsRtViewCustomCommandHandler
Sets the currently selected object.
setDataKeyColumnFields(String[]) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the names of the fields in the dsstring that uniquely identify a data table.
setDateCellValue(long, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the date value of a table cell at the given row and column.
setDateCellValue(String, int, int) - Method in class com.sl.gmsjrt.GmsTabularData
Set the date value of a table cell at the given row and column.
setDisconnected() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Marks this connInfo object as disconnected.
setDsDescription(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Set the description string associated with this datasource.
setDsKey(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Set the key string associated with this datasource.
setFieldValue(String, String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the value of the named field.
setFieldValue(String, String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Set the value of the named field.
setFieldValue(String, String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsOptions
Set the value of the named field.
setGmsArrayVar(String, Object) - Method in interface com.sl.gmsjrt.GmsModelVariables
Assign new_array as the value of the variable named 'varname'.
setGmsVar(int, int) - Method in interface com.sl.gmsjrt.GmsModelVariables
Set the value of the variable at 'index' in the getGmsVarNames and getGmsVarTypes arrays.
setGmsVar(int, double) - Method in interface com.sl.gmsjrt.GmsModelVariables
Set the value of the variable at 'index' in the getGmsVarNames and getGmsVarTypes arrays.
setGmsVar(int, String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Set the value of the variable at 'index' in the getGmsVarNames and getGmsVarTypes arrays.
setGmsVar(String, int) - Method in interface com.sl.gmsjrt.GmsModelVariables
Set the value of the variable named 'varname' in the getGmsVarNames and getGmsVarTypes arrays.
setGmsVar(String, double) - Method in interface com.sl.gmsjrt.GmsModelVariables
Set the value of the variable named 'varname' in the getGmsVarNames and getGmsVarTypes arrays.
setGmsVar(String, String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Set the value of the variable named 'varname' in the getGmsVarNames and getGmsVarTypes arrays.
setGmsVarFromString(String, String) - Method in interface com.sl.gmsjrt.GmsModelVariables
Utility method to set string var by name
setIndexColumnFields(String[]) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the names of fields that identify the index columns for this data object.
setOptionFileName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
Set the name of the option file to read/write for this datasource.
setOptionTabClassName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set the class name of the option tab dialog for this datasource.
setResourceBundleName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set the name of the resource bundle used to localize the dialogs associated with this datasource.
setRetryDelay(long) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsConnInfo
Sets the (amount of time to delay when retrying a connection attempt.
setRowFilterColumnName(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the name of the column that will be used for row filtering.
setRowFilteringEnabled(boolean) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
Set a flag indicating whether this data source allows row filtering.
setRowFilterValue(String) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the value to match in the column used for row filtering.
setUpdateModeEnabled(boolean) - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
Set the update mode fields enabled (or disabled)
setUpdatePeriod(int) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsOptions
Set the update period (in seconds).
sortRows() - Method in class com.sl.gmsjrt.GmsTabularData
Sorts the rows in this GmsTabularData alphabetically by row name.
sortRows(int, boolean) - Method in class com.sl.gmsjrt.GmsTabularData
Sort the rows in this GmsTabularData.
startData() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Start this datasource.
STATIC_UPDATE_ONCE - Static variable in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
Update data (once) statically.
storeData(GmsRtViewDataObject, GmsTabularData) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Store a table in the data object.
storeData(String, GmsTabularData) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Store a table in all data objects that match the data key.
storeData(GmsRtViewDataObject, GmsTabularData, String[]) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Store a table in the data object, adding the specified index values.
storeData(GmsRtViewDataObject, GmsTabularData, String[], boolean) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Store a table in the data object, adding the specified index values.
storeData(String, GmsTabularData, String[]) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Store a table in all data objects that match the data key, adding the specified index values.
storeData(String, GmsTabularData, String[], boolean) - Method in class com.sl.gmsjrtviewds.GmsRtViewDs
Store a table in all data objects that match the data key, adding the specified index values.
STRING - Static variable in class com.sl.gmsjrt.GmsTabularData
java.lang.String column type
SUCCEEDED - Static variable in class com.sl.gmsjrtviewds.ConnectStatus
The connection attempt succeeded: The connection is connected.

T

terminateData() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Terminate this datasource.
toString() - Method in class com.sl.gmsjrt.GmsTabularData
Overrides default toString.
toString() - Method in class com.sl.gmsjrtviewds.GmsRtViewDataObject
 
toString() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsBaseProperties
 
toString() - Method in class com.sl.gmsjrtviewds.GmsRtViewDsControlProperties
 

U

UNKNOWN - Static variable in class com.sl.gmsjrtviewds.DataFieldValidity
Data Attachment field validity is unknown.
UNKNOWN - Static variable in class com.sl.gmsjrtviewds.DialogFieldState
Dialog field state is unknown.
unregisterData(GmsRtViewDataObject) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Unregister interest in a data object.
updateDataObject(GmsRtViewDataObject) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Update a single data object.
updateDataObject(GmsRtViewDataObject, boolean) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Update a single data object.
updateVariables() - Method in interface com.sl.gmsjrt.GmsModelVariables
Update all variables.
userHasMultipleRoles(String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method must return true if the specified user has multiple roles, otherwise false.

V

validate(GmsRtViewDataObject) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Validate a data object.
validate(GmsRtViewDsConnInfo) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Validate a connection info object.
validate(GmsRtViewDsOptions) - Method in class com.sl.gmsjrtviewds.GmsRtViewDsAdapter
Validate the datasource options.
validateClientCredentials(String, String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method is called from server applications to validate the userName and password provided by a client application.
validateColumnNames(String) - Method in class com.sl.gmsjrt.GmsTabularData
Accept a semicolon-separated list of names and return true if all the names are valid column names.
validateColumnNames(String, String[]) - Static method in class com.sl.gmsjrt.GmsTabularData
Accept a semicolon-separated list of names and a reference list of column names and return true if all the names are found in the reference list.
validateFilterValues(String, String) - Method in class com.sl.gmsjrt.GmsTabularData
Accept a semicolon-separated list of column names and a nested list of filter values in the form v1,v2;v3,v4 where each semicolon-separated set of values is associated with the corresponding column.
validateLogin(String, String) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
This method is called from the login dialog to validate the userName and password.
validateLoginOnDefaultDataServer(String, String, Vector) - Method in class com.sl.gmsjrtview.GmsCustomUserManager
Call this method to validate a login on the default data server.
valueOf(String) - Static method in class com.sl.gmsjrtviewds.ConnectStatus
 
valueOf(String) - Static method in class com.sl.gmsjrtviewds.DataFieldValidity
 
valueOf(String) - Static method in class com.sl.gmsjrtviewds.DialogFieldState
 
valueOf(String) - Static method in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
 
values() - Static method in class com.sl.gmsjrtviewds.ConnectStatus
 
values() - Static method in class com.sl.gmsjrtviewds.DataFieldValidity
 
values() - Static method in class com.sl.gmsjrtviewds.DialogFieldState
 
values() - Static method in class com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
 

A B C D E F G H I L N O R S T U V
SL-GMS Enterprise RTView Customization

Copyright 2009 Sherrill-Lubinski Corporation, 240 Tamal Vista Blvd
Corte Madera, CA 94925, U.S.A. All Rights Reserved