ostore.util
Class Types

java.lang.Object
  |
  +--ostore.util.Types

public class Types
extends Object

A class which is used to register all of the basic OceanStore types. To ensure that a type can be received over the network or from disk in every OceanStore instance regardless of what stages are instanciated, put an entry for it in this file.

Version:
"$Id: Types.java,v 1.238 2004/05/13 20:20:15 hweather Exp $"
Author:
Sean C. Rhea
See Also:
TypeTable, QuickSerializable, QSException

Field Summary
static String[] types
           
 
Constructor Summary
Types()
           
 
Method Summary
static void registerAllTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

types

public static final String[] types
Constructor Detail

Types

public Types()
Method Detail

registerAllTypes

public static void registerAllTypes()