Class SessionOptions

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SessionOptions
All Implemented Interfaces:
java.io.Serializable

public class SessionOptions
extends ValueClass
implements java.io.Serializable
Objects of this class hold an array of options that are used to manipulate the current Indexserver session.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected KeyValue[] options
    Array containing options used for the Index Server session.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors 
    Constructor Description
    SessionOptions()  
    SessionOptions​(SessionOptions rhs)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    KeyValue[] getOptions()  
    int hashCode()  
    void setOptions​(KeyValue[] options)  
    java.lang.String toString()  

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait