- GbjAbortingException - Exception in com.gemstone.gbj
-
This class represents a GemStone server exception that forced a rollback of the
current transaction.
- GbjAbortingException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjAbortingException
-
internal method
- GbjBreakpointBrowser - Class in com.gemstone.tools
-
- GbjBreakpointBrowser(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjBreakpointBrowser
-
Creates a new instance of GbjBreakpointBrowser
- GbjBrowser - Class in com.gemstone.tools
-
- GbjBrowser(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjBrowser
-
- GbjBrowser(GbjSession) - Constructor for class com.gemstone.tools.GbjBrowser
-
- GbjBrowser() - Constructor for class com.gemstone.tools.GbjBrowser
-
Creates new GbjBrowser
- GbjCacheStats - Class in com.gemstone.gbjstats
-
GbjCacheStats provides an application-friendly level of access to
shared page cache statistics.
- GbjCacheStats(long) - Constructor for class com.gemstone.gbjstats.GbjCacheStats
-
Establish a set of cache stats associated with this process ID
- GbjCacheStats.CacheType - Enum in com.gemstone.gbjstats
-
A representation for various types of GS processes
- GbjClassBrowser - Class in com.gemstone.tools
-
- GbjClassBrowser(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjClassBrowser
-
- GbjClassBrowser(GbjSession) - Constructor for class com.gemstone.tools.GbjClassBrowser
-
- GbjClassBrowser() - Constructor for class com.gemstone.tools.GbjClassBrowser
-
Creates new GbjClassBrowser
- GbjClassVersionBrowser - Class in com.gemstone.tools
-
- GbjClassVersionBrowser(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjClassVersionBrowser
-
Creates new GbjClassVersionBrowser
- GbjClientAdapter - Interface in com.gemstone.gbj
-
This interface must be implemented by objects that will forward messages from
a GemStone server to a client object
- GbjCollection - Class in com.gemstone.gbj
-
This subclass of GbjObject represents server instances of Collection or one
of its subclasses.
- GbjCollection() - Constructor for class com.gemstone.gbj.GbjCollection
-
- GbjCompilerException - Exception in com.gemstone.gbj
-
This class represents a GemStone server compilation exception.
- GbjCompilerException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjCompilerException
-
internal method
- GbjDebugger - Class in com.gemstone.tools
-
- GbjDebugger(GbjException) - Constructor for class com.gemstone.tools.GbjDebugger
-
- GbjDebugger() - Constructor for class com.gemstone.tools.GbjDebugger
-
Creates new GbjDebugger
- GbjEventException - Exception in com.gemstone.gbj
-
This class represents an event that has occurred in the server.
- GbjEventException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjEventException
-
internal method
- GbjException - Exception in com.gemstone.gbj
-
This class represents a GemStone server exception.
- GbjException(String) - Constructor for exception com.gemstone.gbj.GbjException
-
Construct an instance with specified message
- GbjException(GbjGciException) - Constructor for exception com.gemstone.gbj.GbjException
-
internal method
- GbjException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjException
-
- GbjFatalException - Exception in com.gemstone.gbj
-
This class represents a GemStone server exception that requires termination of the session.
- GbjFatalException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjFatalException
-
- GBJGCI_VERSION - Static variable in class com.gemstone.gbjgci.GbjGciInterface
-
String representing the GbjGci version
- GbjGciCacheStats - Class in com.gemstone.gbjgci
-
GbjGciCacheStats provides access to shared page
cache statistics returned from GbjGciInterface calls to GCSI
(GCI Cache Statistics Interface) functions.
- GbjGciCacheStats() - Constructor for class com.gemstone.gbjgci.GbjGciCacheStats
-
- GbjGciException - Exception in com.gemstone.gbjgci
-
GbjGciException provides the mechanism for passing errors occuring
in the GemStone GCI and JNI layers up to java.
- GbjGciException() - Constructor for exception com.gemstone.gbjgci.GbjGciException
-
Create an instance of GbjGciException
- GbjGciException(String) - Constructor for exception com.gemstone.gbjgci.GbjGciException
-
Create an instance of GbjGciException
- GbjGciException(int, String) - Constructor for exception com.gemstone.gbjgci.GbjGciException
-
Create an instance of GbjGciException
- GbjGciInterface - Variable in class com.gemstone.gbj.GbjKernelObjects
-
Interface class for GBJ
- GbjGciInterface - Class in com.gemstone.gbjgci
-
GbjGciInterface provides the low-level interface to the GemStone GCI.
- gbjGciInterface - Variable in class com.gemstone.gbjgci.GbjGciSession
-
The server object representing the GbjGciInterface class.
- GbjGciLogFormatter - Class in com.gemstone.gbjgci
-
GbjGciLogFormatter provides formatting for logging messages used within GBJ.
- GbjGciLogFormatter() - Constructor for class com.gemstone.gbjgci.GbjGciLogFormatter
-
- GbjGciObject - Class in com.gemstone.gbjgci
-
GbjGciObject is the primary class for representing GS Objects in the
GbjGci package.
- GbjGciObject(boolean, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a boolean
- GbjGciObject(byte, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a byte
- GbjGciObject(char, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a char
- GbjGciObject(short, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a short
- GbjGciObject(int, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a int
- GbjGciObject(long, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a long
- GbjGciObject(float, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a float
- GbjGciObject(double, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a double
- GbjGciObject(String, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a string
This will generate either a GS String or DoubleByteString
as appropriate.
- GbjGciObject(Date, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a date.
- GbjGciObject(Calendar, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on a calendar.
- GbjGciObject(Object, GbjGciSession) - Constructor for class com.gemstone.gbjgci.GbjGciObject
-
Construct new GbjGciObject for a session based on an object.
- GbjGciPreferences - Class in com.gemstone.gbjgci
-
GbjGciPreferences uses java Preferences (java System.getProperties on Android)
to determine debug trace logging levels for the various Gbj/GbjGci modules.
- GbjGciPreferences() - Constructor for class com.gemstone.gbjgci.GbjGciPreferences
-
Constructor is not really needed as all behavior is static
- GbjGciReport - Class in com.gemstone.gbjgci
-
GbjGciReport provides the low-level GS Object representation that
is used in communication with the GS/S GCI layer.
- GbjGciSession - Class in com.gemstone.gbjgci
-
GbjGciSessions represent GemStone sessions.
- GbjGciSession() - Constructor for class com.gemstone.gbjgci.GbjGciSession
-
Create an instance of GbjGciSession
- GbjGemStoneErrors - Class in com.gemstone.gbj
-
This class provides variables for all of the error numbers associated
with GbjExceptions that have category GemStoneError.
- GbjGemStoneErrors() - Constructor for class com.gemstone.gbj.GbjGemStoneErrors
-
- GbjHierarchyBrowser - Class in com.gemstone.tools
-
- GbjHierarchyBrowser(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjHierarchyBrowser
-
Creates new GbjHierarchyBrowser
- GbjHypericPluginGenerator - Class in com.gemstone.gbjstats
-
GbjHypericPluginGenerator generates an XML file that can be used by
the VMware Hyperic system monitoring tool to recognize and monitor
a GemStone environment that includes a GbxJmxCacheStatsMonitor program.
- GbjIniFile - Class in com.gemstone.tools
-
- GbjIniFile(String) - Constructor for class com.gemstone.tools.GbjIniFile
-
- GbjInspector - Class in com.gemstone.tools
-
- GbjInspector(GbjObject, String, GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjInspector
-
Creates new GbjInspector
- GbjInspectorPanel - Class in com.gemstone.tools
-
- GbjInspectorPanel() - Constructor for class com.gemstone.tools.GbjInspectorPanel
-
Creates a new instance of GbjInspectorPanel
- GbjInspectorPanel(GbjObject, String, GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjInspectorPanel
-
- GbjInspectorPanel(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjInspectorPanel
-
- GbjInternalException - Exception in com.gemstone.gbj
-
This class represents an unexpected GemStone server exception that could not
be properly handled by GemStone.
- GbjInternalException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjInternalException
-
internal method
- GbjIterator - Class in com.gemstone.gbj
-
Instances of this class iterate over collections in the GemStone server.
- GbjIterator(GbjObject, long) - Constructor for class com.gemstone.gbj.GbjIterator
-
Constructor with starting index
- GbjIterator(GbjObject) - Constructor for class com.gemstone.gbj.GbjIterator
-
Usual Constructor
- GbjIterator(GbjCollection) - Constructor for class com.gemstone.gbj.GbjIterator
-
Usual Constructor
- GbjJmxCacheStats - Class in com.gemstone.gbjstats
-
GbjJmxCacheStats is a wrapper around GbjCacheStats to allow access to shared
page cache statistics through java JMX-based monitoring tools and applications
via the DynamicMBean interface.
- GbjJmxCacheStats() - Constructor for class com.gemstone.gbjstats.GbjJmxCacheStats
-
Base constructor needed for JMX protocol
- GbjJmxCacheStats(GbjCacheStats, GbjSession) - Constructor for class com.gemstone.gbjstats.GbjJmxCacheStats
-
Create a new GbjJmxCacheStats object on a particular set of
GbjCacheStats from a given GS session
- GbjJmxCacheStatsMonitor - Class in com.gemstone.gbjstats
-
GbjJmxCacheStatsMonitor is a JMX-compatible application that can be used to
monitor and control a GemStone system from a JMX-compatible monitoring tool,
such as jconsole or VMware's Hyperic product.
- GbjJmxCommandInfo - Class in com.gemstone.gbjstats
-
Helper class used by GbjJmxSystemStats and GbjHypericPluginGenerator
to hold customer-configurable information on valid JMX/Hyperic Commands.
- GbjJmxDataFile - Class in com.gemstone.gbjstats
-
Helper class used by GbjJmxSystemStatInfo and GbjJmxCommandInfo to
open and read template data files held in $GBJ/server.
- GbjJmxSystemStatInfo - Class in com.gemstone.gbjstats
-
Helper class used by GbjJmxSystemStats and GbjHypericPluginGenerator
to hold customer-configurable information on JMX/Hyperic System Stats.
- GbjJmxSystemStats - Class in com.gemstone.gbjstats
-
GbjJmxSystemStats provides System-level statistics for a GemStone system.
- GbjJmxSystemStats(GbjCacheStats, GbjCacheStats, GbjSession) - Constructor for class com.gemstone.gbjstats.GbjJmxSystemStats
-
GbjJmxSystemStats constructor
- GbjKernelObjects - Class in com.gemstone.gbj
-
Instance of this class hold pre-defined stubs for many GemStone
server objects.
- GbjKernelObjects(GbjSession, long[]) - Constructor for class com.gemstone.gbj.GbjKernelObjects
-
Constructor for GbjKernelObjects
- GbjLauncher - Class in com.gemstone.tools
-
- GbjLauncher() - Constructor for class com.gemstone.tools.GbjLauncher
-
Creates new GbjLauncherS
- GbjLauncher(GbjSession) - Constructor for class com.gemstone.tools.GbjLauncher
-
- GbjLoginDialog - Class in com.gemstone.tools
-
GbjLoginDialog implements the login dialog window presented during login.
- GbjLoginDialog(GbjParameters) - Constructor for class com.gemstone.tools.GbjLoginDialog
-
Creates new GbjLoginDialog
- GbjMethodBrowser - Class in com.gemstone.tools
-
- GbjMethodBrowser(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjMethodBrowser
-
- GbjMethodBrowser() - Constructor for class com.gemstone.tools.GbjMethodBrowser
-
- GbjMethodListBrowser - Class in com.gemstone.tools
-
- GbjMethodListBrowser() - Constructor for class com.gemstone.tools.GbjMethodListBrowser
-
- GbjMethodListBrowser(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjMethodListBrowser
-
- GbjNonKernelException - Exception in com.gemstone.gbj
-
This class represents an exception that was signaled with an error category other
than GemStoneError in the server.
- GbjNonKernelException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjNonKernelException
-
internal method
- GbjObject - Class in com.gemstone.gbj
-
Instances of this class represent server objects in a GemStone server.
- GbjObject() - Constructor for class com.gemstone.gbj.GbjObject
-
Special constructor - should only be used for generating
a template object for java/GS class mapping operations
- GbjObject(boolean, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a boolean for this session.
- GbjObject(byte, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a byte for this session.
- GbjObject(char, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a character for this session.
- GbjObject(short, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a short for this session.
- GbjObject(int, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing an int for this session.
- GbjObject(long, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a long for this session.
- GbjObject(float, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a float for this session.
- GbjObject(double, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a double for this session.
- GbjObject(String, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a string for this session.
- GbjObject(Date, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a date for this session.
- GbjObject(Calendar, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing a calendar for this session.
- GbjObject(DoubleByteString, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
- GbjObject(Object, GbjSession) - Constructor for class com.gemstone.gbj.GbjObject
-
Construct a GS object representing an object for this session.
- GbjObservable - Interface in com.gemstone.gbj
-
This interfaces allows objects implementing GbjObserver to monitor an object such
as a GbjSession
- GbjObserver - Interface in com.gemstone.gbj
-
This interface allows objects to monitor events in GbjObservables such as
GbjSession instances
- GbjParameters - Class in com.gemstone.gbj
-
Instances of this class are used to specify the information needed to
configure a GemStone session.
- GbjParameters() - Constructor for class com.gemstone.gbj.GbjParameters
-
The default parameters specify an anonymous connection with read-only
access and a 15 minute timeout.
- GbjPoller - Class in com.gemstone.gbj
-
GbjPoller provides support for a polling thread that keeps track
of asynchronous errors and triggers an appropriate method when they
occur.
- GbjPoller(GbjSession) - Constructor for class com.gemstone.gbj.GbjPoller
-
- GbjRuntimeException - Exception in com.gemstone.gbj
-
This class represents a GemStone server runtime exception, such as a key not being
found in a dictionary, division by zero, message not understood, and so on.
- GbjRuntimeException(GbjSession, GbjGciException) - Constructor for exception com.gemstone.gbj.GbjRuntimeException
-
internal method
- GbjSession - Class in com.gemstone.gbj
-
A GbjSession is used to communicate with a GemStone server process.
- GbjSession() - Constructor for class com.gemstone.gbj.GbjSession
-
- GbjSession(GbjParameters) - Constructor for class com.gemstone.gbj.GbjSession
-
GbjSession() requires a sessionParameters object, which tells the
session the host and port for the connection as well as the type
of session requested
- GbjSplashScreen - Class in com.gemstone.tools
-
- GbjWorkSpace - Class in com.gemstone.tools
-
- GbjWorkSpace(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbjWorkSpace
-
Creates new GbjWorkSpace
- GbjWorkSpace(GbjSession) - Constructor for class com.gemstone.tools.GbjWorkSpace
-
- GbjWorkSpace() - Constructor for class com.gemstone.tools.GbjWorkSpace
-
- GbxAdaptor - Class in com.gemstone.tools
-
- GbxAdaptor() - Constructor for class com.gemstone.tools.GbxAdaptor
-
- GbxAutoLoginDialog - Class in com.gemstone.tools
-
- GbxAutoLoginDialog() - Constructor for class com.gemstone.tools.GbxAutoLoginDialog
-
Creates a new instance of GbxAutoLoginDialog
- GbxConstants - Class in com.gemstone.gbj
-
Constants used internally by GBJ
- GbxConstants() - Constructor for class com.gemstone.gbj.GbxConstants
-
Creates new GbjConstants
- GbxDebugDialog - Class in com.gemstone.tools
-
- GbxDebugDialog(String, GbjException, boolean, boolean, GbxTool, GbjLauncher) - Constructor for class com.gemstone.tools.GbxDebugDialog
-
- GbxDebugDialog(String, GbjException, boolean, boolean, GbxTool) - Constructor for class com.gemstone.tools.GbxDebugDialog
-
Creates a new instance of DebugDialog
- GbxDebugDialog(String, GbjException, boolean, boolean, GbxToolPanel) - Constructor for class com.gemstone.tools.GbxDebugDialog
-
- GbxGifs - Class in com.gemstone.tools
-
- GbxGifs() - Constructor for class com.gemstone.tools.GbxGifs
-
- GbxImagePanel - Class in com.gemstone.tools
-
- GbxImagePanel() - Constructor for class com.gemstone.tools.GbxImagePanel
-
Creates new GbxImagePanel
- GbxImagePanel(byte[]) - Constructor for class com.gemstone.tools.GbxImagePanel
-
- GbxListDialog - Class in com.gemstone.tools
-
- GbxListDialog(String, String, String[]) - Constructor for class com.gemstone.tools.GbxListDialog
-
Creates a new instance of GbxListDialog
- GbxLongWarning - Class in com.gemstone.tools
-
Not used but may want in the future for long error messages
- GbxLongWarning() - Constructor for class com.gemstone.tools.GbxLongWarning
-
Creates a new instance of GbxLongWarning
- GbxReportDialog - Class in com.gemstone.tools
-
- GbxReportDialog(GbjLauncher) - Constructor for class com.gemstone.tools.GbxReportDialog
-
Creates a new instance of GbxReportDialog
- GbxSettingsDialog - Class in com.gemstone.tools
-
- GbxSettingsDialog() - Constructor for class com.gemstone.tools.GbxSettingsDialog
-
Creates new GbxSettingsDialog
- GbxSettingsDialog(Font, boolean, boolean, boolean, boolean, boolean, int, boolean) - Constructor for class com.gemstone.tools.GbxSettingsDialog
-
- GbxTool - Class in com.gemstone.tools
-
- GbxTool() - Constructor for class com.gemstone.tools.GbxTool
-
Creates new GbxToolS
- GbxToolPanel - Class in com.gemstone.tools
-
- GbxToolPanel() - Constructor for class com.gemstone.tools.GbxToolPanel
-
Creates a new instance of GbxToolPanel
- GbxToolPanel(GbjSession, GbjLauncher) - Constructor for class com.gemstone.tools.GbxToolPanel
-
- GbxToolsSupport - Interface in com.gemstone.tools
-
- GbxWindowMenuItem - Class in com.gemstone.tools
-
- GbxWindowMenuItem(int, String) - Constructor for class com.gemstone.tools.GbxWindowMenuItem
-
Creates a new instance of GbxWindowMenuItem
- GCI_ERR_ACTION_DEFINED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
This user action is already defined for this application.
- GCI_ERR_ACTION_DEFINED_FATAL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
This user action is already defined for this application.
- GCI_ERR_ACTIVE_SESSIONS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You attempted to install a user action, and there are GemStone
sessions already active.
- GCI_ERR_ALREADY_LOGGED_IN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to log in after the session was already
established.
- GCI_ERR_ARG_NOT_PAIRS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The argument to remotePerform: should be a list of pairs of
object/bools, of maximum size 20.
- GCI_ERR_BAD_NUM_ACTION_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You invoked a method or user action with the wrong number
of arguments.
- GCI_ERR_BAD_NUM_LCL_ACTION_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You invoked a local user action with the wrong number of arguments.
- GCI_ERR_BAD_NUM_MSG_PARTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GciSendMsg was called with an inconsistent number of message
parts.
- GCI_ERR_BAD_SESSION_ID - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The GCI was called with a SessionId that is not a legal VCID.
- GCI_ERR_BREAK_CANCELED_MSG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Given command was not processed due to a hard break.
- GCI_ERR_CALL_NOT_SUPPORTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The GCI call is not supported when invoked
from a client user action.
- GCI_ERR_CATCH_BUFF_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The catch buffer level must be in the range 0 to 20.
- GCI_ERR_CATCH_BUFF_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A non-existent catch buffer was specified.
- GCI_ERR_EXEC_CLIENT_USERACT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Invoke the client useraction with arguments:
(1) the action name;
(2) reserved for internal use;
(3-10) the arguments to the action routine.
- GCI_ERR_FATAL_INTERNAL_RPC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An internal logic error was detected in the implementation of
an RPC GCI call.
- GCI_ERR_FETCH_PATH_FAIL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A path in GciFetchPaths failed due to another GemStone error.
- GCI_ERR_MAX_ACTION_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You are requesting too many arguments for a user action.
- GCI_ERR_NO_START_CMD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A request was made to complete a non-blocking GCI call when
no such call was initiated.
- GCI_ERR_NO_USER_ACTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to call a user action that is not registered with the gem.
- GCI_ERR_OP_IN_PROGRESS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A GCI operation was attempted before a previous nonblocking
operation was completed.
- GCI_ERR_PARENT_SESSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The attempted GCI operation is illegal in a user action
when applied to a session inherited from a parent GemStone
Smalltalk or GCI scope.
- GCI_ERR_RESULT_PATH_TOO_LARGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
In GciStrToPath, GciPathToStr, the result was larger than the C
array specified to hold the result.
- GCI_ERR_SYMBOL_FWD_REF - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
User attempted to create a forward reference to a Symbol or define
(fill in the state of) a forward reference as a Symbol
Args: (1) oop specified for the forward reference.
- GCI_ERR_TRAV_BUFF_TOO_SMALL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given traversal buffer length must be of sufficient size
to report at least one object.
- GCI_ERR_TRAV_COMPLETED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
There exists no valid traversal because there was no
prior invocation of gciTraverseObjects or there has been
a modification to the database.
- GCI_ERR_TRAV_OBJ_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given object was not found within the given traversal buffer.
- GCI_ERR_UNEXPECTED_LNK_ERR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An active linkable GCI session received an unexpected error
during processing a GCI call to another RPC session.
- GCI_ERR_USER_ACTION_PENDING - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You attempted a GCI operation that is not legal during the
implementation of a user action.
- gciVersion() - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Return the GCI version string.
- GCSIattach(String) - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Attach to a particular shared page cache on this host.
- GCSIdetach() - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Detach from an attached shared page cache.
- GCSIgetStats(long, GbjGciCacheStats) - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Return back the cache statistics sampled earlier for a particular process.
- GCSIgetStats(int) - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Return back the cache statistics sampled earlier for a particular process.
- GCSIinitialize() - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Initialize the GCSI (GCI Cache Statistics Interface).
- GCSIsampleStats(long[]) - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Take a sample of cache stats for all processes on this cache.
- GCSIstatNames() - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Return a String[][] containing cache statistic names.
- gemnetName - Variable in class com.gemstone.gbj.GbjParameters
-
The GemStone gem service.
- GemStoneError - Variable in class com.gemstone.gbj.GbjKernelObjects
-
GSGemStoneError refers to GemStone's error category dictionary.
- get(String, String) - Static method in class com.gemstone.gbjgci.GbjGciPreferences
-
Return a preference string value
- get(String) - Static method in class com.gemstone.gbjgci.GbjGciPreferences
-
Return a preference string value
- get(String) - Method in class com.gemstone.gbjstats.GbjCacheStats
-
Return the value of the stat with this given name
- get(String) - Method in class com.gemstone.tools.GbjIniFile
-
- getActionMessage() - Static method in class com.gemstone.tools.GbjSplashScreen
-
- getAttribute(String) - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
-
Support for JMX DynamicMBean interface
- getAttributes(String[]) - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
-
Support for JMX DynamicMBean interface
- getAutoLogin() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- getByte(int) - Method in class com.gemstone.gbjgci.GbjGciObject
-
Retrieve the designated byte from this byte-based GS object.
- getBytes(GbjObject, long, int) - Method in class com.gemstone.gbj.GbjSession
-
Retrieve the designated bytes from this byte-based GS object.
- getBytes(int, int) - Method in class com.gemstone.gbjgci.GbjGciObject
-
Retrieve the designated bytes from this byte-based GS object.
- getBytes(GbjGciObject, long, int) - Method in class com.gemstone.gbjgci.GbjGciSession
-
Retrieve the designated bytes from this byte-based GS object.
- getClientVerbose() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- getDialogResult() - Method in class com.gemstone.tools.GbjLoginDialog
-
- getFontUpdate() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- getFormat() - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Return 32/641/642, depending on the associated GS/S product.
- getGemstonePassword() - Method in class com.gemstone.tools.GbxAutoLoginDialog
-
- getGlobalWindowID() - Method in class com.gemstone.tools.GbjLauncher
-
- getHostPassword() - Method in class com.gemstone.tools.GbxAutoLoginDialog
-
- getIndexedSize() - Method in class com.gemstone.gbjgci.GbjGciObject
-
Return the size of the indexed component
of this oop-based GS object
- getInstance() - Static method in class com.gemstone.tools.GbjSplashScreen
-
- getLogger() - Method in class com.gemstone.tools.GbxTool
-
- getMBeanInfo() - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
-
Support for JMX DynamicMBean interface
- getMessage() - Method in exception com.gemstone.gbj.GbjCompilerException
-
- getMessage() - Method in exception com.gemstone.gbj.GbjException
-
return the error message held by the receiver.
- getMessage() - Method in exception com.gemstone.gbjgci.GbjGciException
-
Return a composite of both the Exception and GCI error messages
- getName() - Method in class com.gemstone.gbj.GbjSession
-
getName() will return an identifying description of a session.
- getNamedObj(int) - Method in class com.gemstone.gbjgci.GbjGciObject
-
Retrieve the designated GS object from the named instvar for this GS object.
- getNamedObjs(GbjObject, long, int) - Method in class com.gemstone.gbj.GbjSession
-
Retrieve the designated GS objects from the named instvars for this GS object.
- getNamedObjs(int, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciObject
-
Retrieve the designated GS objects from the named instvars for this GS object.
- getNamedObjs(GbjGciObject, long, int) - Method in class com.gemstone.gbjgci.GbjGciSession
-
Retrieve the designated GS objects from the named instvars for this GS object.
- getNamedObjs(GbjGciObject, long, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciSession
-
Retrieve the designated GS objects from the named instvars for this GS object.
- getNamedSize() - Method in class com.gemstone.gbjgci.GbjGciObject
-
Return the size of named instance variables
of this oop-based GS object
- getObj(int) - Method in class com.gemstone.gbjgci.GbjGciObject
-
Retrieve the designated GS object from this indexable GS object
- getObjs(GbjObject, long, int) - Method in class com.gemstone.gbj.GbjSession
-
Retrieve the designated GS objects from this indexable GS object
- getObjs(int, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciObject
-
Retrieve the designated GS objects from this indexable GS object.
- getObjs(int, int) - Method in class com.gemstone.gbjgci.GbjGciObject
-
Retrieve the designated GS objects from this indexable GS object.
- getObjs(GbjGciObject, long, int) - Method in class com.gemstone.gbjgci.GbjGciSession
-
Retrieve the designated GS objects from this indexable GS object
- getObjs(GbjGciObject, long, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciSession
-
Retrieve the designated GS objects from this indexable GS object,
returning the results in the supplied array.
- getObjType() - Method in class com.gemstone.gbjgci.GbjGciObject
-
Returns an integer value representing the type of GS server
object.
- getObjType() - Method in class com.gemstone.gbjgci.GbjGciReport
-
Returns an integer representing the type of object
as represented on the GS server.
- getOK() - Method in class com.gemstone.tools.GbxAutoLoginDialog
-
- getOop() - Method in class com.gemstone.gbjgci.GbjGciReport
-
Return the oop of this GS object.
- getPassword(InputStream, String) - Static method in class com.gemstone.tools.PasswordField
-
- getPref() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- getSavePassword() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- getServerVerbose() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- getSession() - Method in class com.gemstone.gbj.GbjObject
-
Return the GbjSession associated with this GbjObject
- getSession() - Method in class com.gemstone.gbjgci.GbjGciObject
-
Return the GbjGciSession object associated with this GS object
- getSessionId() - Method in class com.gemstone.gbjgci.GbjGciSession
-
Return the session ID for this session
- getShortName() - Method in class com.gemstone.gbj.GbjSession
-
getShortName() will return a short identifying description of a
session.
- getTabSize() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- getTextFromFile() - Method in class com.gemstone.tools.GbxTool
-
- getTextFromFile() - Method in class com.gemstone.tools.GbxToolPanel
-
- getTotalSize() - Method in class com.gemstone.gbjgci.GbjGciObject
-
Return the total size (including both instance variables and
indexed components) of this oop-based GS object
- getTransactionMode() - Method in class com.gemstone.gbj.GbjSession
-
getTransactionMode() returns a string describing the current
transaction mode.
- getValType() - Method in class com.gemstone.gbjgci.GbjGciObject
-
Returns an integer value representing the type of java object
cached on the client.
- getValType() - Method in class com.gemstone.gbjgci.GbjGciReport
-
Returns an integer representing the type of java object
cached on the client as representative of the GS server object.
- getWindowID() - Method in class com.gemstone.tools.GbxTool
-
- getWordWrap() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- GS_ERR_ACTIVE_USER_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Too many sessions already logged in with given userId.
- GS_ERR_BAD_GEM_DBF_VERSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The Gem and dbf versions are incompatible.
- GS_ERR_BAD_GEM_STONE_VERSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The Gem and Stone versions are incompatible.
- GS_ERR_BAD_ROOT_PAGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The root page of the repository is bad.
- GS_ERR_COPY_PROTECTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Copy protection check failed.
- GS_ERR_DISCONNECT_IN_LOGIN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Stone disconnected during an attempt to login, probably
because logins are disabled or max users are already logged in.
- GS_ERR_GCI_SESSIONS_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Login failed because the session limit of the GCI has been
reached.
- GS_ERR_GEM_FATAL_SHUTDOWN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Gem did not shut down normally.
- GS_ERR_GEM_NORMAL_SHUTDOWN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Gem is shutting down normally Args: none.
- GS_ERR_GEM_STONE_NET_PROTOCOL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A protocol error occurred on the Gem-Stone network connection.
- GS_ERR_LOGIN_DENIAL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The login failed because of an invalid userId/password combination,
or an expired password.
- GS_ERR_LOGINS_DISABLED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The login failed because all logins are currently disabled.
- GS_ERR_MAX_REMOTE_CACHE_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Login attempt failed - the maximum number of remote caches
already exist.
- GS_ERR_MAX_SESSIONS_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Login failed because the system was full.
- GS_ERR_NO_CAPABILITY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You attempted to use a feature not licensed to you.
- GS_ERR_NO_FREE_FRAMES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
No free frames available from the shared page cache.
- GS_ERR_NO_MORE_OOPS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The GemStone system ran out of oops.
- GS_ERR_REMOTE_GEMS_DISALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GemStone/S Limited Edition does not allow remote sessions.
- GS_ERR_REMOVE_FROM_CACHES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A page owned by a Gem could not be removed from a remote cache.
- GS_ERR_SESSION_SHUTDOWN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The Data Curator is shutting down this session.
- GS_ERR_SHRPC_CONNECTION_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The process detected a connection failure from the
SharedPageCache monitor.
- GS_ERR_SHRPC_INVALID_CONFIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The process tried to login to a Stone with the config file
specifying that the SharedPageCache should NOT be used when
the Stone already has a SharedPageCache active on the host
machine.
- GS_ERR_SHRPC_UNEXPECTED_NET_EVENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The process detected an unexpected read or write event
from the SharedPageCache monitor.
- GS_ERR_STN_NET_LOST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An end of file was received over the Gem-Stone network,
indicating that the network is being shut down.
- GS_ERR_STN_SHUTDOWN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Stone is shutting down.
- GS_ERR_STOP_GC_GEM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The GcGem process received a signal that forces a shutdown.
- GS_ERR_VM_OUT_OF_GSSCOPES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
VM ran out of GsScopes memory.
- readLock() - Method in class com.gemstone.gbj.GbjObject
-
lock this database object.
- readLockContents() - Method in class com.gemstone.gbj.GbjCollection
-
lock the contents of this collection.
- registerAdapter(String, GbjClientAdapter) - Method in class com.gemstone.gbj.GbjSession
-
registerAdapter specifies an object to be used in forwarding messages
for the given Java class.
- registerStaticAdapter(String, GbjClientAdapter) - Static method in class com.gemstone.gbj.GbjSession
-
registerStaticAdapter specifies an object to be used in forwarding
messages for the given Java class.
- registerStaticStub(GbjObject, String) - Static method in class com.gemstone.gbj.GbjSession
-
registerStaticStub allows building of a GemStone@lt-@gtJava class
correspondence at static initialization time.
- registerStub(GbjObject, String) - Method in class com.gemstone.gbj.GbjSession
-
registerStub allows building of a GemStone@lt-@gtJava class
correspondence
at run time.
- registerStub(GbjObject, GbjObject) - Method in class com.gemstone.gbj.GbjSession
-
registerStub allows building of a GemStone<->Java class
correspondence
at run time.
- registerWindow(GbxTool) - Method in class com.gemstone.tools.GbjLauncher
-
- reject(String) - Method in class com.gemstone.gbj.GbjCollection
-
Return a collection of all the elements of the server object that do not
satisfy the given block
- remainingElements() - Method in class com.gemstone.gbj.GbjIterator
-
Return all of the remaining elements left in the iterator.
- remoteClass() - Method in class com.gemstone.gbj.GbjObject
-
Fetch the server object's class.
- remoteClone() - Method in class com.gemstone.gbj.GbjObject
-
Answer a shallow copy of the server object.
- remoteCopy() - Method in class com.gemstone.gbj.GbjObject
-
Answer a shallow copy of the server object.
- remoteEquals(Object) - Method in class com.gemstone.gbj.GbjObject
-
Answer whether the server object and the argument have equal values.
- remoteEqualsIdentical(Object) - Method in class com.gemstone.gbj.GbjObject
-
Answer whether the server object is identical to the given object.
- remoteEqualsNoCase(Object) - Method in class com.gemstone.gbj.GbjObject
-
Answer whether the server object is equal to the given object with
case-insensitive comparison.
- remoteHash() - Method in class com.gemstone.gbj.GbjObject
-
Answer the server object's equality hash code.
- remoteIdentityHash() - Method in class com.gemstone.gbj.GbjObject
-
Answer the server object's identity hash code.
- remoteIsEquivalent(GbjObject) - Method in class com.gemstone.gbj.GbjObject
-
Is the server object equivalent to the given object?
This test is oriented toward string comparisons and is not
generally useful for other types of objects.
- remoteSize() - Method in class com.gemstone.gbj.GbjObject
-
Fetch the server object's size.
- remoteSizeOf_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- remoteSpecies() - Method in class com.gemstone.gbj.GbjObject
-
Answer the server object's class for cloning operations
- remove(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
-
Remove the given object's value from the server object, throwing an error
if not found
- removeAll(GbjCollection) - Method in class com.gemstone.gbj.GbjCollection
-
Remove the given collection's values from the server object, throwing an error
if not found
- removeAllBreaks() - Method in interface com.gemstone.tools.GbxToolsSupport
-
- removeAllIdentical(GbjCollection) - Method in class com.gemstone.gbj.GbjCollection
-
Remove the given objects from the server object, throwing an error if not found
- removeBreakpoint_inMethod_(int, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- removeClass_fromDict_(GbjObject, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- removeClassString - Static variable in class com.gemstone.gbj.GbxConstants
-
- removeDictionary_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- removeDictionaryString - Static variable in class com.gemstone.gbj.GbxConstants
-
- removeFromClassHistory_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- removeIdentical(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
-
Remove the given object from the server object, throwing an error if not found
- removeLock() - Method in class com.gemstone.gbj.GbjObject
-
release any lock held on this object by this application.
- removeLocksOnContents() - Method in class com.gemstone.gbj.GbjCollection
-
release locks held on the contents of this collection.
- removeMethod_fromClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- removeMethodString - Static variable in class com.gemstone.gbj.GbxConstants
-
- removeObserver(GbjObserver) - Method in interface com.gemstone.gbj.GbjObservable
-
- removeObserver(GbjObserver) - Method in class com.gemstone.gbj.GbjSession
-
remove an observer
- removeProtocol_fromClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- removeProtocolString - Static variable in class com.gemstone.gbj.GbxConstants
-
- removeValue(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
-
Remove the given object's value from the server object, throwing an error
if not found
- renameDictionary_as_(GbjObject, String) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- renameDictionaryString - Static variable in class com.gemstone.gbj.GbxConstants
-
- renameProtocol_to_inClass_(String, String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- renameProtocolString - Static variable in class com.gemstone.gbj.GbxConstants
-
- REP_ERR_BAD_BKUP_SWIZZLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
an invalid swizzle transform was detected in a backup file.
- REP_ERR_BAD_BKUP_VERSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
an incompatible file version was detected in a backup file.
- REP_ERR_BAD_DBF_SWIZZLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An invalid swizzle transform was detected in a database extent.
- REP_ERR_BAD_EXTENT_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given maximum extent size is smaller than the minimum size
of an extent.
- REP_ERR_BAD_FILE_SPEC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given file spec was invalid.
- REP_ERR_CANT_CREATE_FILE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system was unable to create the given file.
- REP_ERR_CANT_CREATE_REPOS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The specified repository could not be created.
- REP_ERR_CANT_DISPOSE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Unable to dispose of the replicate.
- REP_ERR_CANT_OPEN_FILE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given file could not be opened.
- REP_ERR_EXTENT_NOT_MOUNTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given extent was not part of the logical repository.
- REP_ERR_FILE_ALREADY_EXISTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A file already exists with the given name.
- REP_ERR_FILE_NAME_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The filename is too large.
- REP_ERR_INCOMPATIBLE_REPOS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The repository version does not match the version of GemStone
currently being run.
- REP_ERR_MAX_EXTENTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to create a new extent when the logical
repository already has the maximum number of extents attached.
- REP_ERR_MAX_ONLINE_REPOS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to attach more repositories than can
be on-line at one time.
- REP_ERR_NO_FREE_PAGES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Stone was unable to find any free pages
after growing the repository.
- REP_ERR_PRE_GROW_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given extent could not be created because an attempt
to pre-grow the file failed for disk capacity reasons.
- REP_ERR_REPLICATE_NOT_MOUNTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The replicate referenced is not mounted.
- REP_ERR_REPLICATE_ONLINE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given extent already has a replicate online.
- REP_ERR_REPOS_FULL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The logical repository is full.
- REP_ERR_REPOS_NEEDS_RECOVERY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The repository could not be attached because it was left
in an inconsistent state.
- REP_ERR_REPOS_NOT_ATTACHED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The repository referenced is not attached.
- REP_ERR_REPOS_READ - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A read error was detected when reading from the repository.
- REP_ERR_REPOS_WRITE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A write error was detected when writing to the repository.
- REP_ERR_SYSTEM_REP_NOT_ATTACHED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system repository could not be attached.
- REP_ERR_SYSTEM_REP_NOT_ATTACHED_BAD_PID - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system repository could not be attached
because the pid in the repos did not match stone pid.
- REP_ERR_SYSTEM_REP_NOT_ATTACHED_INCOMPATIBLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system repository could not be attached
because extent is not compatible with primary extent.
- REP_ERR_SYSTEM_REP_NOT_ATTACHED_NO_EXTENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system repository could not be attached
because the extent could not be mounted.
- REP_ERR_SYSTEM_REP_NOT_ATTACHED_NO_STONE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system repository could not be attached
because the stone could not be found.
- resetClassOrganizer() - Method in class com.gemstone.tools.GbxTool
-
- resetClassOrganizer() - Method in class com.gemstone.tools.GbxToolPanel
-
- resetClassOrganizer() - Method in interface com.gemstone.tools.GbxToolsSupport
-
- resizePanel(int, int) - Method in class com.gemstone.tools.GbjInspectorPanel
-
- respondsTo(String) - Method in class com.gemstone.gbj.GbjObject
-
Does the server object respond to the given message selector?
- result() - Method in class com.gemstone.tools.GbxListDialog
-
- resultValue() - Method in class com.gemstone.tools.GbxSettingsDialog
-
- rollbackTransaction() - Method in class com.gemstone.gbj.GbjSession
-
rollbackTransaction() rolls back the current transaction in the
database.
- RT_ERR_ABORT_TRANS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The transaction was aborted by the user.
- RT_ERR_ABORT_WOULD_LOSE_DATA - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A method is being run that requires an abort to function,
however, an abort would result in lost data as there are
modified objects.
- RT_ERR_ADD_DUP_INSTVAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The name of a new instance variable would duplicate the name
of an already existing instance variable.
- RT_ERR_ALREADY_HAS_SUBCLASSES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
disallowSubclasses is not allowed because The class
(Arg1) already has subclasses.
- RT_ERR_ARG_NOT_CHR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to store a object other than a character
into a string.
- RT_ERR_ARG_NOT_POSITIVE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A negative or non-numeric was found where a positive numeric
was expected.
- RT_ERR_ARG_NOT_POWER_OF_TWO - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The value was expected to be a power of 2.
- RT_ERR_ARG_OUT_OF_RANGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An argument was too large or out of range.
- RT_ERR_ARG_TOO_LARGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object (arg 1) is too large.
- RT_ERR_ARG_TOO_SMALL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object (arg 1) is too small.
- RT_ERR_ATTEMPT_TO_PASSIVATE_INVALID_OBJECT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempted to write an object to a passive object.
- RT_ERR_AUTH_ARRAY_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to change Segment authorization, but the
number of elements in the authorization array was wrong.
- RT_ERR_AUTH_ILLEGAL_OPERATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An operation for a UserProfile was attempted which is
disallowed under the current authentication scheme.
- RT_ERR_AUTH_ILLEGAL_PASSWD_CHANGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to change the password of a UserProfile
which is not using GemStone athentication.
- RT_ERR_BAD_ARG_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The specified object was not of the expected class kind.
- RT_ERR_BAD_ARG_KIND_2 - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object is not one of the expected class kinds.
- RT_ERR_BAD_BLOCK_ARG_COUNT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to evaluate a block or method with the
wrong number of arguments.
- RT_ERR_BAD_CONSTRAINT_FOR_MIGRATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An object cannot be migrated an inst var participates in an index
with a constraint.
- RT_ERR_BAD_COPY_FROM_TO - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An index range was specified for a sequenceable collection with the
starting index greater than the ending index.
- RT_ERR_BAD_DATE_TIME_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Invalid arguments given to DateTime instance creation.
- RT_ERR_BAD_ERR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was to signal an error that has a bad format,
but it has a non-positive error number.
- RT_ERR_BAD_EUC_FORMAT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The bytes of the EUCString are not in EUC format.
- RT_ERR_BAD_EUC_VALUE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The EUC value is not valid and does not correspond to a
JISCharacter.
- RT_ERR_BAD_EXTENT_ID - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Bad extent Id passed in System>>_startGcSession:extentId:.
- RT_ERR_BAD_FORMAT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An object was being read from a string or stream, but the
format was not correct to read an object of the specified class.
- RT_ERR_BAD_FORMAT_SPEC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An illegal formatting array was specified for the given class.
- RT_ERR_BAD_GC_TYPE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Bad GcType code passed in
System>>_startGcSession:extentId:.
- RT_ERR_BAD_GSPROCESS_ARG_COUNT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to create a GsProcess with the wrong number
of arguments for the specified block.
- RT_ERR_BAD_OBJ_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Object has invalid size.
- RT_ERR_BAD_PASSWORD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Specific errors related to object traversal on the GCI client.
- RT_ERR_BAD_PATTERN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Illegal pattern array for string pattern matching.
- RT_ERR_BAD_PRIV - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A privilege was specified that was not a valid privilege string.
- RT_ERR_BAD_SESSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A session was specified that does not exist.
- RT_ERR_BAD_STREAM_POSITION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to set the Stream position beyond the
limits of the collection.
- RT_ERR_BAD_SUBSCRIPT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A subscript that was out of range or not an Integer was used
to index an object.
- RT_ERR_BAD_SYMBOL_LIST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The user's symbol list is not a kind of Array containing
objects that are a kind of SymbolDictionary.
- RT_ERR_BAD_TAG_NUM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The tag number specified is not allowed, legal values are 1 and 2.
- RT_ERR_BAG_CLASS_DOES_NOT_SUPPORT_RANGE_OPERATORS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to create an equality index with a class
that does not support range operators.
- RT_ERR_BAG_INVALID_PREDICATE_FOR_STREAM_SELECTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The predicate for selectAsStream was invalid.
- RT_ERR_BAG_INVALID_SORT_SPECIFICATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Unable to sort using the given sort specification.
- RT_ERR_BAG_NO_CONSTRAINT_ALONG_PATH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to create an index along the path with no
constraint.
- RT_ERR_BAG_NO_RANGE_INDEX_ON_PATH_EXPRESSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The path expression in the predicate for selectAsStream does
not have a range equality index.
- RT_ERR_BAG_ONLY_ONE_PREDICATE_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Only one predicate is allowed for selectAsStream.
- RT_ERR_BAG_ONLY_SELECT_BLOCK_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Only select blocks are allowed for selectAsStream.
- RT_ERR_BAG_OPERATION_NOT_SUPPORTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The comparison operation in the predicate for selectAsStream is
not supported.
- RT_ERR_BEGIN_TRANS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to begin a new transaction when already
in a transaction.
- RT_ERR_BTREE_READ_STREAM_END_OF_STREAM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to read beyond the end of the stream.
- RT_ERR_CANNOT_BECOME_GENERIC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
become is not allowed on this object.
- RT_ERR_CANNOT_BECOME_SELF_ON_STACK - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object is present on the GemStone Smalltalk stack as "self",
and cannot participate in a "become" operation.
- RT_ERR_CANNOT_SUSPEND_LOGINS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Cannot suspend logins.
- RT_ERR_CANT_BECOME_BOTHIDX - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt was made to use become on two objects that both participate
in indexes and are not of the same class.
- RT_ERR_CANT_BECOME_CLASSKIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to use become on an object that is used internally
by the virtual machine.
- RT_ERR_CANT_BECOME_INDEXED_NSC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to use become on an object that is a kind of Bag
while the object has indexed paths.
- RT_ERR_CANT_BECOME_ONEIDX - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to use become when one object is indexed, and the
other object is not the same format as the indexed object.
- RT_ERR_CANT_BECOME_SPECIAL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to use become with an object that
is a special object.
- RT_ERR_CANT_CHANGE_CLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An illegal attempt was made to change the class of an object.
- RT_ERR_CANT_CHANGE_CONSTRAINT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A constraint cannot be changed in a Dictionary that is not empty.
- RT_ERR_CANT_CHANGE_PASSWORD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to change the password for another
UserProfile with oldPassword:newPassword:.
- RT_ERR_CANT_PERFORM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Cannot perform the given selector with the given arguments.
- RT_ERR_CANT_READ_FILE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system was unable to read the given file.
- RT_ERR_CANT_RETURN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GemStone Smalltalk execution could not return from the current
activation.
- RT_ERR_CANT_WRITE_FILE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The system was unable to write to the given file.
- RT_ERR_CHANGE_SYMBOL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Users are not allowed to change the class of an object from or to
class Symbol.
- RT_ERR_CLASS_HISTORY_MISMATCH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Become is not allowed because the classes of the two objects do
not have identical class histories.
- RT_ERR_CLASS_NOT_MODIFIABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to modify a class that is not modifiable.
- RT_ERR_CLIENT_ACTION_DISALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to execute a client user action from
a session that is not allowed to do this.
- RT_ERR_CLIENT_FWD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The client encountered an uncaught exception when a message was
forwarded.
- RT_ERR_CLIENT_FWD_SEND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Used to send a message to a Client.
- RT_ERR_CODE_BREAKPOINT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You have encountered a method breakpoint.
- RT_ERR_COLLECTION_WITH_INCOMPLETE_INDEX - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to create an index on a collection that
has incomplete indexes.
- RT_ERR_COMMIT_ABORT_PENDING - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The transaction is about to be committed or aborted.
- RT_ERR_COMMIT_DB_IN_RESTORE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Commits are disallowed because the database is being
restored from transaction logs and restoreFromCurrentLogs has not
completed.
- RT_ERR_COMMIT_DISALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Commits are disallowed because an error occurred during
object manager recursion to GemStone Smalltalk.
- RT_ERR_COMMIT_DISALLOWED_UNTIL_ABORT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Commits are disabled until after the next abort.
- RT_ERR_COMMIT_PROHIBITING_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An error occurred (probably during index maintenance) such that
commits are disallowed so that indexing objects remain consistent.
- RT_ERR_CONFIG_PARM_READ_ONLY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to modify a configuration parameter that
is read-only while the system is running.
- RT_ERR_CONSTR_NOT_A_CLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A new constraint was specified that is not a Class.
- RT_ERR_CONSTR_NOT_SUBCLASS_OF - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
In class modification, a new constraint was neither identical to,
nor a subclass of, an inherited constraint.
- RT_ERR_CONTINUE_TRANS_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
continueTransaction is not allowed.
- RT_ERR_DATE_TIME_OUT_OF_RANGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The resulting DateTime object would be out of range.
- RT_ERR_DECODED_OBJ_DOES_NOT_EXIST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The decoded object at offset (2) does not exist.
- RT_ERR_DECR_NOT_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An RcPositiveCounter cannot be decremented to a negative value.
- RT_ERR_DELAY_IN_PROGRESS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An interval Delay object already has a process waiting on it.
- RT_ERR_DEPENDENCY_LIST_TOO_LARGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A dependency list was too large.
- RT_ERR_DIRTY_OBJS_NEEDS_INIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GciDirtyObjsInit must be executed at least once
before GciDirtyObjs.
- RT_ERR_DISALLOWED_PASSWORD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A new password matches a word that is not allowed as a password.
- RT_ERR_DOES_NOT_UNDERSTAND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
No method was found for the given selector.
- RT_ERR_DUPLICATE_KEY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Key already exists in a dictionary.
- RT_ERR_DYNAMIC_IV_STORE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Error storing a dynamic instVar.
- RT_ERR_DYNAMIC_IV_STORE_DEPENCENCY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Cannot add or store to a Ruby dynamic instVar
in an object with a dependency tag.
- RT_ERR_EOF_ON_READ_STREAM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
End-of-file was encountered on a ReadStream.
- RT_ERR_EPOCH_GC_ARRAY_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The number of elements in the array used to set the Epoch
Garbage Collector information is incorrect.
- RT_ERR_EXCEPT_BLOCK_NUM_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A block does not have the number of arguments required for it
to be usable as an exception block.
- RT_ERR_EXCEPTION_NOT_LINKED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to remove an unlinked exception.
- RT_ERR_ExceptionAlreadyInstalled - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Ensure block already installed in the current frame.
- RT_ERR_EXPECTED_BOOLEAN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The virtual machine expected a boolean to be on top of the stack
but found something else.
- RT_ERR_EXPECTED_BYTE_VALUE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to store into a byte object something other
than a SmallInteger in the range 0-255.
- RT_ERR_EXPECTED_CLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The specified object was expected to be a class but was not.
- RT_ERR_FAILED_STN_CFG_WRITE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The operation should update the stone configuration file but
the write failed.
- RT_ERR_FILE_CORRUPT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given file is corrupted.
- RT_ERR_FIRST_PATH_TERM_SET_VALUED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The first term in an Nsc index path expression cannot indicate
a set-valued instance variable (i.e.
- RT_ERR_FLUSH_FOR_COMMIT_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Cannot commit.
- RT_ERR_FREE_SPACE_THRESHOLD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Indicates that the repository is currently running below the
freeSpaceThreshold.
- RT_ERR_GAIJI_NOT_SUPPORTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A Gaiji character was encountered, but Gaiji is not supported
by GemStone.
- RT_ERR_GARBAGE_COLLECT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to run mark for collect when not the only user on the
system AND the concurrency mode is set for no read set.
- RT_ERR_GC_SESSION_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Problem executing System>>_startGcSession:extentId:,
probably due to some netldi problems.
- RT_ERR_GC_SESSION_INVALID - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Either a Gc Gem of the selected type on the selected extent
has already been started, or the selected type is incompatible
with other GcGems on the system.
- RT_ERR_GCGEM_STARTUP_FAILURES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Stone has logged GcGem Startup failures since last success.
- RT_ERR_GCI_CLASS_MISMATCH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
In Gci store traversal, the class in the object report of an
existing object does not match the actual class of that object
in the database.
- RT_ERR_GCI_STORE_FLOAT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An illegal GCI store into a float object was detected.
- RT_ERR_GCI_TRAV_NOT_LICENSED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
License does not allow use of Gci Traversal operations.
- RT_ERR_GENERIC_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Error number available for application use.
- RT_ERR_GENERIC_KERNEL_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Generic error from kernel class method.
- RT_ERR_GET_GC_LOCK_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An operation that needs to acquire the gcLock was not able
to get the lock within a reasonable amount of time.
- RT_ERR_GET_NET_PEER - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Stone could not get gem's network address.
- RT_ERR_GS_COMMIT_LIST_NB_TIMEOUT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Error during GS commit list nonblocking timeout.
- RT_ERR_GSPROCESS_NOT_DEBUGGABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The gsprocess is not in a debuggable state.
- RT_ERR_GSPROCESS_TERMINATED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The active GsProcess was sent the terminate message.
- RT_ERR_GSSOCKET - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A GsSocket method failed due to a socket error.
- RT_ERR_GSSOCKET_INVARIANT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An instance of GsSocket that was not changable was sent a
message that would have required it to change.
- RT_ERR_HARD_BREAK - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A hard break was received.
- RT_ERR_IDENTITY_INDEX_CANNOT_INVOKE_RANGE_OPERATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to use a range operation
(< > = <= >=) on a
path expression only supported by an identity index.
- RT_ERR_ILLEGAL_AUTH_SCHEME_CHANGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Illegal attempt to modify authentication scheme of
a special UserProfile.
- RT_ERR_ILLEGAL_DN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The string is not a valid distinguished name or does not
contain the %s pattern.
- RT_ERR_ILLEGAL_PASSWORD_EXPIRATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made enable password expiration for
a special UserProfile.
- RT_ERR_INDEX_AUTH_ERR_SEG_READ - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to read the object using an index in a segment
with insufficient authorization.
- RT_ERR_INDEX_DICTIONARY_ENTRY_NOT_IN_DICTIONARY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An entry for the key/term/value was not present
in the dictionary.
- RT_ERR_INSTVAR_ADD_TO_BYTES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to add a named instance variable to a class
whose format is Bytes.
- RT_ERR_INSTVAR_ADD_TO_NSC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to add a named instance variable to a class
whose format is NSC.
- RT_ERR_INTERNAL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
SYSTEM ERROR: A system runtime error was detected.
- RT_ERR_INVALID_ARG_CLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object is not one of the expected class kinds.
- RT_ERR_INVALID_ARGUMENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Argument (1) was an invalid argument to a method.
- RT_ERR_INVALID_AUTH_SCHEME_ID - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The authentication scheme id is invalid.
- RT_ERR_INVALID_AUTH_SCHEME_SYMBOL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The authentication scheme symbol is invalid.
- RT_ERR_INVALID_BTREE_READ_STREAM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The btree read stream is invalid (possibly due to modifications
to objects referenced by the stream).
- RT_ERR_INVALID_INDEX_PATH_EXPRESSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given string is an invalid term in a path expression.
- RT_ERR_INVALID_LANG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The compiler language environment is invalid.
- RT_ERR_INVALID_METHOD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The virtual machine cannot execute a method
until it has been upgraded to a 4.0 or higher version.
- RT_ERR_INVALID_RESTORE_TIME - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The argument to SystemRepository>>timeToRestoreTo:
was invalid,
Args (1) reason (a String).
- RT_ERR_INVALID_TRANS_MODE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The argument specified for transactionMode: was not valid.
- RT_ERR_INVALID_UNIX_USER_ID - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The specified UNIX user ID is invalid.
- RT_ERR_KEY_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A reference into a dictionary using a non-existent key was made.
- RT_ERR_LARGE_INT_OVERFLOW - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An Integer would exceed 130144 bits.
- RT_ERR_LAST_CONSTRAINT_NOT_BOOLEAN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The SelectBlock must evaluate to a boolean expression.
- RT_ERR_LOAD_SAVE_STACK - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Error during loading or saving GemStone Smalltalk execution stack.
- RT_ERR_LOCAL_XACTION_FAILED_COMMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Local session failed to commit after remote sessions
voted to commit.
- RT_ERR_LOG_DIR_NOT_EXIST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The path (Arg 1) does not exist as a directory or raw device.
- RT_ERR_LOST_SESSION_STATE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An object that has some associated session state has lost that
transient state.
- RT_ERR_MAX_CHARS_OF_TYPE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A new password would contain too many consecutive characters
of a type.
- RT_ERR_MAX_CLUSTER_ID - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A request to create a new clusterbucket exceeded the maximum
size allowed for a clusterId.
- RT_ERR_MAX_COMMIT_RETRY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
There were too many attempts to recommit after failing to resolve
RC conflicts.
- RT_ERR_MAX_CONSEC_CHARS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A new password would contain too many consecutive characters
('abcd..').
- RT_ERR_MAX_PASSWORD_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A new password would exceed the maximum password size.
- RT_ERR_MAX_RECURSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Too many recursions from useractions to GemStone Smalltalk
or within object manager.
- RT_ERR_MAX_REPEATING_CHARS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A new password would contain too many repeating characters
('aaaa..').
- RT_ERR_MAX_SUPERCLASS_DEPTH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to create a subclass too far below Object in
superclass chain.
- RT_ERR_METHOD_PROTECTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An illegal attempt to execute a protected method.
- RT_ERR_MIGRATION_CONSTRAINT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An object migration could not occur because of a constraint
migration.
- RT_ERR_MIN_PASSWORD_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A new password would be smaller than the minimum password size.
- RT_ERR_MUST_BE_SYSTEMUSER - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Only SystemUser is allowed to perform this operation.
- RT_ERR_NAT_STACK_NOT_CONVERTABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Cannot convert native stack to portable stack.
- RT_ERR_NATIVE_CODE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Error in native code generator:
native code execution disabled for remainder of session.
- RT_ERR_NEW_STACK_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The value specified for the new stack limit is smaller than
the current size of the execution stack.
- RT_ERR_NEW_TRANLOG_DIR_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt to dynamically define a new transaction log directory
failed.
- RT_ERR_NIL_KEY_VALUE_DICT_KEY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An illegal attempt was made to store nil
as a key in a KeyValueDictionary.
- RT_ERR_NO_BREAK_IN_NATIVE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Breakpoints and single-step not supported in native code.
- RT_ERR_NO_ELEM_DETECTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object Arg2 was not detected in Arg1.
- RT_ERR_NO_EUC_REP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The character does not have an EUC representation.
- RT_ERR_NO_EXISTING_SYM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GciSendMsg failed because there is no existing Symbol
that matches the selector String.
- RT_ERR_NO_INDEX_FOR_PATH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An index with the path was not found for the Nsc.
- RT_ERR_NO_INST_VARS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to directly access the instance variables of
an object with instVarAt: or instVarAt:put:, but the object has no
instance variables.
- RT_ERR_NO_MESSAGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An error was signalled for which there is no message.
- RT_ERR_NO_MORE_CBUFFERS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
All available CBuffers are in use.
- RT_ERR_NO_MORE_OBJECT_SECURITY_POLICIES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
No more segments can be created.
- RT_ERR_NO_PRIV - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to do a privileged operation for which no
privilege had been granted.
- RT_ERR_NO_PROCESS_TO_CONTINUE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The Process specified from which to continue is invalid.
- RT_ERR_NO_STRUCT_UPDATE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A GCI update operation is not allowed on the target object.
- RT_ERR_NO_SUCH_BP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A breakpoint was specified for deletion that does not exist
in the breakpoint table.
- RT_ERR_NO_SUCH_INST_VAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An instance variable was not found in evaluating a path expression
for an object.
- RT_ERR_NOREPLICATES_WITH_MID_CACHE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Replicates not supported when using a mid-level cache.
- RT_ERR_NOT_A_SUBCLASS_OF - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Class 1 is neither identical to nor a subclass of Class 2.
- RT_ERR_NOT_ONLY_USER - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An operation that needs exclusive use of the system was
attempted when other users were logged in.
- RT_ERR_NOTIFICATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Default error number for an instance of Notification.
- RT_ERR_OBJ_INVARIANT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An object that should have been variant is invariant.
- RT_ERR_OBJ_IS_NP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Object may not be committed.
- RT_ERR_OBJ_MUST_BE_COMMITTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given object is a temporary object but is required to
be a committed object.
- RT_ERR_OBJ_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object Arg2 was not found in Arg1.
- RT_ERR_OBJ_NOT_IN_EXPORT_SET - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Illegal argument to GciStoreTravDoTravRefs, one or more
objects not found in exported set
were not found in the referenced and/or exported set.
- RT_ERR_OBJ_VARIANT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object is not invariant.
- RT_ERR_OBJECT_HAS_NO_DEPENDENCY_LIST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object does not have a dependency list.
- RT_ERR_OBJECT_INVALID_INST_VAR_OFFSET - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object does not have an instance variable
with the given name.
- RT_ERR_OBJECT_PATH_TERM_NOT_IN_DEPENDENCY_LIST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object did not have the path term in its dependency.
- RT_ERR_OBJECT_PROTECTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An illegal attempt to fetch/store into a protected object.
- RT_ERR_OBSOLETE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A selector was sent to an object whose class is obsolete.
- RT_ERR_OBSOLETE_CLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Class is obsolete.
- RT_ERR_OP_NOT_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The current operation is not allowed at this time.
- RT_ERR_PAGES_NEED_SCAVENGING - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The attempt to schedule pages for scavenging failed because
some other session was using the commit token.
- RT_ERR_PASSWORD_MISSING_CHAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The password must contain at least one character of specified type.
- RT_ERR_PASSWORD_NOT_VARIANT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The password for session parameters must be variant.
- RT_ERR_PASSWORD_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A password was specified with more than 255 characters.
- RT_ERR_PATH_NOT_TRAVERSABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A class along a constrained path does not have an inst var
corresponding to a term in an index path.
- RT_ERR_PATH_TERM_OBJECT_NOT_AN_NSC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An object traversed along an index path through a set-valued
inst var was not an Nsc.
- RT_ERR_PATH_TO_STR_IVNAME - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Path to String conversion failed due to invalid instVar offset.
- RT_ERR_PAUSE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Execution has been halted by an Object|pause message.
- RT_ERR_PGSVR_CREATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Problem encountered in creating a pageserver.
- RT_ERR_PREVENTING_COMMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Used internally to append a message to the end of a previously
raised error message.
- RT_ERR_PRIM_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
a method was invoked that calls a non-existent primitive.
- RT_ERR_PRIM_OUTSIDE_TRANS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to execute a primitive that is disallowed
when not inside of a transaction.
- RT_ERR_PRIMITIVE_SYSERR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A primitive failed due to a system error.
- RT_ERR_RANGE_EQUALITY_INDEX_INVALID_CLASS_KIND_FOR_BTREE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to insert a key into the btree that was
an invalid class for which the btree was created.
- RT_ERR_RANGE_EQUALITY_INDEX_OBJECT_NOT_IN_BTREE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An entry for the key/value was not present in the btree.
- RT_ERR_RC_UPDATE_DISALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to update an RC object
in a continued transaction.
- RT_ERR_RCQUEUE_ENTRIES_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
In attempting to reset the maxSessionId for the queue to a
smaller value, an entry was found that was added by a session
whose sessionId is larger than the value currently being set.
- RT_ERR_RECLAIM_ALL_MISSING_GC_GEM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A reclaimAll operation was attempted but at least one GC session
is not running.
- RT_ERR_REMOTE_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An error occurred on the remote system.
- RT_ERR_REMOTE_LOGIN_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A remote login attempt failed.
- RT_ERR_REMOTE_SESSION_FAILED_COMMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Remote session failed to commit after voting affirmative.
- RT_ERR_REMOVE_ALL_INDEXES_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt to remove all indexes has failed.
- RT_ERR_REMOVE_SPECIAL_USER - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to remove a reserved account from
AllUsers.
- RT_ERR_RESOLVE_SYM_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GciResolveSymbol failed to find the specified C string or symbol.
- RT_ERR_ROLLBACK_DL_FAIL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Rollback of objects in a specific dirty list not allowed
after failed commit.
- RT_ERR_SCHEDULER_DEADLOCKED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The processor scheduler is dead locked.
- RT_ERR_SELECTIVE_ABORT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The selectiveAbort primitive was attempted on an object that
is involved in an index.
- RT_ERR_SEMAPHORE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A semaphore operation failed.
- RT_ERR_SHOULD_NOT_IMPLEMENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A method was invoked that has been specifically disallowed
in a subclass.
- RT_ERR_SHR_PC_DETACH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An error occurred while detaching from the SharedPageCache.
- RT_ERR_SHR_PC_NOT_ATTACHED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The config file specified that a shared cache was to be used, but
the cache could not be attached.
- RT_ERR_SHRPC_COMPATIBILITY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The compatibility level of the SharedPageCache Monitor does
not match that of the executable trying to attach.
- RT_ERR_SIG_MSG_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The message was too long.
- RT_ERR_SIGNAL_ABORT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
This error indicates that while running outside of a transaction
stone requested the gem process to abort.
- RT_ERR_SIGNAL_COMMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
This error indicates that a member of the notifySet has been
committed and was added to the signaledObjects set.
- RT_ERR_SIGNAL_GEMSTONE_SESSION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
This error indicates that the session received a signal from
another GemStone session.
- RT_ERR_SIZE_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object was referenced with a byte index that was out of range.
- RT_ERR_SOFT_BREAK - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A soft break was received.
- RT_ERR_SPECIAL_OR_NOT_COMMITTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to add a special or uncommitted object
to the NotifySet.
- RT_ERR_STACK_BREAKPOINT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A return from block has encountered a stack breakpoint.
- RT_ERR_STACK_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GemStone Smalltalk execution stack overflow.
- RT_ERR_STACK_LIMIT_RED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GemStone Smalltalk execution stack overflow, in red zone page.
- RT_ERR_START_GC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A process is already running as the GC user or the process
attempting to run the Reclaim or EpochGc is not the Gc process.
- RT_ERR_STEP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You have encountered a single-step breakpoint.
- RT_ERR_STR_TO_PATH_CONSTRAINT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
String to path conversion failed due to lack of constraints.
- RT_ERR_STR_TO_PATH_IVNAME - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
String to path conversion failed due to invalid instVar name.
- RT_ERR_STREAM_NOT_ON_A_COLL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A stream was accessed to create an instance of a class,
but the collection of the stream was not of the proper class kind.
- RT_ERR_SUBCLASS_RESPONSIBILITY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A method has been invoked in an abstract superclass that
was designed to have been overridden in a concrete subclass.
- RT_ERR_SUPERCLASS_IS_NP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Class may not have instances persistent because superclass is NP.
- RT_ERR_SYM_ALREADY_DEFINED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The specified symbol was already defined.
- RT_ERR_SYM_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The symbol could not be found in the symbol list of the specified
UserProfile.
- RT_ERR_SYMBOL_CREATION_NOT_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Creation of new Symbols not allowed at this time.
- RT_ERR_SYMBOL_TOO_LARGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to create a symbol that is more than 1024 bytes.
- RT_ERR_TAG_NOT_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to put a tag on a special object, which is
not allowed.
- RT_ERR_TOO_MANY_ERR_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
System|signal:args:signalDictionary: was sent with
an array argument containing more than 9 elements.
- RT_ERR_TRANLOG_DIR_FULL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Indicates that the tranlog directories are full and that the system
is waiting for an operator to make more space available either by
cleaning up the existing files (copying them to archive media and
deleting them or by adding a new tranlog directory.
- RT_ERR_UALIB_LOAD_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt to load a user action library failed.
- RT_ERR_UNCOMPILED_METHOD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A method is obsolete and needs to be recompiled.
- RT_ERR_UNCONTINUABLE_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to continue execution past an uncontinuable
error.
- RT_ERR_UNDEF_POM_OBJ - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Unsatisified forward references exist that were created by
GciCreate or GciStore.
- RT_ERR_UNKNOWN_BYTECODE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A unknown bytecode was encountered by the GemStone
Smalltalk execution subsystem.
- RT_ERR_USER_ID_ALREADY_EXISTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to add a UserProfile to a UserProfileSet that
already has an entry with the same userId.
- RT_ERR_VARYING_CONSTR_BYTES - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to constrain the indexable portion of the
a class whose format is Bytes.
- RT_ERR_VARYING_CONSTR_NONIDX - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to constrain the indexable portion of a class
which is not indexable.
- RT_ERR_WARNING_PASSWORD_EXPIRE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The password of the current UserProfile is about to expire.
- RT_ERR_WEAK_DICT_NEEDS_INIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
GciWeakDictInit() must be called before other weak dictionary
functions.
- RT_GC_COMMIT_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A commit during a garbage collection operation failed.
- run() - Method in class com.gemstone.gbj.GbjPoller
-
- sample(List<Long>, List<Long>, List<Long>) - Static method in class com.gemstone.gbjstats.GbjCacheStats
-
Sample all the cache statistics associated with this stone/shared page cache.
- saveFileAs() - Method in class com.gemstone.tools.GbxTool
-
- saveFileAs() - Method in class com.gemstone.tools.GbxToolPanel
-
- saveProcess() - Method in exception com.gemstone.gbj.GbjException
-
causes the exception's Smalltalk process to be saved in the server's export
set even if this exception object is reclaimed as garbage.
- saveTextToFile(String, String, String) - Method in class com.gemstone.tools.GbxTool
-
- saveTextToFile(String, String, String) - Method in class com.gemstone.tools.GbxToolPanel
-
- securityExceptionString - Static variable in class com.gemstone.gbj.GbxConstants
-
- SEG_ERR_BAD_AUTH_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to change the authorization for a segment to an
unrecognized value.
- SEG_ERR_BAD_GROUP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A group name was specified that was not in AllGroups.
- SEG_ERR_CANT_MOVE_OBJ - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to change the segment of a special object or
a symbol.
- SEG_ERR_MAX_SEG_GROUPS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to add a group to a segment that already
recognizes four groups.
- SEG_ERR_MAX_USER_PROFILE_GROUPS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An attempt was made to add a UserProfile to a group when the
UserProfile was already a member of four groups.
- SEG_ERR_TOO_MANY_GROUPS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A collection of groups was specified that held more than
four members.
- segment() - Method in class com.gemstone.gbj.GbjObject
-
Answer the segment that the server object is currently assigned to.
- select(String) - Method in class com.gemstone.gbj.GbjCollection
-
Return a collection of all the elements of the server object that
satisfy the given block
- selectorsForClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- sendMsg(String) - Method in class com.gemstone.gbj.GbjObject
-
Send a unary message to a GemStone object and expect an Object reply.
- sendMsg(String, Object) - Method in class com.gemstone.gbj.GbjObject
-
Send a one-keyword or binary message to a GemStone object and
expect an Object reply.
- sendMsg(String, Object, String, Object) - Method in class com.gemstone.gbj.GbjObject
-
Send a two-keyword message to a GemStone object and expect
an Object reply.
- sendMsg(String, Object, String, Object, String, Object) - Method in class com.gemstone.gbj.GbjObject
-
Send a three-keyword message to a GemStone object and expect
an Object reply.
- sendMsg(String, Object, String, Object, String, Object, String, Object) - Method in class com.gemstone.gbj.GbjObject
-
Send a four-keyword message to a GemStone object and expect
an Object reply.
- sendMsg(String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class com.gemstone.gbj.GbjObject
-
Send a five-keyword message to a GemStone object and expect
an Object reply.
- serverContinue(int, GbjGciReport, boolean, GbjGciReport, String, String) - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Return control back to the server after handling a client forwarder error.
- serverName - Variable in class com.gemstone.gbj.GbjParameters
-
The NRS of the GemStone server (defaults to gemserver61).
- serverOSPassword - Variable in class com.gemstone.gbj.GbjParameters
-
The server operating system account password
- serverOSUserName - Variable in class com.gemstone.gbj.GbjParameters
-
A server operating system account name may be given to cause the session
to run in an alternate account on the server.
- serverSupport() - Method in class com.gemstone.tools.GbxTool
-
- serverSupport() - Method in class com.gemstone.tools.GbxToolPanel
-
- session - Variable in exception com.gemstone.gbj.GbjException
-
The session in which the exception occurred.
- session - Variable in class com.gemstone.gbj.GbjPoller
-
Session being tracked by this poller
- session - Variable in class com.gemstone.gbjstats.GbjJmxCacheStats
-
The GS session to be used for executing control commands
- session() - Method in class com.gemstone.tools.GbxTool
-
- session() - Method in class com.gemstone.tools.GbxToolPanel
-
- session_(GbjSession) - Method in class com.gemstone.tools.GbxTool
-
- session_(GbjSession) - Method in class com.gemstone.tools.GbxToolPanel
-
- setAttribute(Attribute) - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
-
Support for JMX DynamicMBean interface
- setAttributes(AttributeList) - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
-
Support for JMX DynamicMBean interface
- setAutomaticTransactionMode() - Method in class com.gemstone.gbj.GbjSession
-
setAutomaticTransactionMode() will set the GemStone transaction mode
to automatic (chained transactions, with an implicit begin after a
commit or abort).
- setBreak() - Method in class com.gemstone.tools.GbjBrowser
-
- setBreak() - Method in class com.gemstone.tools.GbxTool
-
- setBreak() - Method in class com.gemstone.tools.GbxToolPanel
-
- setBreakIn_at_(GbjObject, int) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- setCursor(Cursor) - Method in class com.gemstone.tools.GbxTool
-
- setDebugOptions(boolean, boolean) - Method in class com.gemstone.gbj.GbjSession
-
Set debugging options.
- setManualTransactionMode() - Method in class com.gemstone.gbj.GbjSession
-
setManualTransactionMode() will set the GemStone transaction mode
to manual (explicit beginTransaction required).
- setMessage(String) - Method in exception com.gemstone.gbj.GbjException
-
Set the GemStone exception message text.
- setName(String) - Method in class com.gemstone.gbj.GbjSession
-
setName() will assign an identifying description to a session.
- setTransactionlessMode() - Method in class com.gemstone.gbj.GbjSession
-
setTransactionlessMode() will set the GemStone transaction mode to
transactionless transaction mode.
- setTransactionMode(String) - Method in class com.gemstone.gbj.GbjSession
-
setTransactionMode() sets the transaction mode of the session.
- setupExceptionHandler(int, Object, String) - Method in class com.gemstone.gbj.GbjSession
-
Specify an object and method to execute when a particular
GbjException is received.
- setupLogger(Class) - Static method in class com.gemstone.gbjgci.GbjGciInterface
-
Setup Logging for gbjgci/gbj/gbjstat classes
- setWindowID(int) - Method in class com.gemstone.tools.GbxTool
-
- shortValue() - Method in class com.gemstone.gbjgci.GbjGciObject
-
If this GS object is representable as a short, return that value.
- showErrorMessage_title_(String, String) - Method in class com.gemstone.tools.GbxTool
-
- showErrorMessage_title_(String, String) - Method in class com.gemstone.tools.GbxToolPanel
-
- shutdown() - Method in class com.gemstone.gbjstats.GbjJmxSystemStats
-
JMX operation to shutdown the stone.
- sid - Variable in class com.gemstone.gbjgci.GbjGciCacheStats
-
Session ID
- size(int) - Method in class com.gemstone.gbj.GbjObject
-
Alter the size of the server object's anonymous part.
- sortAscending() - Method in class com.gemstone.gbj.GbjCollection
-
Return an array of the server sorted values
- sortAscending(String) - Method in class com.gemstone.gbj.GbjCollection
-
Sort the server object on the given instance variable
- sortDescending() - Method in class com.gemstone.gbj.GbjCollection
-
Return an array of the server sorted values
- sortDescending(String) - Method in class com.gemstone.gbj.GbjCollection
-
Sort the server object on the given instance variable
- sortWith(String) - Method in class com.gemstone.gbj.GbjCollection
-
Sort the server object using the given GemStone sort specification
- sourceCodeAt_inClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- sourceCodeForMethod_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- sourceStringFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- stackTrace - Variable in exception com.gemstone.gbj.GbjException
-
- statNames() - Method in class com.gemstone.gbjstats.GbjCacheStats
-
Return the list of stat names associated with this stat
- stats - Variable in class com.gemstone.gbjstats.GbjJmxCacheStats
-
The cache stats wrappered by this instance
- stats32 - Variable in class com.gemstone.gbjgci.GbjGciCacheStats
-
int[] field for holding 32-bit cache stats
- stats64 - Variable in class com.gemstone.gbjgci.GbjGciCacheStats
-
long[] field for holding 64-bit cache stats
- STDB_ERR_ALREADY_DEFINED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The symbol is already defined as a temporary,
an instance variable, or a parameter.
- STDB_ERR_ARRAY_TOO_LARGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Arrays created by #[...] constructs may only contain up to 255
elements.
- STDB_ERR_ArrayBuilder_conversion - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Error in ArrayBuilder conversion.
- STDB_ERR_BAD_CHAR_IN_ATENV - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
for envN: , env is followed by ch other than digits or :.
- STDB_ERR_BAD_CHR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The character found is not valid as a beginning character for a
token.
- STDB_ERR_BAD_CHR_IN_RADIX_NUM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The character included in the radixed number is out of range or
is an invalid character.
- STDB_ERR_BAD_EUC_FORMAT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The bytes of the source string are not in EUC format.
- STDB_ERR_BAD_FLT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The given exponent in the floating point number does not
begin with a digit or is out of range.
- STDB_ERR_BAD_NUM_OF_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The block has the wrong number of arguments for this selector.
- STDB_ERR_BAD_NUM_OF_SELECT_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A SelectBlock was encountered that does not have one argument.
- STDB_ERR_BAD_PRIM_NUM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The maximum primitive number is 1023.
- STDB_ERR_BAD_RADIX - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The maximum radix is 36.
- STDB_ERR_BAD_SELECT_OPERATOR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An unacceptable operator was given in the select block term;
must be one of <, >, <=, >=, =, ~=, ==, ~~
- STDB_ERR_BLOCKS_TOO_DEEP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Blocks can only be nested 15 levels.
- STDB_ERR_ByteArrayLitElemRange - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Error in ByteArrayLitElemRange.
- STDB_ERR_CODE_GEN_LOGIC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Internal logic error in compiler.
- STDB_ERR_CODE_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The size of the compiled method exceeds the maximum allowed.
- STDB_ERR_COMPILER_BAD_IR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Malformed IR from parser detected by code generator.
- STDB_ERR_DISALLOWED_SELECTOR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You may not compile a method for this selector.
- STDB_ERR_ENV_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
envN: has N > 255.
- STDB_ERR_EOF_IN_CHR_LIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Did not find a character after the dollar sign in a character
literal.
- STDB_ERR_EOF_IN_COMMENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Scanned to the end of the method without finding an ending quote
for a comment.
- STDB_ERR_EOF_IN_STR_LIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Scanned to the end of the method without finding an ending prime
for a string literal.
- STDB_ERR_EXPECTED_ASSIGNABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The symbol on the right of an assignment must be either
an instance variable, a temporary, or a literal variable.
- STDB_ERR_EXPECTED_BLOCK_OR_EXPR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object was not a block or an expression.
- STDB_ERR_EXPECTED_BOOL_OR_EXPR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object was not true, false or an expression.
- STDB_ERR_EXPECTED_EOF - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Tokens were found after the logical end of a parseable method.
- STDB_ERR_EXPECTED_GT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A primitive did not end with the expected > token.
- STDB_ERR_EXPECTED_INT_OR_EXPR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object was not an Integer or expression.
- STDB_ERR_EXPECTED_LIT_OR_EXPR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object was a literal or an expression.
- STDB_ERR_EXPECTED_MSG_PATTERN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Invalid message pattern.
- STDB_ERR_EXPECTED_OPERAND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
An operand was missing from the select block term.
- STDB_ERR_EXPECTED_PRIM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected to find the keyword "Primitive" after <.
- STDB_ERR_EXPECTED_PRIM_NUM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected to find an integer.
- STDB_ERR_EXPECTED_PRIMARY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a primary expression.
- STDB_ERR_EXPECTED_RIGHT_BRACE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a right curly bracket to terminate a selection block.
- STDB_ERR_EXPECTED_RIGHT_BRACKET - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a ].
- STDB_ERR_EXPECTED_RIGHT_PAREN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a right parenthesis.
- STDB_ERR_EXPECTED_SELECT_TERM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Encountered an empty select block which evaluates to nil.
- STDB_ERR_EXPECTED_SELECTOR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a selector beginning symbol for a message pattern.
- STDB_ERR_EXPECTED_STATEMENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a statement beginning token.
- STDB_ERR_EXPECTED_VAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a variable name.
- STDB_ERR_EXPECTED_VERTICAL_BAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Expected a vertical bar to end a temporaries declaration.
- STDB_ERR_FIRST_TERM_CANNOT_BE_SET_VALUED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The first term of a path in a SelectBlock cannot indicate
search over a set-valued instance variable (cannot be '*').
- STDB_ERR_ILLEGAL_PROTECTED_METHOD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Specified primitive method cannot be a protected method.
- STDB_ERR_LIT_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
String literals cannot be larger than 10,000 characters.
- STDB_ERR_LITERAL_INVARIANT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Attempt to modify an invariant literal such as EmptyString or
EmptyArray; generated when compiling in dbf conversion mode.
- STDB_ERR_MAX_ARG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Only 15 arguments are allowed in a keyword message selector.
- STDB_ERR_MAX_ARGS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
the maximum number of arguments to a method or block is 255.
- STDB_ERR_MAX_ARGS_TEMPS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The maximum sum of args and temps for a method or block is 2048,
including the args and temps from any optimized block that is
embedded in the method or block.
- STDB_ERR_MAX_LITS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The maximum number of literals is 255.
- STDB_ERR_MAX_PATH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Paths are allowed only 16 elements.
- STDB_ERR_MAX_SELECTORS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The maximum number of selectors is 255.
- STDB_ERR_NODIGIT_IN_ATENV - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
for envN: , env has no trailing digits.
- STDB_ERR_NOT_DEFINED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The symbol is not defined before its use.
- STDB_ERR_NOT_POS_INT_OR_EXPR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The object was not a positive Integer or expression.
- STDB_ERR_ODD_SIZE_DB_STRING - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
source string that is DoubleByteString has odd basic size.
- STDB_ERR_ODD_SIZE_MB_STRING - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
source string that is Double/QuadByteString has odd basic size.
- STDB_ERR_PRAGMA_IN_PRIM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
pragma not allowed in a primitive:,
protected, unprotected , requiresVc method.
- STDB_ERR_PREDICATE_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The selection block's predicate is too complex.
- STDB_ERR_PRIM_NOT_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
You may not compile a primitive or protected method.
- STDB_ERR_PRIMITIVE_IN_PRAGMA - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
primitive: , protected, unprotected , requiresVc
not allowed in pragma.
- STDB_ERR_PROTECTED_TOKEN_REQUIRED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Method requires either <protected> or <unprotected>.
- STDB_ERR_STACK_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The activation record requirements of the given method
exceed the limits of the system.
- STDB_ERR_SUPER_NOT_ALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
reference to super not allowed in instance method for Object.
- STDB_ERR_TERMS_NOT_PAREN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The conjoined terms of the given SelectionBlock were not
parenthesized.
- STDB_ERR_TOO_MANY_BLOCKS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The maximum number of blocks in a method is 65536.
- STDB_ERR_UNEXPECTED_COLON - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A colon must immediately precede either an equals sign (assignment)
or an identifier (block parameter).
- STDB_ERR_UNEXPECTED_POUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
A pound sign must immediately precede one of the following:
(, [, or a valid symbol character.
- STDB_ERR_UNEXPECTED_TOKEN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
The indicated token was totally unexpected.
- STDB_ERR_UNUSED_TEMP_VAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
method or block temporary is unused.
- STDB_EXPRESSION_DEPTH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
expression nesting too deep for configured
GEM_TEMPOBJ_SCOPES_SIZE.
- STDB_INVALID_ATRUBY_KEYWORD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
invalid form of ruby selector.
- STDB_MALFORMED_COMPILER_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
Malformed error in compiler.
- STDB_METHOD_SOURCE_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
source string for a method is too big, max size 1073741823.
- STDB_SYMBOL_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
-
selector or symbol literal would exceed 1024 bytes.
- stepInto() - Method in class com.gemstone.tools.GbjDebugger
-
- stepIntoInProcess_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- stepOver() - Method in class com.gemstone.tools.GbjDebugger
-
- stepOverInProcess_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- stepOverInProcess_inFrame_(GbjObject, int) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- stop() - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
-
JMX operation to stop the session
associated with this GbjJmxCacheStat
- storeObject_intoObject_atIndex_atKey_isNamedSlot_(GbjObject, GbjObject, int, GbjObject, boolean) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- stringBufferValue() - Method in class com.gemstone.gbj.GbjObject
-
Returns the cached String object held by the receiver as a new
StringBuffer.
- stringContentsOf_(GbjCollection) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- stringValue() - Method in class com.gemstone.gbj.DoubleByteString
-
- stringValue() - Method in class com.gemstone.gbjgci.GbjGciObject
-
If this GS object is representable as a string, return that value.
- substringSearch() - Method in class com.gemstone.tools.GbjLauncher
-
- substringSearchString - Static variable in class com.gemstone.gbj.GbxConstants
-
- Symbol - Variable in class com.gemstone.gbj.GbjKernelObjects
-
A Symbol is an invariant String for which all comparisons are case-sensitive.
Symbols are used internally to represent variable names and selectors.
- symbolsMatching_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
-
- System - Variable in class com.gemstone.gbj.GbjKernelObjects
-
System is an abstract class that has no instances.