org.histpop.server.objects
Class SessionObject

java.lang.Object
  extended by org.histpop.server.objects.ServerObject
      extended by org.histpop.server.objects.SessionObject
All Implemented Interfaces:
ServerObj
Direct Known Subclasses:
BrowseState, CategoryState

public class SessionObject
extends ServerObject


Field Summary
 
Fields inherited from class org.histpop.server.objects.ServerObject
ID, methods, OBJECT, properties, type
 
Constructor Summary
SessionObject()
           
 
Method Summary
 void destroy()
           
 
Methods inherited from class org.histpop.server.objects.ServerObject
addMethod, getFieldList, getID, getMethod, getMethodList, getProperties, getProperty, getType, init, isReadOnly, setID, setProperties, setProperty, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionObject

public SessionObject()
Method Detail

destroy

public void destroy()