public class GbjKernelObjects extends Object
session.kernel.System.sendMsg("transactionConflicts");
session.kernel.SomeKernelClass
With the sequence:
session.doit("SomeKernelClass")
The returned GbjObject can be cached somewhere to avoid the cost of retrieving it.
Modifier and Type | Field and Description |
---|---|
GbjObject |
Array
Array is a concrete subclass of SequenceableCollection that capitalizes upon
the indexability of its elements. |
GbjObject |
Association
An Association is a pair of associated objects: a key and a value.
|
GbjObject |
False
False represents the server "false" object of class Boolean
|
GbjObject |
GbjGciInterface
Interface class for GBJ
|
GbjObject |
GemStoneError
GSGemStoneError refers to GemStone's error category dictionary.
|
GbjObject |
Illegal
Illegal represents a non-existant GemStone object
|
long |
maxSmallInteger
Largest possible SmallInteger
|
long |
minSmallInteger
Smallest possible SmallInteger
|
GbjObject |
Nil
Nil represents a server nil.
|
GbjObject |
One
One represents a server "one" object of class SmallInteger
|
GbjObject |
Symbol
A Symbol is an invariant String for which all comparisons are case-sensitive.
Symbols are used internally to represent variable names and selectors. |
GbjObject |
System
System is an abstract class that has no instances.
|
GbjObject |
True
True represents the server "true" object of class Boolean
|
GbjObject |
UserProfile
Each instance of UserProfile contains a number of characteristics associated
with a given system user. |
GbjObject |
Zero
Zero represents a server "zero" object of class SmallInteger
|
Constructor and Description |
---|
GbjKernelObjects(GbjSession session,
long[] kernelOop)
Constructor for GbjKernelObjects
|
public long maxSmallInteger
public long minSmallInteger
public GbjObject GbjGciInterface
public GbjObject Illegal
public GbjObject Zero
public GbjObject One
public GbjObject True
public GbjObject False
public GbjObject Nil
public GbjObject GemStoneError
public GbjObject System
public GbjObject Array
public GbjObject Association
public GbjObject Symbol
public GbjObject UserProfile
public GbjKernelObjects(GbjSession session, long[] kernelOop)
session
- GbjSession to usekernelOop
- array from server with kernel oops