com.ibm.dse.base
Class SessionTable

java.lang.Object
  |
  +--com.ibm.dse.base.DataElement
        |
        +--com.ibm.dse.base.DataCollection
              |
              +--com.ibm.dse.base.KeyedCollection
                    |
                    +--com.ibm.dse.base.SessionTable

public class SessionTable
extends KeyedCollection

This class only should be used by the Context class.

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.DataElement
description, name, state
 
Constructor Summary
SessionTable()
          This is the default constructor used to create a SessionTable.
SessionTable(java.lang.String aName)
          This constructor creates a SessionTable with the specified name.
 
Methods inherited from class com.ibm.dse.base.KeyedCollection
addElement, addElement, calculeNestedElements, calculeNestedQualifiedElements, clone, getDynamic, getElementAt, getElementAt, getElementAtAnyLevel, getElementAtFirstLevel, getElements, getEnumeration, getIndexOf, getIndexOf, getNestedElements, getOrder, getValue, initializeFrom, isDynamic, readExternal, removeAll, removeElementAt, removeElementAt, removeElementAtFirstLevel, reorderElements, setDynamic, setElements, setOrder, setValue, setValueAt, setValueAt, size, toString, toStrings, validate, writeExternal
 
Methods inherited from class com.ibm.dse.base.DataCollection
getValueAt, nestedElements, nestedElements, nestedFields, nestedKeyedCollections, nestedQualifiedElements
 
Methods inherited from class com.ibm.dse.base.DataElement
externalizer, getDescription, getDescriptor, getErrorInfo, getExternalizer, getKey, getName, getState, getTagName, readExternal, readObject, removeExternal, setDescription, setDescriptor, setErrorInfo, setExternalizer, setName, setState, toTags, writeExternal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionTable

public SessionTable()
This is the default constructor used to create a SessionTable.

SessionTable

public SessionTable(java.lang.String aName)
             throws java.io.IOException
This constructor creates a SessionTable with the specified name.
Parameters:
aName - java.lang.String