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
use stackReport
|
com.gemstone.gbj.GbjParameters.timeout
As of GBJ30, this parameter has no effect.
|
Method and Description |
---|
com.gemstone.gbj.GbjSession.commitTransaction()
use commit() for new code to ensure that conflicts signal a GbjException.
|
com.gemstone.gbj.GbjObject.dbStringBufferValue()
Use stringBufferValue()
|
com.gemstone.gbj.GbjObject.dbStringValue()
Use stringValue() inherited from GbjGciObject
|
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.GbjObject.isConnected()
no longer supported by the server
|
com.gemstone.gbj.GbjSession.putInServer(Object)
use GbjObject constructor
|