Class SessionOptions

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected 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
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     
    void
    setOptions(KeyValue[] options)
     
     

    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
  • Field Details

    • options

      protected KeyValue[] options
      Array containing options used for the Index Server session.
      See Also:
  • Constructor Details

    • SessionOptions

      public SessionOptions()
    • SessionOptions

      public SessionOptions(SessionOptions rhs)
  • Method Details