Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

A

ABORT_ERR_FINISHED_MARK - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Completed execution of the markForCollection method.
ABORT_ERR_FINISHED_OBJ_AUDIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Object audit completed.
ABORT_ERR_FINISHED_OBJ_AUDIT_WITH_ERRORS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Object audit completed, but contained errors.
ABORT_ERR_GARBAGE_COLLECTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The garbage collection process detected conflict on one of the objects that it might have collected.
ABORT_ERR_LOST_OT_ROOT - 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 but the gem did not respond in the allocated time, so stone revoked access to the object table.
ABORT_ERR_RECLAIM_ALL_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A reclaimAll operation has failed.
ABORT_ERR_UNDEF_POM_OBJ - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
References to objects exist in Pom even though the objects have not been defined in Pom.
abortTransaction() - Method in class com.gemstone.gbj.GbjSession
abortTransaction() rolls back the current transaction in the database.
acceptClassText_oldClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjBreakpointBrowser
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjBrowser
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjClassVersionBrowser
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjDebugger
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjInspector
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjInspectorPanel
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjLauncher
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbjLoginDialog
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbxAutoLoginDialog
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbxDebugDialog
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbxListDialog
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbxReportDialog
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbxSettingsDialog
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbxTool
 
actionPerformed(ActionEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
activationHoldersFor_maxLevels_(GbjObject, int) - Method in interface com.gemstone.tools.GbxToolsSupport
 
add(Object) - Method in class com.gemstone.gbj.GbjCollection
add the object to the receiver, returning the object.
addActionMessage(String) - Static method in class com.gemstone.tools.GbjSplashScreen
 
addAll(GbjCollection) - Method in class com.gemstone.gbj.GbjCollection
Add the contents of the given collection to the receiver, returning the arg.
addAll(Object[]) - Method in class com.gemstone.gbj.GbjCollection
Add the contents of the given collection to the receiver, returning the arg.
addDict_at_(String, int) - Method in interface com.gemstone.tools.GbxToolsSupport
 
addDictionaryString - Static variable in class com.gemstone.gbj.GbxConstants
 
addObserver(GbjObserver) - Method in interface com.gemstone.gbj.GbjObservable
 
addObserver(GbjObserver) - Method in class com.gemstone.gbj.GbjSession
add an observer to the receiver
addProtocol_toClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
addProtocolString - Static variable in class com.gemstone.gbj.GbxConstants
 
allElements() - Method in class com.gemstone.gbj.GbjCollection
Returns an array holding all of the server collection's contents.
appSettings() - Method in class com.gemstone.tools.GbjLauncher
 
argCount - Variable in exception com.gemstone.gbj.GbjException
The size of args[]
argCount - Variable in exception com.gemstone.gbjgci.GbjGciException
Number of additional arguments associated with this error
args - Variable in exception com.gemstone.gbj.GbjException
An array of references to the arguments of the exception
args - Variable in exception com.gemstone.gbjgci.GbjGciException
List of additional arguments associated with this error
Array - Variable in class com.gemstone.gbj.GbjKernelObjects
Array is a concrete subclass of SequenceableCollection that capitalizes upon
the indexability of its elements.
asArray() - Method in class com.gemstone.gbj.GbjCollection
Create an extensible array with the contents of the server object
asBag() - Method in class com.gemstone.gbj.GbjCollection
Create a Bag with the contents of the server object
asByteArray() - Method in class com.gemstone.gbj.GbjCollection
Create a ByteArray with the contents of the server object (must hold bytes or chars)
asIdentityBag() - Method in class com.gemstone.gbj.GbjCollection
Create an identity bag with the contents of the server object
asIdentitySet() - Method in class com.gemstone.gbj.GbjCollection
Create an identity set with the contents of the server object
asOrderedCollection() - Method in class com.gemstone.gbj.GbjCollection
Create an ordered collection with the contents of the server object
asSet() - Method in class com.gemstone.gbj.GbjCollection
Create a set with the contents of the server object
assignToSegment(GbjObject) - Method in class com.gemstone.gbj.GbjObject
Assign the server object, but not its contents, to the given segment.
ASSOC_ERR_BAD_COMPARISON - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The evaluation of a selection block resulted in an illegal comparison being performed.
ASSOC_ERR_BAD_DIRECTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A sorting direction was specified that was not ASCENDING or DESCENDING.
ASSOC_ERR_CLASS_MODIFIABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create an index where the class of one of the terms in the path is a class that is still modifiable.
ASSOC_ERR_NO_ELEMENTS_DETECTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
detect: was sent to a collection, but no elements of the collection satisfied the block.
ASSOC_ERR_PATH_TOO_LONG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A path was specified with more than 1024 characters.
ASSOC_ERR_SORT_ODD_LENGTH_ARRAY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A sorting array was specified that was not an even number of elements long.
Association - Variable in class com.gemstone.gbj.GbjKernelObjects
An Association is a pair of associated objects: a key and a value.
asSortedCollection() - Method in class com.gemstone.gbj.GbjCollection
Sort the server object according to <=
asSortedCollection(String) - Method in class com.gemstone.gbj.GbjCollection
Use the given Smalltalk block to sort the server object.
asSortedOrderedCollection() - Method in class com.gemstone.gbj.GbjCollection
Create an ordered collection with the sorted contents of the server object
asString() - Method in class com.gemstone.gbj.GbjObject
Convert the server object to a string
at(int) - Method in class com.gemstone.gbj.GbjObject
Access one of the server object's anonymous instance variables.
at_(GbjObject, int) - Method in interface com.gemstone.tools.GbxToolsSupport
 
atPut(int, Object) - Method in class com.gemstone.gbj.GbjObject
Update one of the server object's anonymous instance variables.
attach(String) - Static method in class com.gemstone.gbjstats.GbjCacheStats
Attach to a particular shared page cache
AUTH_ERR_PROCESS_SWITCH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Error in process switch.
AUTH_ERR_SEG_CURRENT_SEG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
No authorization to write in your current segment; resetting the current segment to your default login segment.
AUTH_ERR_SEG_LOGIN_SEG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
No authorization to write in your default login segment.
AUTH_ERR_SEG_READ - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to read an object with insufficient authorization.
AUTH_ERR_SEG_READ_SEG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to read from a segment with insufficient authorization.
AUTH_ERR_SEG_SET_CURRENT_SEG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
No authorization to set the current segment to the given segment.
AUTH_ERR_SEG_WRITE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to modify an object with insufficient authorization.
AUTH_ERR_SEG_WRITE_SEG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to write to a segment with insufficient authorization.
AUTOMATIC_TRANSACTIONS - Static variable in class com.gemstone.gbj.GbjParameters
Constant for automatic transaction mode
AutomaticTransactions - Static variable in class com.gemstone.gbj.GbjParameters
Use this value in transactionMode to specify chained (automatic) transaction mode.

B

BatchSize - Static variable in class com.gemstone.gbj.GbjIterator
Specifies batch size.
beginTransaction() - Method in class com.gemstone.gbj.GbjSession
beginTransaction() starts a new transaction in the database.
BKUP_ERR_BACKUP_NOT_COMPLETE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The backup was successful, but was not completed due to a byte limit restriction.
BKUP_ERR_IN_PROGRESS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to do a full backup but a backup is currently in progress by another session.
BKUP_ERR_LOGINS_ENABLED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A restore operation requires that logins be disabled.
BKUP_ERR_MBYTE_LIMIT_BAD_RANGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The byte limit may be zero (0), or must be within the range of 1 Mbytes to 4,194 Mbytes.
BKUP_ERR_NO_SPC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Backup/restore disallowed with no shared page cache.
BKUP_ERR_NO_START - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
GS/64 only: Backup failed.
BKUP_ERR_NO_START_32 - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
GS/32 only: Backup failed.
BKUP_ERR_NOT_IN_PROGRESS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt to continue a full backup when no backup is in progress.
BKUP_ERR_OPEN_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt to open a file failed.
BKUP_ERR_READ_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt to read from a file failed.
BKUP_ERR_RESTORE_COMMIT_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Commit failed after restore, restore is unusable.
BKUP_ERR_RESTORE_LOG_FAIL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A restore from a transaction log failed.
BKUP_ERR_RESTORE_LOG_SUCCESS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A restore from a transaction log succeeded.
BKUP_ERR_RESTORE_SUCCESSFUL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The restore of a full backup file was successful.
BKUP_ERR_WRITE_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt to write to a file failed.
booleanValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as a boolean, return that value.
brokerMachine - Variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this parameter has no effect.
brokerPort - Variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this parameter has no effect.
browseClass() - Method in class com.gemstone.tools.GbjBrowser
 
browseClassNamed_(String) - Method in class com.gemstone.tools.GbjLauncher
 
browseClassString - Static variable in class com.gemstone.gbj.GbxConstants
 
browseHierarchy() - Method in class com.gemstone.tools.GbjBrowser
 
browseHierarchyNamed_(String) - Method in class com.gemstone.tools.GbjLauncher
 
browseHierarchyString - Static variable in class com.gemstone.gbj.GbxConstants
 
browseImplementorsString - Static variable in class com.gemstone.gbj.GbxConstants
 
browseReferencesString - Static variable in class com.gemstone.gbj.GbxConstants
 
browseSendersString - Static variable in class com.gemstone.gbj.GbxConstants
 
browseVersions() - Method in class com.gemstone.tools.GbjBrowser
 
bytes(byte[]) - Method in class com.gemstone.tools.GbxImagePanel
 
bytes() - Method in class com.gemstone.tools.GbxImagePanel
 
bytesValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is reprentable in bytes (other than Strings), return a byte array represention that value.
byteValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as a byte, return that value.

C

cachedValue() - Method in class com.gemstone.gbj.GbjObject
This method simulates the behavior of the pre-GBJ30 field cachedValue.
cacheTypeString() - Method in class com.gemstone.gbjstats.GbjCacheStats
Return the type of cache stat: spcmon, stone, pgsvr, gem
calendarValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as an calendar, return that value.
canBeWritten() - Method in class com.gemstone.gbj.GbjObject
Does the user have write access to the server object?
category - Variable in exception com.gemstone.gbj.GbjException
Holds a reference to the category (signalDictionary) of the exception.
category - Variable in exception com.gemstone.gbjgci.GbjGciException
GS oop of the error dictionary categorizing this error
changeSelectionTo_from_widget_holders_(Object, Object, JList, Object[]) - Method in class com.gemstone.tools.GbjBrowser
 
changeToSegment(GbjObject) - Method in class com.gemstone.gbj.GbjObject
Change the server object's segment and do the same with its contents.
charValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as a character, return that value.
checkConnected() - Method in class com.gemstone.gbj.GbjSession
checkConnected() will throw a GbjException if the session is not in a connected state.
checkErrors() - Method in class com.gemstone.gbjgci.GbjGciSession
Check for asynchronous errors on this session
chooseClassNameMatching_dialogString_(String, String) - Method in class com.gemstone.tools.GbxTool
 
chooseClassNameMatching_dialogString_(String, String) - Method in class com.gemstone.tools.GbxToolPanel
 
chooseSelectorMatching_dialogString_(String, String) - Method in class com.gemstone.tools.GbxTool
 
chooseSelectorMatching_dialogString_(String, String) - Method in class com.gemstone.tools.GbxToolPanel
 
CLAMP_ERR_BAD_ARG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An argument to a clamp specification method had a bad size or implementation.
CLAMP_ERR_NO_SUCH_INSTVAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
During clamp compilation, an instance variable clamp was encountered for a non-existent instance variable.
CLAMP_ERR_NOT_A_CLAMPSPEC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
In an attempt to perform clamped object traversal, a ClampSpecification object was expected, but the specified object was of the wrong class.
CLAMP_ERR_NOT_A_CLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An object was specified for class or instance variable clamping that was not a class object.
CLASS_ERR_BAD_CONSTRAINT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The constraint field was invalid in subclass creation.
CLASS_ERR_BAD_FORMAT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A class creation was attempted with an illegal representation.
CLASS_ERR_BAD_IDENTIFIER - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An illegal identifier was used to name an instance variable or class.
CLASS_ERR_BYTE_OBJ_INST_VARS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create a byte subclass with instance variables.
CLASS_ERR_BYTE_SUBCLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
You may not create a byte subclass of the given class.
CLASS_ERR_CLASS_VAR_NAME_EXISTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create a new class variable with the same name as an existing class variable.
CLASS_ERR_CLASS_VAR_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to remove a class variable that did not exist.
CLASS_ERR_CONSTR_INHER - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The specified constraint is not a subclass of an inherited constraint for an inherited instance variable or indexable part.
CLASS_ERR_CONSTR_PRIVATE_IV - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Illegal attempt to constrain a private instance variable.
CLASS_ERR_CONSTRAINT_NOT_CLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A constraint was specified incorrectly for subclass creation.
CLASS_ERR_DUP_VAR_CONSTR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
During subclass creation, more than one constraint was specified for the indexable part of a pointer object.
CLASS_ERR_INVARIANT_SUPERCLASS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create a variant subclass of an invariant class.
CLASS_ERR_MAX_INST_VARS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Attempt to create a subclass while specifying more than 255 instance variables.
CLASS_ERR_METH_CAT_EXISTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create a method category that already exists.
CLASS_ERR_METH_CAT_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
In searching a class, the specified category name was not found.
CLASS_ERR_METH_DICT_LIMIT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A Class has more than 1500 methods in its method dictionary.
CLASS_ERR_NOT_A_VAR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A symbol was not resolvable as a variable within a class (i.e., an instance variable, class variable, or pool variable).
CLASS_ERR_NSC_INST_VARS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create an Nsc subclass with instance variables.
CLASS_ERR_NSC_NOT_INDEXABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create an indexable subclass of an Nsc class.
CLASS_ERR_POOL_DICT_EXISTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to add a dictionary to a shared pool in which it was already a member.
CLASS_ERR_POOL_DICT_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to remove a dictionary from a shared pool in which it was not a member.
CLASS_ERR_REMOVE_INHER_IV - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to remove an instance variable from a class, but the specified instance variable is inherited from a superclass.
CLASS_ERR_SELECTOR_LOOKUP - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A message sent to an object was not found in the proper class.
CLASS_ERR_SELECTOR_NOT_FOUND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A reference was made to a selector that could not be found in a class's method dictionary.
CLASS_ERR_SUBCLASS_DISALLOWED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Cannot create a subclass of the given class.
classButtonSelected() - Method in class com.gemstone.tools.GbjBrowser
 
classDefinitionFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classHierarchyHoldersFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classHistoryFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classHoldersFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classNamed_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classNameFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classNamesMatching_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classSelected() - Method in class com.gemstone.tools.GbjBrowser
 
classVarNamesInClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
classVarRefsString - Static variable in class com.gemstone.gbj.GbxConstants
 
classVersionHoldersFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
clickedCancelButton() - Method in class com.gemstone.tools.GbxDebugDialog
 
clickedContinueButton() - Method in class com.gemstone.tools.GbxDebugDialog
 
clickedDebugButton() - Method in class com.gemstone.tools.GbxDebugDialog
 
clickedOkButton() - Method in class com.gemstone.tools.GbxDebugDialog
 
clientObject(Object) - Method in class com.gemstone.gbj.GbjSession
 
clone() - Method in class com.gemstone.gbjgci.GbjGciReport
Generate a clone of this GS object.
close() - Method in class com.gemstone.gbj.GbjSession
close() closes the connection.
closeWindow() - Method in class com.gemstone.tools.GbxTool
 
cluster() - Method in class com.gemstone.gbj.GbjObject
Cluster the server object
clusterBucket() - Method in class com.gemstone.gbj.GbjObject
Answer the cluster id that the server object was assigned during the current clustering operation
clusterDepthFirst() - Method in class com.gemstone.gbj.GbjObject
Cluster the server object and its contents doing a depth-first traversal.
collect(String) - Method in class com.gemstone.gbj.GbjCollection
Evaluate the given block with each element of the server object returning a collection, usually of the same kind, with the results.
collection_includes_(GbjObject, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
com.gemstone.gbj - package com.gemstone.gbj
The GBJ package provides an application programming interface (API) for developing a Java client application that can communicate with a GemStone/S server.
com.gemstone.gbjgci - package com.gemstone.gbjgci
The gbjgci package provides a low-level interface layer for the GBJ package, using the GemBuilder/C Interface (GCI) and the Java JNI.
com.gemstone.gbjstats - package com.gemstone.gbjstats
The gbjstats package provides support for accessing shared page cache statistics.
com.gemstone.tools - package com.gemstone.tools
The tools package provides a graphical user interface for GBJ, providing workspace, browser, and inspector windows similar to the GBS product.
command(String, int) - Method in class com.gemstone.tools.TopazProcess
 
command(String) - Method in class com.gemstone.tools.TopazProcess
 
commandNoWait(String) - Method in class com.gemstone.tools.TopazProcess
 
commentForClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
commitAndReleaseLocks() - Method in class com.gemstone.gbj.GbjSession
commitAndReleaseLocks() is like commitTransaction but any locks held are released if the commit succeeds.
commitTransaction() - Method in class com.gemstone.gbj.GbjSession
commitTransaction() commits the current transaction in the database.
compile_classified_class_(String, String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
COMPILER_ERR_STDB - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
compilation errors found.
componentHidden(ComponentEvent) - Method in class com.gemstone.tools.GbjLoginDialog
 
componentHidden(ComponentEvent) - Method in class com.gemstone.tools.GbxTool
 
componentHidden(ComponentEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
componentMoved(ComponentEvent) - Method in class com.gemstone.tools.GbjLoginDialog
 
componentMoved(ComponentEvent) - Method in class com.gemstone.tools.GbxTool
 
componentMoved(ComponentEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbjBrowser
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbjClassBrowser
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbjDebugger
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbjLoginDialog
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbjMethodBrowser
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbjMethodListBrowser
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbxTool
 
componentResized(ComponentEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
componentShown(ComponentEvent) - Method in class com.gemstone.tools.GbjLoginDialog
 
componentShown(ComponentEvent) - Method in class com.gemstone.tools.GbxTool
 
componentShown(ComponentEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
CONCUR_ERR_INVALID_MODE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to change to an invalid concurrency control mode.
connect() - Method in class com.gemstone.gbj.GbjSession
connect() is usually sent soon after instantiating a session to connect to the remote system.
connectTimeout - Variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this parameter has no effect.
context - Variable in exception com.gemstone.gbjgci.GbjGciException
GS oop of the context GsProcess that the error occurred in
contextObject() - Method in class com.gemstone.tools.GbjBrowser
 
contextObject() - Method in class com.gemstone.tools.GbjDebugger
 
contextObject() - Method in class com.gemstone.tools.GbjInspector
 
contextObject() - Method in class com.gemstone.tools.GbxTool
 
contextObject() - Method in class com.gemstone.tools.GbxToolPanel
 
continueBrowseHierarchy() - Method in class com.gemstone.tools.GbjLauncher
 
continueProcess() - Method in class com.gemstone.tools.GbjDebugger
 
continueProcess_(GbjObject, GbjSession) - Method in interface com.gemstone.tools.GbxToolsSupport
 

D

dateValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as an date, return that value.
dbStringBufferValue() - Method in class com.gemstone.gbj.GbjObject
Returns the cached Unicode string object held by the receiver as a new StringBuffer object.
dbStringValue() - Method in class com.gemstone.gbj.GbjObject
Returns the cached Unicode string object held by the receiver.
debug - Variable in class com.gemstone.tools.TopazProcess
 
debugC() - Static method in class com.gemstone.gbjgci.GbjGciPreferences
Return 0/1/2 if off/info/debug trace logging of GbjGciInterface JNI code should be enabled
debugPrint(PrintStream) - Method in class com.gemstone.gbjgci.GbjGciObject
Write to printstream a detailed multi-line string describing internal structure of this GbjGciObject.
debugPrint(PrintStream) - Method in class com.gemstone.gbjgci.GbjGciReport
Write to printstream a detailed multi-line string describing the internal structure of this GbjGciReport.
deepCopy() - Method in class com.gemstone.gbj.GbjObject
Answer a deep copy of the server object.
DEFAULT_BROKER_MACHINE - Static variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this constant is irrelevant
DEFAULT_BROKER_PORT - Static variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this constant is irrelevant
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this constant is irrelevant
DEFAULT_FORMAT - Static variable in class com.gemstone.gbj.GbjParameters
Constant for the default oop format (FORMAT32)
DEFAULT_TIMEOUT - Static variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this constant is irrelevant
DEFAULT_TRANSACTION_MODE - Static variable in class com.gemstone.gbj.GbjParameters
Constant for default transaction mode (manual)
deregisterWindow(GbxTool) - Method in class com.gemstone.tools.GbjLauncher
 
detach() - Static method in class com.gemstone.gbjstats.GbjCacheStats
Detach from this shared page cache
detect(String) - Method in class com.gemstone.gbj.GbjCollection
Find the first element in the server enumeration that satisfies the given block.
dictionaryForClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
dictionaryHolderFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
dictionaryHolders() - Method in interface com.gemstone.tools.GbxToolsSupport
 
dictionaryNames() - Method in interface com.gemstone.tools.GbxToolsSupport
 
dictionarySelected() - Method in class com.gemstone.tools.GbjBrowser
 
disableAllBreaks() - Method in interface com.gemstone.tools.GbxToolsSupport
 
disableBreakpoint_inMethod_(int, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
dispatchGemStoneMessage(GbjSession, Object, String, Object[]) - Method in interface com.gemstone.gbj.GbjClientAdapter
 
doit(String) - Method in class com.gemstone.gbj.GbjSession
doit() sends the given @param smalltalkCode string to the server for compilation and execution.
doIt() - Method in class com.gemstone.tools.GbxTool
 
doIt(boolean) - Method in class com.gemstone.tools.GbxTool
 
doIt() - Method in class com.gemstone.tools.GbxToolPanel
 
doIt(boolean) - Method in class com.gemstone.tools.GbxToolPanel
 
doitNames() - Method in class com.gemstone.tools.GbjDebugger
 
doitNames() - Method in class com.gemstone.tools.GbxTool
 
doitNames() - Method in class com.gemstone.tools.GbxToolPanel
 
doitValues() - Method in class com.gemstone.tools.GbjDebugger
 
doitValues() - Method in class com.gemstone.tools.GbxTool
 
doitValues() - Method in class com.gemstone.tools.GbxToolPanel
 
done() - Static method in class com.gemstone.tools.GbjSplashScreen
 
DoubleByteString - Class in com.gemstone.gbj
A wrapper class for Strings that should be converted to GemStone DoubleByteStrings on transmission to the server.
DoubleByteString(String) - Constructor for class com.gemstone.gbj.DoubleByteString
 
doubleValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as a double, return that value.

E

elements() - Method in class com.gemstone.gbj.GbjCollection
Returns an Enumeration of the server object's contents.
enableAllBreaks() - Method in interface com.gemstone.tools.GbxToolsSupport
 
enableBreakpoint_inMethod_(int, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
enableHypericTrace() - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
JMX operation to enable tracing of these process-level cache stats from Hyperic
equals(Object) - Method in class com.gemstone.gbjgci.GbjGciObject
Equals comparison against another java object
equals(Object) - Method in class com.gemstone.gbjgci.GbjGciReport
Equals comparison against another java object.
ERR_AbstractException - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_Admonition - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_AlmostOutOfMemory - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_AlmostOutOfStack - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ArgumentError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ArgumentTypeError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_Break - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_Breakpoint - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_CannotReturn - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_CANT_OPEN_TRAN_LOG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Unable to open the next transaction log for writing.
ERR_ClientForwarderSend - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_COMMIT_WHILE_BACKUP_IN_PROGRESS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A commit or abort was attempted while a multi-file full backup is in progress.
ERR_CompileError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ControlInterrupt - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_CORRUPT_OBJ_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The size of an object (usually a reserved object) in the database is not the size expected by the virtual machine.
ERR_Deprecated - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_DURING_LOST_OT_SERVICE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An error occurred during servicing of error 3031.
ERR_DURING_MT_OPERATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An error occurred during a multi-threaded operation.
ERR_EndOfStream - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_Error - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_Exception - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ExternalError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_FloatingPointError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_FloatingPointException - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_GciTransportError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_Halt - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ImproperOperation - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_IndexingErrorPreventingCommit - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_InternalError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_InterSessionSignal - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_IOError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_LGC_NET_SHUTDOWN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
connection to remote GCI client lost.
ERR_LockError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_LOG_IO_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Gem commit failed due to a Transaction Log I/O Error.
ERR_LookupError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_MEMORY_REGION_FULL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
a Memory region managed by the VM is full.
ERR_MessageNotUnderstood - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_NameError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_NO_BACKUP_IN_PROGRESS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
a backup or restore continuation was attempted without having executed restoreFrom: or fullBackupTo:MBytes:.
ERR_Notification - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_NumericError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ObjectsCommittedNotification - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_OffsetError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_OutOfRange - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_PRIM_FAILED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The primitive failed for the specified selector.
ERR_PRIM_NOT_SUPPORTED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The primitive is not supported in this executable.
ERR_RangeError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_RegexpError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_RepositoryError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_RepositoryViewLost - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_RUBY_BAD_INSTVAR_NAME - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Error in Ruby instvar name.
ERR_RUBY_PRINTF_ERROR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Error in Ruby printf.
ERR_RUBY_SystemExitError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_RubyBreakException - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_RubyThrowException - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_SecurityError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_SESSION_BLOCKED_ON_OUTPUT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to send a signal to a session, but the output buffer from stone to the target session is full.
ERR_SignalBufferFull - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_SocketError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_SystemCallError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_TerminateProcess - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_TestFailure - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ThreadError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_TransactionBacklog - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_TransactionError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_UncontinuableError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_UNCONVERTED_OBJECT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The contents of the object have not been converted from a prior version of GemStone; the object is not compatible with this executable.
ERR_USER_PROFILE_LOST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The user profile object for this session has been garbage collected as a result of a restore operation, or by a commit from another session.
ERR_UserDefinedError - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_Warning - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
ERR_ZeroDivide - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
errorInfoFrom_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
errorPosition() - Method in exception com.gemstone.gbj.GbjCompilerException
returns the 1-based position of the first compilation error.
evaluate_inContext_names_values_printing_(String, GbjObject, GbjObject, GbjObject, boolean) - Method in interface com.gemstone.tools.GbxToolsSupport
 
exclusiveLock() - Method in class com.gemstone.gbj.GbjObject
lock this database object.
exclusiveLockContents() - Method in class com.gemstone.gbj.GbjCollection
lock the contents of this collection.
execute(String) - Method in class com.gemstone.gbj.GbjObject
Transmit a string holding GemStone Smalltalk code to the server and compile and execute it, returning the result of execution.
execute(String) - Method in class com.gemstone.gbj.GbjSession
Execute smalltalk code on the server.
execute(String) - Method in class com.gemstone.gbjgci.GbjGciSession
Execute a GS/S Smalltalk String (represented as a java String)
execute(GbjGciObject) - Method in class com.gemstone.gbjgci.GbjGciSession
Execute a GS/S Smalltak String (represented as a GS Object)
execute(String) - Method in class com.gemstone.gbjstats.GbjJmxSystemStats
JMX operation to execute a GS Smalltalk command.
exitApplication() - Method in class com.gemstone.tools.GbjLauncher
 
exitApplication() - Method in class com.gemstone.tools.GbxTool
 
explainExcept() - Method in class com.gemstone.tools.GbjDebugger
 

F

False - Variable in class com.gemstone.gbj.GbjKernelObjects
False represents the server "false" object of class Boolean
fatal - Variable in exception com.gemstone.gbj.GbjException
Tells you whether the exception was a fatal error.
fatal - Variable in exception com.gemstone.gbjgci.GbjGciException
Boolean flag indicating if this is a fatal error or not
FATAL_ERR_INTERNAL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
SYSTEM ERROR: A system fatal error was detected.
fetch(long) - Static method in class com.gemstone.gbjstats.GbjCacheStats
Return the GbjCacheStats associated with this process ID taken during a prior sample( ).
fileInFile() - Method in class com.gemstone.tools.GbxTool
 
fileInFile() - Method in class com.gemstone.tools.GbxToolPanel
 
fileInString(String) - Method in class com.gemstone.tools.GbxTool
 
fileInString(String) - Method in class com.gemstone.tools.GbxToolPanel
 
fileInString_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
fileInText() - Method in class com.gemstone.tools.GbxTool
 
fileInText() - Method in class com.gemstone.tools.GbxToolPanel
 
fileOutClassString - Static variable in class com.gemstone.gbj.GbxConstants
 
fileOutDictionaryString - Static variable in class com.gemstone.gbj.GbxConstants
 
fileOutMethodString - Static variable in class com.gemstone.gbj.GbxConstants
 
fileOutOfClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
fileOutOfDictionary_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
fileOutOfMethod_inClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
findClassString - Static variable in class com.gemstone.gbj.GbxConstants
 
findMethodString - Static variable in class com.gemstone.gbj.GbxConstants
 
finishBrowseHierarchy() - Method in class com.gemstone.tools.GbjLauncher
 
finishBrowseReferences() - Method in class com.gemstone.tools.GbjLauncher
 
finishSubStringSearch() - Method in class com.gemstone.tools.GbjLauncher
 
floatValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as a float, return that value.
focusGained(FocusEvent) - Method in class com.gemstone.tools.GbjBrowser
 
focusGained(FocusEvent) - Method in class com.gemstone.tools.GbxTool
 
focusLost(FocusEvent) - Method in class com.gemstone.tools.GbxTool
 
fontNameString - Static variable in class com.gemstone.gbj.GbxConstants
 
fontSizeString - Static variable in class com.gemstone.gbj.GbxConstants
 
format - Variable in class com.gemstone.gbj.GbjParameters
The oop format for this connection.
format() - Static method in class com.gemstone.gbj.GbjSession
 
format - Static variable in class com.gemstone.gbjgci.GbjGciInterface
Indicates GS/S product oop format.
format(LogRecord) - Method in class com.gemstone.gbjgci.GbjGciLogFormatter
 
FORMAT32 - Static variable in class com.gemstone.gbj.GbjParameters
Constant for oop format of GS/S 32-bit products
FORMAT641 - Static variable in class com.gemstone.gbj.GbjParameters
Constant for oop format of GS/64 version 1.X products
FORMAT642 - Static variable in class com.gemstone.gbj.GbjParameters
Constant for oop format of GS/64 version 2.X and later products
fromInteger(int, GbjSession) - Static method in class com.gemstone.gbj.GbjObject
Deprecated.
Use GbjObject(int, GbjSession) instead.
fromLong(long, GbjSession) - Static method in class com.gemstone.gbj.GbjObject
Deprecated.
Use GbjObject(long, GbjSession) instead.

G

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
Deprecated.
GBJ30 can now directly convert java strings to either GS Strings or DoubleByteStrings as needed, so there is no need for the java DoubleByteString wrapper.
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.

H

hashCode() - Method in class com.gemstone.gbjgci.GbjGciObject
Return a hash code value for this object
hashCode() - Method in class com.gemstone.gbjgci.GbjGciReport
Return a hash code value for this object.
hashCode() - Method in class com.gemstone.gbjgci.GbjGciSession
Return a hash code value for this object
hasMoreElements() - Method in class com.gemstone.gbj.GbjIterator
Return true if there are more elements to return from this iterator.
header() - Method in class com.gemstone.tools.TopazProcess
 
HOST_ERR_CANT_SPAWN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
HostFork() attempted to spawn a Gem but was unable to do so.
HOST_ERR_FILE_DELETE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The specified file cannot be deleted.
HOST_ERR_FILE_DIRECTORY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Cannot fetch the server OS directory.
HOST_ERR_FILE_EXPORT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The string cannot be exported to the specified file.
HOST_ERR_FILE_IMPORT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The specified file cannot be imported.
HOST_ERR_LOG_FILE_NOT_OPENED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Log file not opened before adding messages to it.
HOST_ERR_MEMORY_ALLOC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Host memory allocation failed; there is insufficient primary memory and/or swap space.
HOST_ERR_PERFORM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The specified string cannot be executed in the OS shell.
HOST_FATAL_ERR_OUT_OF_MEM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Malloc failed in such a way that execution cannot continue.

I

identicalOccurrencesOf(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
Return the number of occurrences of the given object in the server object
Illegal - Variable in class com.gemstone.gbj.GbjKernelObjects
Illegal represents a non-existant GemStone object
image(Image) - Method in class com.gemstone.tools.GbxImagePanel
 
image() - Method in class com.gemstone.tools.GbxImagePanel
 
imageHeight() - Method in class com.gemstone.tools.GbxImagePanel
 
immediateInvariant() - Method in class com.gemstone.gbj.GbjObject
Make the server object invariant (immutable).
in(GbjCollection) - Method in class com.gemstone.gbj.GbjObject
Is the server object in the given remote collection?
includes(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
Answer whether an object equal to the argument is in the server object
includesIdentical(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
Answer whether the argument is in the server object
includesValue(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
Answer whether an object equal to the argument is in the server object
index() - Method in class com.gemstone.tools.GbxListDialog
 
indexOf_inList_(Object, Object[]) - Method in class com.gemstone.tools.GbxTool
 
indexOf_inList_(Object, Object[]) - Method in class com.gemstone.tools.GbxToolPanel
 
infoForClassNamed_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
initDone() - Static method in class com.gemstone.tools.GbjSplashScreen
 
initialize(boolean, String, int, int, int) - Static method in class com.gemstone.gbj.GbjSession
Initializes the GbjGciInterface environment.
initialize(boolean, String, int, int, int, Class) - Static method in class com.gemstone.gbjgci.GbjGciInterface
Initialize the GbjGciInterface, returning 32/641/642 depending on the underlying GS product oop format.
initUI(String, GbjException) - Method in class com.gemstone.tools.GbxDebugDialog
 
injectInto(GbjObject, String) - Method in class com.gemstone.gbj.GbjCollection
Evaluate the given block with the given argument plus an element of the server object.
inspectIt() - Method in class com.gemstone.tools.GbxTool
 
inspectIt() - Method in class com.gemstone.tools.GbxToolPanel
 
instanceButtonSelected() - Method in class com.gemstone.tools.GbjBrowser
 
instancesOf_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
instVarNamesInClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
instVarRefsString - Static variable in class com.gemstone.gbj.GbxConstants
 
inTransaction() - Method in class com.gemstone.gbj.GbjSession
Returns true if the GemStone server has started a transaction and false if not.
intValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as an int, return that value.
invoke(String, Object[], String[]) - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
Support for JMX DynamicMBean interface
invoke(String, Object[], String[]) - Method in class com.gemstone.gbjstats.GbjJmxSystemStats
JMX DynamicMBean protocol for invoking an action.
invokeMethod(Method, Object, Object[]) - Method in class com.gemstone.tools.GbxAdaptor
 
isAbortingException() - Method in exception com.gemstone.gbj.GbjException
is this an Aborting exception - an exception associated with a rolled back transaction in the server?
isAndroid - Static variable in class com.gemstone.gbjgci.GbjGciInterface
Boolean flag indicating if we're running on Android
isAutomaticTransactionModeSet() - Method in class com.gemstone.gbj.GbjSession
isAutomaticTransactionModeSet() will return true if the server is in automatic transaction mode and false if not.
isBehavior() - Method in class com.gemstone.gbj.GbjObject
Answer if the server object is a class or metaclass object
isCommitted() - Method in class com.gemstone.gbj.GbjObject
Was the server object in existence before the current transaction?
isCompilerException() - Method in exception com.gemstone.gbj.GbjException
is this a Smalltalk compilation exception?
isConnected() - Method in class com.gemstone.gbj.GbjObject
Answer true if the server object has been written to disk or is committed
isConnected() - Method in class com.gemstone.gbj.GbjSession
isConnected indicates whether the session is able to communicate with its server.
isDictionary_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
isEmpty() - Method in class com.gemstone.gbj.GbjCollection
Does the server object hold anything?
isEventException() - Method in exception com.gemstone.gbj.GbjException
is this an Event exception - a signal or debugging event?
isFatalException() - Method in exception com.gemstone.gbj.GbjException
is this a Fatal exception - one that terminated the connection or otherwise rendered it unusable?
isInternalException() - Method in exception com.gemstone.gbj.GbjException
is this an Internal exception - one that signals an internal problem in the GemStone server or interface?
isInvariant() - Method in class com.gemstone.gbj.GbjObject
Is the server object invariant (immutable)?
isKindOf(GbjObject) - Method in class com.gemstone.gbj.GbjObject
Is the server object an instance of the given class or one of its superclasses?
isKindOf(GbjGciObject, GbjGciObject) - Method in class com.gemstone.gbjgci.GbjGciSession
Return true if this GS object is a member of the designated GS class or one of it's subclasses.
isLoggedIn() - Method in class com.gemstone.gbjgci.GbjGciSession
Return true if this session is logged in
isMemberOf(GbjObject) - Method in class com.gemstone.gbj.GbjObject
Is the server object an instance of the given class?
isNil() - Method in class com.gemstone.gbj.GbjObject
Is the server object a nil value?
isNil() - Method in class com.gemstone.gbjgci.GbjGciReport
Return true if this GS object is NIL.
isRuntimeException() - Method in exception com.gemstone.gbj.GbjException
is this a Smalltalk execution exception?
isSpecial() - Method in class com.gemstone.gbjgci.GbjGciReport
Return true if this GS object is a "special".
isString() - Method in class com.gemstone.gbjgci.GbjGciObject
Return true if this GS object is a "string".
isWritten() - Method in class com.gemstone.gbj.GbjObject
Answer if the server object is new in this transaction or has been modified in this transaction

K

kernel - Static variable in exception com.gemstone.gbj.GbjException
Holds an extensive list of error numbers for GbjExceptions of category GemStoneError.
kernel - Variable in class com.gemstone.gbj.GbjSession
A collection of frequently accessed objects from the server Globals dictionary.
kernelOops - Static variable in class com.gemstone.gbjgci.GbjGciInterface
Kernel oops.
keyReleased(KeyEvent) - Method in class com.gemstone.tools.GbjInspector
 
keySet() - Method in class com.gemstone.tools.GbjIniFile
 
keyTyped(KeyEvent) - Method in class com.gemstone.tools.GbjInspector
 
kill() - Method in class com.gemstone.gbjstats.GbjJmxCacheStats
JMX operation to kill the process associated with this GbjJmxCacheStat using kill -9

L

LAST_ANSI_ERROR_NUM - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
 
lastError - Variable in class com.gemstone.gbj.GbjSession
lastError holds the last GbjException received from the server.
LGC_ERR_ARG_SIZE_INCONSISTENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An array argument was received on the network that had a length different from that specified with the argument.
LGC_ERR_BYTE_PACKET_TOO_LONG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A byte array packet was received over the network that was too long.
LGC_ERR_COMPRESS_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
compress() in the zlib library failed.
LGC_ERR_EXPECTED_CMD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A packet kind was received other than the command packet that was expected.
LGC_ERR_EXPECTED_CONTINUE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A packet kind was received other than the continue packet that was expected.
LGC_ERR_EXPECTED_END - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A packet kind was received other than the end packet that was expected.
LGC_ERR_INCOMPAT_GCI - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The version of the GCI is not compatible with the version of the Gem.
LGC_ERR_INCONSISTENT_OBJ_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
When using the network interface, inconsistent information was given about the implementation of an object; i.e., one implementation was specified but the class of the object had a different one.
LGC_ERR_INCONSISTENT_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
When using the network interface, inconsistent information was given about the size of an object; i.e., the size was specified as one value but the data given implied another size.
LGC_ERR_OBJREPHDR_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Mismatch in size of GciObjRepHdrSType, problems with C compiler used to build a client GCI perhaps.
LGC_ERR_OOP_PACKET_TOO_LONG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An oop array packet was received over the network that was too long.
LGC_ERR_PACKET_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Invalid IPC packet kind.
LGC_ERR_PACKET_KIND_BAD - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A packet of the wrong kind was received.
LGC_ERR_PACKET_KIND_UNKNOWN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An unknown packet kind was received.
LGC_ERR_SEQUENCE_MISMATCH - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Sequence number mismatch for an IPC response packet.
LGC_ERR_SYNC_1 - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The first byte of the two-byte synchronization sequence was wrong in the network.
LGC_ERR_SYNC_2 - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The second byte of the two-byte synchronization sequence was wrong in the network.
LGC_ERR_TRAV_BUFF_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
a Traversal buffer received over the network exceeded RPC client's allocated buffer size.
LGC_ERR_TRAVSWIZZ_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
travBuffSwizzle() in the linkgc.hc module failed.
LGC_ERR_UNCOMPRESS_FAILURE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
uncompress() in the zlib library failed.
LOCK_ERR_ALL_SYMBOLS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Users are not allowed to lock AllSymbols.
LOCK_ERR_ARG_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An argument to a locking primitive was too large.
LOCK_ERR_DEADLOCK - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
RcRetry or Application write lock denied due to possible deadlock.
LOCK_ERR_DENIED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A requested lock was denied.
LOCK_ERR_INCOMPLETE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
One or more of the objects you requested had a lock error.
LOCK_ERR_INVALID_OBJECT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
RcRetry or Application write lock denied: a different object is already registered with the lock queue.
LOCK_ERR_OBJ_HAS_CHANGED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A requested lock was granted, but the object has changed value since you started this transaction.
LOCK_ERR_REMOVE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The user is not allowed to remove a lock on an object that they do not have a lock on.
LOCK_ERR_TIMEOUT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
RcRetry or Application write lock denied due to timeout.
LOCK_ERR_UNDEFINED_LOCK - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The lock kind specified was invalid.
login(String, String, String, String, String, String) - Method in class com.gemstone.gbjgci.GbjGciSession
Login a GS session using this GbjGciSession.
logLevel(String) - Static method in class com.gemstone.gbjgci.GbjGciPreferences
Return trace debug logging level for designated module
logout() - Method in class com.gemstone.gbjgci.GbjGciSession
Logout the GS session associated with this GbjGciSession
longValue() - Method in class com.gemstone.gbjgci.GbjGciObject
If this GS object is representable as a long, return that value.

M

main(String[]) - Static method in class com.gemstone.gbjgci.GbjGciPreferences
Main program for viewing/setting/removing Gbj/GbjGci debug trace logging levels
main(String[]) - Static method in class com.gemstone.gbjstats.GbjHypericPluginGenerator
Execute the GbjHypericPluginGenreator program.
main(String[]) - Static method in class com.gemstone.gbjstats.GbjJmxCacheStatsMonitor
Execute the GbjJmxCacheStatsMonitor program.
main(String[]) - Static method in class com.gemstone.gbjstats.GbjJmxDataFile
Developer test/debug program
main(String[]) - Static method in class com.gemstone.tools.GbjLauncher
 
makeClass_aVersionOf_(GbjObject, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
MANUAL_TRANSACTIONS - Static variable in class com.gemstone.gbj.GbjParameters
Constant for manual transaction mode
ManualTransactions - Static variable in class com.gemstone.gbj.GbjParameters
Use this value in transactionMode to specify explicit (manual) transaction mode.
mapGsToJavaClass(String, GbjGciObject) - Method in class com.gemstone.gbjgci.GbjGciSession
Map instances of a GemStone class to a designated java class, represented by an example instance.
mapGsToJavaClass(GbjGciObject, GbjGciObject) - Method in class com.gemstone.gbjgci.GbjGciSession
Map instances of a GemStone class to a designated java class, represented by an example instance.
maxSmallInteger - Variable in class com.gemstone.gbj.GbjKernelObjects
Largest possible SmallInteger
menuCanceled(MenuEvent) - Method in class com.gemstone.tools.GbxTool
 
menuCanceled(MenuEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
menuDeselected(MenuEvent) - Method in class com.gemstone.tools.GbxTool
 
menuDeselected(MenuEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
menuSelected(MenuEvent) - Method in class com.gemstone.tools.GbxTool
 
menuSelected(MenuEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
message - Variable in exception com.gemstone.gbj.GbjException
Holds a displayable representation of the exception
message - Variable in exception com.gemstone.gbjgci.GbjGciException
Text message describing error
messagesInMethod_inClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
messagesString - Static variable in class com.gemstone.gbj.GbxConstants
 
methodHoldersFor_inProtocol_(GbjObject, String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersFor_inProtocol_toLevel_(GbjObject, String, int) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForBreakpoints() - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForImplementorsOf_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForReferencesTo_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForRefsToClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForRefsToClassVar_inClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForRefsToInstVar_inClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForSendersOf_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodHoldersForSubstring_(String) - Method in interface com.gemstone.tools.GbxToolsSupport
 
methodSelected() - Method in class com.gemstone.tools.GbjBrowser
 
methodString - Static variable in class com.gemstone.gbj.GbxConstants
 
migrateInstancesOf_to_(GbjObject, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
migrateInstancesString - Static variable in class com.gemstone.gbj.GbxConstants
 
minSmallInteger - Variable in class com.gemstone.gbj.GbjKernelObjects
Smallest possible SmallInteger
monitor - Variable in class com.gemstone.gbjstats.GbjJmxCacheStats
The GbjJmxCacheStatsMonitor process updating these cache stats
monitorChangedObjects - Variable in class com.gemstone.gbjgci.GbjGciSession
Flag used to control if changed objects should be monitored
monitorSessionSignals - Variable in class com.gemstone.gbj.GbjSession
Flag used to control if session signals should be monitored
moreStack() - Method in class com.gemstone.tools.GbjDebugger
 
mouseClicked(MouseEvent) - Method in class com.gemstone.tools.GbjBrowser
 
mouseClicked(MouseEvent) - Method in class com.gemstone.tools.GbjInspector
 
mouseClicked(MouseEvent) - Method in class com.gemstone.tools.GbjInspectorPanel
 
mouseClicked(MouseEvent) - Method in class com.gemstone.tools.GbxSettingsDialog
 
mouseClicked(MouseEvent) - Method in class com.gemstone.tools.GbxTool
 
mouseClicked(MouseEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
mouseEntered(MouseEvent) - Method in class com.gemstone.tools.GbxSettingsDialog
 
mouseEntered(MouseEvent) - Method in class com.gemstone.tools.GbxTool
 
mouseEntered(MouseEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
mouseExited(MouseEvent) - Method in class com.gemstone.tools.GbxSettingsDialog
 
mouseExited(MouseEvent) - Method in class com.gemstone.tools.GbxTool
 
mouseExited(MouseEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
mousePressed(MouseEvent) - Method in class com.gemstone.tools.GbjBrowser
 
mousePressed(MouseEvent) - Method in class com.gemstone.tools.GbjInspector
 
mousePressed(MouseEvent) - Method in class com.gemstone.tools.GbxSettingsDialog
 
mousePressed(MouseEvent) - Method in class com.gemstone.tools.GbxTool
 
mousePressed(MouseEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
mouseReleased(MouseEvent) - Method in class com.gemstone.tools.GbxSettingsDialog
 
mouseReleased(MouseEvent) - Method in class com.gemstone.tools.GbxTool
 
mouseReleased(MouseEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
moveClass_fromDict_toDict_(GbjObject, GbjObject, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
moveClassString - Static variable in class com.gemstone.gbj.GbxConstants
 
moveMethod_to_inClass_(String, String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
moveMethodString - Static variable in class com.gemstone.gbj.GbxConstants
 
moveToDisk() - Method in class com.gemstone.gbj.GbjObject
Force the server object to disk if not already there
moveVersionString - Static variable in class com.gemstone.gbj.GbxConstants
 

N

name - Variable in class com.gemstone.gbjgci.GbjGciCacheStats
Name of GemStone Process providing these cache stats
named(String, GbjGciSession) - Static method in class com.gemstone.gbjgci.GbjGciObject
Return the GS object with this name in the DB.
namedInstanceVariables() - Method in class com.gemstone.gbj.GbjObject
Returns the named instance variables of this server object, in their order of appearance (see GemStone Smalltalk Behavior>>allInstVarNames.
nameOf_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
NET_ERR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An undefined network error.
NET_ERR_CONNECTION_REFUSED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The connection was refused - check the name of STONE.
NET_ERR_NO_SUCH_STN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The given GemStone does not exist.
nextElement() - Method in class com.gemstone.gbj.GbjIterator
Return the next element from this iterator.
Nil - Variable in class com.gemstone.gbj.GbjKernelObjects
Nil represents a server nil.
nilFields() - Method in class com.gemstone.gbj.GbjObject
nil the instance variables of the server object
noClassString - Static variable in class com.gemstone.gbj.GbxConstants
 
noDictionaryString - Static variable in class com.gemstone.gbj.GbxConstants
 
noMethodString - Static variable in class com.gemstone.gbj.GbxConstants
 
noProtocolString - Static variable in class com.gemstone.gbj.GbxConstants
 
noSessionString - Static variable in class com.gemstone.gbj.GbxConstants
 
NOT_CONNECTED - Static variable in class com.gemstone.gbj.GbxConstants
 
notifyObservers(String, Object) - Method in interface com.gemstone.gbj.GbjObservable
 
notifyObservers(String, Object) - Method in class com.gemstone.gbj.GbjSession
notify observers of a change
notNil() - Method in class com.gemstone.gbj.GbjObject
Is the receiver not a nil value? Does not currently require a message send to the server.
NUM_ERR_ARG_NOT_CHR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to coerce an integer into a kind of Character, but its value was not in range.
NUM_ERR_ARG_NOT_FLT_EXCEPTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An unrecognized float exception was specified.
NUM_ERR_ARG_NOT_FLT_STATUS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An invalid float status was specified.
NUM_ERR_ARG_NOT_ROUNDING_MODE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An unrecognized float rounding mode was specified.
NUM_ERR_FLT_EXCEPTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A floating point exception has been raised.
NUM_ERR_INT_DIVISION_BY_ZERO - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to divide an integer by zero.
number - Variable in exception com.gemstone.gbj.GbjException
Holds the number of the exception.
number - Variable in exception com.gemstone.gbjgci.GbjGciException
GCI error number.

O

OBJ_CLASS_NOT_BYTE_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create a byte object for a class which does not specify byte object format.
OBJ_CLASS_NOT_OOP_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create a pointer object for a class which does not specify pointer object format.
OBJ_CLASS_NOT_OOP_OR_NSC_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create a pointer object for a class which does not specify pointer object format.
OBJ_ERR_ALREADY_EXISTS - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create an object that already exists.
OBJ_ERR_BAD_CLUSTER_BUCKET - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The specified clusterId is invalid.
OBJ_ERR_BAD_FETCH_OFFSET - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
A structural access retrieval used an index that was out of range.
OBJ_ERR_BAD_OFFSET - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An object was indexed using structural access with a index that was out of range.
OBJ_ERR_BAD_OFFSET_INCOMPLETE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An indexable object was referenced with an index that was out of range.
OBJ_ERR_BAD_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create an object of an illegal size or change it to an illegal size.
OBJ_ERR_CANT_CREATE_INSTANCE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create an instance of a class that does not allow "new".
OBJ_ERR_CLASS_VARIANT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to create an instance of a modifiable class (that is, a class still involved in schema design).
OBJ_ERR_COLLECTION_EMPTY - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to access elements of an empty Collection.
OBJ_ERR_CONSTRAINT_VIOLATION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An object of the wrong class was stored into a constrained instance variable.
OBJ_ERR_CORRUPT_OBJ - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The object is corrupt or inconsistent.
OBJ_ERR_DATETIME_OUT_OF_RANGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The DateTime passed is either out of range for a time_t, or the julianSeconds field is not between 0 and 86399 inclusive.
OBJ_ERR_DICT_CONSTRAINT_VIOL - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
constraint violation when attempting to store a new value into a dictionary.
OBJ_ERR_DOES_NOT_EXIST - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The object does not exist.
OBJ_ERR_INVARIANT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to change an invariant object.
OBJ_ERR_LONG_NOT_SMALL_INT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The integer passed to gciIntToObject was outside the range of SmallIntegers.
OBJ_ERR_MAX_SIZE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to extend an object to larger than the maximum allowable size.
OBJ_ERR_NEGATIVE_COUNT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
In a network call fetching elements out of an object a negative count was specified.
OBJ_ERR_NOT_BOOLEAN - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
gciObjectToBool was passed an object that was not either True or False.
OBJ_ERR_NOT_BYTE_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The object is not implemented as a byte object.
OBJ_ERR_NOT_CHR - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The argument to a GCI object to character conversion was not an instance of Character, or is out of range of the result.
OBJ_ERR_NOT_FLT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Through the GCI, a request was made to convert a float object into another representation.
OBJ_ERR_NOT_IN_COLLECTION - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Cannot find the object in designated collection.
OBJ_ERR_NOT_IN_NSC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An object was not found in collection where it was expected.
OBJ_ERR_NOT_INDEXABLE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to index an object that is not indexable.
OBJ_ERR_NOT_LONG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
gciObjectToInt was passed an object which was not a SmallInteger.
OBJ_ERR_NOT_NSC_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The object is not implemented as an Nsc object.
OBJ_ERR_NOT_OOP_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The object is not implemented as a pointer object.
OBJ_ERR_NOT_OOP_OR_NSC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An operation was attempted on an object that is legal only on pointer or Nsc objects.
OBJ_ERR_NOT_SEGMENT - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to use an object that is not a segment where a segment was required.
OBJ_ERR_NOT_SPECIAL_KIND - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
The object is not implemented as a special object.
OBJ_ERR_OOP_NOT_ALLOCATED - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to store a forward reference using an oop that has not been allocated to the session.
OBJ_ERR_RESULT_NSC_TOO_BIG - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
An attempt was made to increase the size of an NSC beyond the maximum(maxSmallInt).
OBJ_ERR_TIME_T_OUT_OF_RANGE - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Given time_t is out of range; must be greater than or equal to zero.
objChgNotify - Variable in class com.gemstone.gbj.GbjSession
Flag used to control if object change notification should be active
objectHoldersFor_maxObjects_(GbjObject, int) - Method in interface com.gemstone.tools.GbxToolsSupport
 
objectHoldersForNames_values_(GbjObject, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
objectNamed(String) - Method in class com.gemstone.gbj.GbjSession
objectNamed() is a name lookup service.
objectNamed(String) - Method in class com.gemstone.gbjgci.GbjGciSession
Return the GS object with this name in the DB.
objWithOop(long) - Method in class com.gemstone.gbjgci.GbjGciSession
Return the GS object with the designed oop.
occurrencesOf(GbjObject) - Method in class com.gemstone.gbj.GbjCollection
Return the number of occurrences of the given object's value in the server object
One - Variable in class com.gemstone.gbj.GbjKernelObjects
One represents a server "one" object of class SmallInteger
openBrowser() - Method in class com.gemstone.tools.GbjLauncher
 
openFile() - Method in class com.gemstone.tools.GbxTool
 
openFile() - Method in class com.gemstone.tools.GbxToolPanel
 
openOnSession() - Method in class com.gemstone.tools.GbjBrowser
 

P

page() - Method in class com.gemstone.gbj.GbjObject
Return the page number of the server object, or nil if a special or unconnected object
pageCreationTime() - Method in class com.gemstone.gbj.GbjObject
Return the page creation time of the server object
paintComponent(Graphics) - Method in class com.gemstone.tools.GbxImagePanel
 
password - Variable in class com.gemstone.gbj.GbjParameters
The GemStone account password
PasswordField - Class in com.gemstone.tools
This class prompts the user for a password and attempts to mask input with "*"
PasswordField() - Constructor for class com.gemstone.tools.PasswordField
 
perform(String, Object[], int) - Method in class com.gemstone.gbj.GbjObject
Send a message to a GemStone object and expect a server object in reply.
perform(GbjObject, String, GbjObject[], int) - Method in class com.gemstone.gbj.GbjSession
Perform a particular smalltalk method against a particular object.
perform(GbjGciObject, String, GbjGciObject[], int) - Method in class com.gemstone.gbjgci.GbjGciSession
Execute a Smalltalk method against a designated receiver using these arguments.
pid - Variable in class com.gemstone.gbjgci.GbjGciCacheStats
Process ID
pollInterval - Variable in class com.gemstone.gbj.GbjSession
The polling interval used to check for asynchronous signals (sigAbort, gem-to-gem signals, changed objects).
postClassDefinition - Static variable in class com.gemstone.gbj.GbxConstants
 
preClassDefinition - Static variable in class com.gemstone.gbj.GbxConstants
 
print() - Method in exception com.gemstone.gbjgci.GbjGciException
Utility/debug method for printing fields
printit(String) - Method in class com.gemstone.gbj.GbjSession
printit() is the same as doit(), but the message "printString" is sent to the result and the answer of this message is returned.
printIt() - Method in class com.gemstone.tools.GbxTool
 
printIt() - Method in class com.gemstone.tools.GbxToolPanel
 
printResult(String) - Method in class com.gemstone.tools.GbxTool
 
printResult(String) - Method in class com.gemstone.tools.GbxToolPanel
 
printStackTrace(PrintWriter) - Method in exception com.gemstone.gbj.GbjException
print a stack trace on the given stream
printString() - Method in class com.gemstone.gbj.GbjObject
Fetch a printable representation of the server object.
printStringFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
process - Variable in exception com.gemstone.gbj.GbjException
The suspended state of execution on the server at the time the exception was thrown.
processError_(GbjException) - Method in class com.gemstone.tools.GbxTool
 
processError_(GbjException) - Method in class com.gemstone.tools.GbxToolPanel
 
processError_message_printing_inspecting_(GbjException, String, boolean, boolean) - Method in class com.gemstone.tools.GbxTool
 
processError_message_printing_inspecting_(GbjException, String, boolean, boolean) - Method in class com.gemstone.tools.GbxToolPanel
 
processResult_(GbjObject) - Method in class com.gemstone.tools.GbjDebugger
 
processResult_(GbjObject) - Method in class com.gemstone.tools.GbxDebugDialog
 
prompt() - Method in class com.gemstone.tools.TopazProcess
 
protocolForSelector_inClass_(String, GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
protocolHoldersFor_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
protocolHoldersFor_toLevel_(GbjObject, int) - Method in interface com.gemstone.tools.GbxToolsSupport
 
protocolSelected() - Method in class com.gemstone.tools.GbjBrowser
 
putByte(int, byte) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated byte to this byte-based GS object.
putBytes(int, int, byte[]) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated bytes to this byte-based GS object.
putBytes(int, byte[]) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated bytes to this byte-based GS object.
putBytes(GbjGciObject, long, int, byte[]) - Method in class com.gemstone.gbjgci.GbjGciSession
Write the designated bytes to this byte-based GS object.
putInServer(Object) - Method in class com.gemstone.gbj.GbjSession
Deprecated.
use GbjObject constructor
putNamedObj(int, GbjGciObject) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated GS object to the named instvars for this GS object.
putNamedObjs(int, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated GS objects to the named instvars for this GS object.
putNamedObjs(int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated GS objects to the named instvars for this GS object.
putNamedObjs(GbjGciObject, long, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciSession
Write the designated GS objects to the named instvars for this GS object.
putObj(int, GbjGciObject) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated GS object to this indexable GS object.
putObjs(int, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated GS objects to this indexable GS object.
putObjs(int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciObject
Write the designated GS objects to this indexable GS object.
putObjs(GbjGciObject, long, int, GbjGciObject[]) - Method in class com.gemstone.gbjgci.GbjGciSession
Write the designated GS objects to this indexable GS object.

R

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
 

S

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
Deprecated.
A stack trace can be obtained from the process object by sending it the message printString().
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.

T

thisClass_(GbjObject) - Method in interface com.gemstone.tools.GbxToolsSupport
 
timeout - Variable in class com.gemstone.gbj.GbjParameters
Deprecated.
As of GBJ30, this parameter has no effect.
toolData - Variable in class com.gemstone.gbj.GbjSession
toolData is for GemStone internal use
TopazProcess - Class in com.gemstone.tools
 
TopazProcess(String, String) - Constructor for class com.gemstone.tools.TopazProcess
 
toString() - Method in class com.gemstone.gbj.GbjSession
return a description of this session.
toString() - Method in class com.gemstone.gbjgci.GbjGciObject
Return a short string representation of this GbjGciReport
toString() - Method in class com.gemstone.gbjgci.GbjGciReport
Return a short string representing this GbjGciReport
transactionConflicts() - Method in interface com.gemstone.tools.GbxToolsSupport
 
TRANSACTIONLESS - Static variable in class com.gemstone.gbj.GbjParameters
Constant for transactionless mode
Transactionless - Static variable in class com.gemstone.gbj.GbjParameters
Use this value in transactionMode to specify that the server will not perform transactions.
transactionMode - Variable in class com.gemstone.gbj.GbjParameters
The transaction mode.
transcript() - Method in class com.gemstone.tools.GbjLauncher
 
trimStack() - Method in class com.gemstone.tools.GbjDebugger
 
trimStackOf_toLevel_(GbjObject, int) - Method in interface com.gemstone.tools.GbxToolsSupport
 
True - Variable in class com.gemstone.gbj.GbjKernelObjects
True represents the server "true" object of class Boolean
type - Variable in class com.gemstone.gbjgci.GbjGciCacheStats
Type of GemStone Process providing these cache stats
TYPE_APP - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing an application GS process type (5)
TYPE_GEM - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing a gem GS process type (3)
TYPE_PGSVR - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing a pgsvr GS process type (2)
TYPE_SPCMONITOR - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing a shared page cache monitor GS process type (0)
TYPE_STATMON - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing a statmon GS process type (4)
TYPE_STONE - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing a stone GS process type (1)
TYPE_SYSTEM - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing a system GS process type (6)
TYPE_UNASSIGNED - Static variable in class com.gemstone.gbjgci.GbjGciCacheStats
Static constant for representing an unassigned GS process type (-1)

U

update(GbjObservable, String, Object) - Method in interface com.gemstone.gbj.GbjObserver
Determine how to handle events sent to an observed GBJ object.
update() - Method in class com.gemstone.gbjstats.GbjCacheStats
Update (refresh) the information for this cache stat with the data taken from the last sample()
update(GbjObservable, String, Object) - Method in class com.gemstone.tools.GbjLauncher
 
update(Observable, Object) - Method in class com.gemstone.tools.GbxTool
 
update(GbjObservable, String, Object) - Method in class com.gemstone.tools.GbxTool
 
update(Observable, Object) - Method in class com.gemstone.tools.GbxToolPanel
 
update(GbjObservable, String, Object) - Method in class com.gemstone.tools.GbxToolPanel
 
updateFont(Font) - Method in class com.gemstone.tools.GbjBreakpointBrowser
 
updateFont(Font) - Method in class com.gemstone.tools.GbjBrowser
 
updateFont(Font) - Method in class com.gemstone.tools.GbjDebugger
 
updateFont(Font) - Method in class com.gemstone.tools.GbjInspector
 
updateFont(Font) - Method in class com.gemstone.tools.GbjInspectorPanel
 
updateFont(Font) - Method in class com.gemstone.tools.GbjLauncher
 
updateFont(Font) - Method in class com.gemstone.tools.GbjMethodBrowser
 
updateFont(Font) - Method in class com.gemstone.tools.GbjWorkSpace
 
updateFont(Font) - Method in class com.gemstone.tools.GbxTool
 
updateFont(Font) - Method in class com.gemstone.tools.GbxToolPanel
 
updateListWidget_withObjects_(JList, Object[]) - Method in class com.gemstone.tools.GbxTool
 
updateListWidget_withObjects_(JList, Object[]) - Method in class com.gemstone.tools.GbxToolPanel
 
updateLookAndFeel() - Method in class com.gemstone.tools.GbxTool
 
updateLookAndFeel() - Method in class com.gemstone.tools.GbxToolPanel
 
updateTabSize(int) - Method in class com.gemstone.tools.GbxTool
 
updateWordWrap(boolean) - Method in class com.gemstone.tools.GbxTool
 
userData - Variable in class com.gemstone.gbj.GbjSession
userData is for customer use.
userName - Variable in class com.gemstone.gbj.GbjParameters
The GemStone account User ID.
UserProfile - Variable in class com.gemstone.gbj.GbjKernelObjects
Each instance of UserProfile contains a number of characteristics associated
with a given system user.

V

valueChanged(ListSelectionEvent) - Method in class com.gemstone.tools.GbjBrowser
 
valueChanged(ListSelectionEvent) - Method in class com.gemstone.tools.GbjInspector
 
valueChanged(ListSelectionEvent) - Method in class com.gemstone.tools.GbjInspectorPanel
 
valueChanged(ListSelectionEvent) - Method in class com.gemstone.tools.GbxTool
 
valueOf(String) - Static method in enum com.gemstone.gbjstats.GbjCacheStats.CacheType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gemstone.gbjstats.GbjCacheStats.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Static variable in class com.gemstone.gbj.GbjSession
The version of the interface
VERSION_STRING - Static variable in class com.gemstone.gbj.GbxConstants
 
versionString - Static variable in class com.gemstone.gbj.GbxConstants
 

W

WARNING_FINISHED_MFC - Static variable in class com.gemstone.gbj.GbjGemStoneErrors
Completed execution of the markForCollection method.
windowActivated(WindowEvent) - Method in class com.gemstone.tools.GbxTool
 
windowActivated(WindowEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
windowClosed(WindowEvent) - Method in class com.gemstone.tools.GbxTool
 
windowClosed(WindowEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
windowClosing(WindowEvent) - Method in class com.gemstone.tools.GbjBrowser
 
windowClosing(WindowEvent) - Method in class com.gemstone.tools.GbjLauncher
 
windowClosing(WindowEvent) - Method in class com.gemstone.tools.GbxTool
 
windowClosing(WindowEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
windowDeactivated(WindowEvent) - Method in class com.gemstone.tools.GbxTool
 
windowDeactivated(WindowEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
windowDeiconified(WindowEvent) - Method in class com.gemstone.tools.GbxTool
 
windowDeiconified(WindowEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
windowIconified(WindowEvent) - Method in class com.gemstone.tools.GbxTool
 
windowIconified(WindowEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
windowOpened(WindowEvent) - Method in class com.gemstone.tools.GbxTool
 
windowOpened(WindowEvent) - Method in class com.gemstone.tools.GbxToolPanel
 
withOop(long, GbjSession) - Static method in class com.gemstone.gbj.GbjObject
Return the GS object with this designated oop.
withOop(long, GbjGciSession) - Static method in class com.gemstone.gbjgci.GbjGciObject
Return the GS object represented by this oop
writeLock() - Method in class com.gemstone.gbj.GbjObject
lock this database object.
writeLockContents() - Method in class com.gemstone.gbj.GbjCollection
lock the contents of this collection.

Z

Zero - Variable in class com.gemstone.gbj.GbjKernelObjects
Zero represents a server "zero" object of class SmallInteger
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links