Field and Description |
---|
com.gemstone.gbj.GbjParameters.brokerMachine
As of GBJ30, this parameter has no effect.
|
com.gemstone.gbj.GbjParameters.brokerPort
As of GBJ30, this parameter has no effect.
|
com.gemstone.gbj.GbjParameters.connectTimeout
As of GBJ30, this parameter has no effect.
|
com.gemstone.gbj.GbjParameters.DEFAULT_BROKER_MACHINE
As of GBJ30, this constant is irrelevant
|
com.gemstone.gbj.GbjParameters.DEFAULT_BROKER_PORT
As of GBJ30, this constant is irrelevant
|
com.gemstone.gbj.GbjParameters.DEFAULT_CONNECTION_TIMEOUT
As of GBJ30, this constant is irrelevant
|
com.gemstone.gbj.GbjParameters.DEFAULT_TIMEOUT
As of GBJ30, this constant is irrelevant
|
com.gemstone.gbj.GbjException.stackTrace
A stack trace can be obtained from the process object
by sending it the message printString().
|
com.gemstone.gbj.GbjParameters.timeout
As of GBJ30, this parameter has no effect.
|
Method and Description |
---|
com.gemstone.gbj.GbjObject.fromInteger(int, GbjSession)
Use GbjObject(int, GbjSession) instead.
|
com.gemstone.gbj.GbjObject.fromLong(long, GbjSession)
Use GbjObject(long, GbjSession) instead.
|
com.gemstone.gbj.GbjSession.putInServer(Object)
use GbjObject constructor
|
Constructor and Description |
---|
com.gemstone.gbj.GbjObject(DoubleByteString, GbjSession)
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.
|