Package de.elo.ix.client
Class SessionOptions
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SessionOptions
- All Implemented Interfaces:
Serializable
Objects of this class hold an array of options that are used to manipulate the current
Indexserver session.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected KeyValue[]
Array containing options used for the Index Server session.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
KeyValue[]
int
hashCode()
void
setOptions
(KeyValue[] options) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
options
Array containing options used for the Index Server session.- See Also:
-
-
Constructor Details
-
SessionOptions
public SessionOptions() -
SessionOptions
-
-
Method Details