Class JOP.persistmarshall.java.util.Hashtable_JOP
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.persistmarshall.java.util.Hashtable_JOP

java.lang.Object
   |
   +----JOP.persistmarshall.java.util.Hashtable_JOP

public class Hashtable_JOP
extends Object
implements PersistMarshall

This is an INTERNAL class.

This is the PeristMarshall class that allows the standard java.util.Hashtable to be saved and read by a PersistManager.

See Also:
PersistMarshall

Constructor Index

 o Hashtable_JOP()

Method Index

 o canModify()
 o defineObject(PersistController)
 o getObject()
 o setObject(Object)
 o streamIn(PersistController)
Load the hashtable from the persist manager.
 o streamOut(PersistController)

Constructors

 o Hashtable_JOP
  public Hashtable_JOP()

Methods

 o canModify
  public boolean canModify()
 o setObject
  public void setObject(Object obj) throws Exception
 o getObject
  public Object getObject()
 o defineObject
  public void defineObject(PersistController c) throws Exception
 o streamIn
  public void streamIn(PersistController c) throws Exception
Load the hashtable from the persist manager. The hashtable is stored as a number of HashtableElements.
 o streamOut
  public void streamOut(PersistController c) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home