Deprecated Fields |
com.sssw.rts.adminapi.AgiAdmLBContainer.CLUSTER
Use AgiAdmCluster.CLUSTER .
The Cluster type of load balancing container object. |
com.sssw.rts.adminapi.AgiAdmLBElement.CLUSTER_SERVER
Use AgiAdmClusterServer.CLUSTER_SERVER .
The Cluster Server type of a load balancing element. |
com.sssw.rts.adminapi.AgiAdmDesignElement.JAVA_BEAN
As of 3.0, no operations are supported on the
JavaBeans directory or JavaBeans themselves. The operations are
to be done via the corresponding JARs, that is, you secure your
JavaBean elements by setting security on your JAR elements.
Design element type for a JavaBean. |
com.sssw.rts.adminapi.AgiAdmDirectory.JAVA_BEANS
As of 3.0, no operations are supported on the
JavaBeans directory or JavaBeans themselves. The operations are
to be done via the corresponding JARs, that is, you secure your
JavaBean elements by setting security on your JAR elements.
The JavaBeans directory. Contains design elements of the type
AgiAdmDesignElement.JAVA_BEAN.
Use for enumerating JavaBeans stored within a specific database. |
com.sssw.rts.adminapi.AgiAdmServer.PROP_CMGR_RECONNECT_SLEEP_INTERVAL
Use
AgiAdmCluster.PROP_CMGR_RECONNECT_SLEEP_INTERVAL to set the value on
the cluster level or AgiAdmClusterServer.PROP_CMGR_RECONNECT_SLEEP_INTERVAL
to set the value on the level of a cluster server.
Default value: 10 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_CMGR_RECONNECT_TRY_COUNT
Use
AgiAdmCluster.PROP_CMGR_RECONNECT_TRY_COUNT to set the value on
the cluster level or AgiAdmClusterServer.PROP_CMGR_RECONNECT_TRY_COUNT
to set the value on the level of a cluster server.
Default value: 10 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_CMGR_START_SLEEP_INTERVAL
Use
AgiAdmCluster.PROP_CMGR_START_SLEEP_INTERVAL to set the value on
the cluster level or AgiAdmClusterServer.PROP_CMGR_START_SLEEP_INTERVAL
to set the value on the level of a cluster server.
Default value: 30 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_CMGR_START_TRY_COUNT
Use
AgiAdmCluster.PROP_CMGR_START_TRY_COUNT to set the value on
the cluster level or AgiAdmClusterServer.PROP_CMGR_START_TRY_COUNT
to set the value on the level of a cluster server.
Default value: 10 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_DSA_SUITES
Use the getCipherSuites
and setCipherSuites methods to manage cipher suites.
The property for DSA cipher suites.
Value type: String.
Default value: none (by default, the property is not present on the server).
This property, if present, is represented as a string of integer values delimited
by the vertical bar character ('|').
See the documentation on cipher suites in the Administrator's Guide. |
com.sssw.rts.adminapi.AgiAdmServer.PROP_LB_CONNECT_SLEEP_COUNT
Use
AgiAdmCluster.PROP_LB_CONNECT_SLEEP_COUNT to set the value on
the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_SLEEP_COUNT
to set the value on the level of a cluster server.
Default value: 10 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_LB_CONNECT_SLEEP_INTERVAL
Use
AgiAdmCluster.PROP_LB_CONNECT_SLEEP_INTERVAL to set the value on
the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_SLEEP_INTERVAL
to set the value on the level of a cluster server.
Default value: 10 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_LB_CONNECT_TRY_COUNT
Use
AgiAdmCluster.PROP_LB_CONNECT_TRY_COUNT to set the value on
the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_TRY_COUNT
to set the value on the level of a cluster server.
Default value: 10 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_LB_CONNECT_TRY_INTERVAL
Use
AgiAdmCluster.PROP_LB_CONNECT_TRY_INTERVAL to set the value on
the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_TRY_INTERVAL
to set the value on the level of a cluster server.
Default value: 30 seconds
Value type: Integer
Usage: setProperty, getProperty |
com.sssw.rts.adminapi.AgiAdmServer.PROP_RSA_SUITES
Use the getCipherSuites
and setCipherSuites methods to manage cipher suites.
The property for RSA cipher suites.
Value type: String.
Default value: none (by default, the property is not present on the server).
This property, if present, is represented as a string of integer values delimited
by the vertical bar character ('|').
See the documentation on cipher suites in the Administrator's Guide. |
com.sssw.rt.event.AgoPropertyChangeEvent.SOURCE_PROG
|
com.sssw.rt.event.AgoPropertyChangeEvent.SOURCE_USER
|
Deprecated Methods |
com.sssw.rt.form.PvBaseContainer.addControl(Component)
use Container.add(Component) |
com.sssw.rt.form.PvBaseContainer.addControlAt(Component, int)
use Container.add(Component, int) |
com.sssw.rt.form.AgcList.addRow(String)
replaced by List.add(String) method. |
com.sssw.rt.form.AgcChoice.addRow(String)
replaced by AgcChoice.add(String,Object) . |
com.sssw.rt.form.AgcDataPrimary.beginFind()
replaced by AgoBindingManager.beginFind() method (available in agDataMgr). |
com.sssw.rt.form.AgcList.countRows()
replaced by List.getItemCount() method. |
com.sssw.rt.form.AgcChoice.countRows()
replaced by Choice.getItemCount() . |
com.sssw.rt.form.AgcDataPrimary.doFind()
replaced by AgoBindingManager.doFind() method (available in agDataMgr). |
com.sssw.rt.form.AgcTextArea.getBackgroundColor()
use Component.getBackground() . |
com.sssw.rt.form.PvBaseCanvas.getBackgroundColor()
use Component.getBackground() |
com.sssw.rt.form.AgcTextField.getBackgroundColor()
use Component.getBackground() . |
com.sssw.rt.form.PvBasePanel.getBackgroundColor()
use Component.getBackground() |
com.sssw.rt.form.AgcList.getBackgroundColor()
replaced by Component.getBackground() . |
com.sssw.rt.form.AgcChoice.getBackgroundColor()
replaced by Component.getBackground() . |
com.sssw.rt.form.AgcButtonText.getBackgroundColor()
replaced by Component.getBackground() . |
com.sssw.rt.form.AgcIntegerSpinnerField.getBackgroundColor()
replaced by Component.getBackground() . |
com.sssw.rt.form.AgcLabel.getBackgroundColor()
replaced by Component.getBackground() . |
com.sssw.rt.form.AgcHTMLEditControl.getBackgroundColor()
replaced by Component.getBackground() . |
com.sssw.rts.adminapi.AgiAdmServer.getCertificateObject()
This method is deprecated as it does nothing useful. |
com.sssw.rts.adminapi.AgiAdmServer.getCertificates()
Use AgiAdmServer.getCertificates(int flags) instead.
Retrieve information about certificates from the server. |
com.sssw.rt.event.AgoPropertyChangeEvent.getChangeSource()
|
com.sssw.rt.form.PvBaseContainer.getControl(int)
use Container.getComponent(int) |
com.sssw.rt.form.PvBaseContainer.getControlCount()
use Container.getComponentCount() |
com.sssw.rt.form.AgcTextArea.getEditable()
use TextComponent.isEditable() . |
com.sssw.rt.form.AgcTextField.getEditable()
use TextComponent.isEditable() . |
com.sssw.rt.form.AgcList.getRowText(int)
replaced by List.getItem(int) method. |
com.sssw.rt.form.AgcChoice.getRowText(int)
replaced by Choice.getItem(int) . |
com.sssw.rt.form.AgcList.getRowValue(int)
use AgcList.getItemValue(int) to obtain the value of the specified row. |
com.sssw.rt.form.AgcChoice.getRowValue(int)
replaced by AgcChoice.getItemValue(int) . |
com.sssw.rt.jform.AgcJRadioButton.getState()
use isSelected(). |
com.sssw.rt.jform.AgcJToggleButton.getState()
use isSelected(). |
com.sssw.rt.jform.AgcJCheckBox.getState()
use isSelected() . |
com.sssw.rt.form.AgcTextArea.getTextColor()
use Component.getForeground() . |
com.sssw.rt.form.AgcTextField.getTextColor()
use Component.getBackground() . |
com.sssw.rt.form.AgcButtonText.getTextColor()
replaced by Component.getForeground() . |
com.sssw.rt.form.AgcButtonRaw.getTextColor()
replaced by AgcButtonRaw.getForeground() . |
com.sssw.rt.form.AgcRectangle.getTextColor()
use AgcRectangle.getForeground() |
com.sssw.rt.form.AgcIntegerSpinnerField.getTextColor()
replaced by AgcIntegerSpinnerField.getForeground() . |
com.sssw.rt.form.AgcLabel.getTextColor()
use AgcLabel.getForeground() to obtain the Color of the control's text. |
com.sssw.shr.page.AgpTextField.getValue()
to getText().
Use getObjectValue() to get the parsed value
(e.g. a Double object if the field's datatype is TYPE_DOUBLE). |
com.sssw.rt.form.PvHelperGeneral.invokeAgent(String)
use PvHelperGeneral.invokeBusinessObject(String) |
com.sssw.srv.api.AgiDatabase.invokeAgent(String)
as of SilverStream Version 2.0. Use
AgiInvokeBusinessObject.invokeBusinessObject(String) ,
which can throw any Exception thrown by the
business object's invoked event. |
com.sssw.rt.form.PvHelperGeneral.invokeAgent(String, Object)
use PvHelperGeneral.invokeBusinessObject(String, Serializable) |
com.sssw.srv.api.AgiDatabase.invokeAgent(String, Serializable)
as of SilverStream version 2.0. Use
AgiInvokeBusinessObject.invokeBusinessObject(String, Serializable) ,
which can throw any Exception thrown by the business object's invoked event. |
com.sssw.rt.form.AgcList.removeAllRows()
replaced by List.removeAll() . |
com.sssw.rt.form.AgcChoice.removeAllRows()
replaced by Choice.removeAll() . |
com.sssw.rt.form.PvBaseContainer.removeControl(Component)
use Container.remove(Component) |
com.sssw.rt.form.AgcList.removeRow(int)
replaced by List.remove(int) method. |
com.sssw.rt.form.AgcChoice.removeRow(int)
replaced by Choice.remove(int) . |
com.sssw.rt.form.AgcList.replaceRow(String, int)
replaced by AgcList.replaceItem(String,int) method. |
com.sssw.rt.form.AgcTextArea.setBackgroundColor(Color)
use Component.setBackground(Color) . |
com.sssw.rt.form.PvBaseCanvas.setBackgroundColor(Color)
use JComponent.setBackground(Color) |
com.sssw.rt.form.AgcTextField.setBackgroundColor(Color)
use Component.setBackground(Color) . |
com.sssw.rt.form.PvBasePanel.setBackgroundColor(Color)
replaced by JComponent.setBackground(Color) . |
com.sssw.rt.form.AgcList.setBackgroundColor(Color)
replaced by Component.setBackground(Color) . |
com.sssw.rt.form.AgcChoice.setBackgroundColor(Color)
replaced by Component.setBackground(Color) . |
com.sssw.rt.form.AgcButtonText.setBackgroundColor(Color)
replaced by Component.setBackground(Color) . |
com.sssw.rt.form.AgcIntegerSpinnerField.setBackgroundColor(Color)
replaced by Component.setBackground(Color) . |
com.sssw.rt.form.AgcLabel.setBackgroundColor(Color)
replaced by AgcLabel.setBackground(Color) . |
com.sssw.rt.form.AgcHTMLEditControl.setBackgroundColor(Color)
replaced by Component.setBackground(Color) . |
com.sssw.rt.jform.AgcJRadioButton.setState(boolean)
use setSelected(). |
com.sssw.rt.jform.AgcJToggleButton.setState(boolean)
use setSelected(). |
com.sssw.rt.jform.AgcJCheckBox.setState(boolean)
use setSelected() . |
com.sssw.rt.form.PvBaseContainer.setTabOrder(Component[])
as of SilverStream 3.0. Use PvBaseContainer.setUserDefinedTabOrder(Component[]) . |
com.sssw.rt.form.AgcTextArea.setTextColor(Color)
use Component.setForeground(Color) . |
com.sssw.rt.form.AgcTextField.setTextColor(Color)
use Component.setForeground(Color) . |
com.sssw.rt.form.AgcButtonText.setTextColor(Color)
replaced by Component.setForeground(Color) . |
com.sssw.rt.form.AgcButtonRaw.setTextColor(Color)
use AgcButtonRaw.setForeground(Color) to set the color of the button text. |
com.sssw.rt.form.AgcRectangle.setTextColor(Color)
use AgcRectangle.setForeground(Color) |
com.sssw.rt.form.AgcIntegerSpinnerField.setTextColor(Color)
use Component.setForeground(Color) to assign an instance of java.awt.Color to
the control's text. |
com.sssw.rt.form.AgcLabel.setTextColor(Color)
use AgcLabel.setForeground(Color) to assign an instance of java.awt.Color
to the control's text. |
com.sssw.shr.page.AgpTextField.setValue(String)
to setText().
Use setObjectValue() to set the parsed value
(e.g. a Double object if the field's datatype is TYPE_DOUBLE). |
com.sssw.rt.form.AgcDataPrimary.validateForm()
replaced by AgoBindingManager's validateAll() method (available in agDataMgr). |