All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mistero.Mistero

macondo.mistero.Mistero

public final class Mistero
This class defines some constants and utility methods. This class cannot be instantiated.


Variable Index

 o DEFAULT_PORT
This is the default port number used by the SpaceServer object.

Method Index

 o addSerializer(Class)
Adds a new GlobalSerializer object to the Mistero run time for the specified class.
 o removeSerializer(Class)
Removes a serializer, if added, for the specified class.

Variables

 o DEFAULT_PORT
 public static final int DEFAULT_PORT
This is the default port number used by the SpaceServer object.

See Also:
SpaceServer

Methods

 o addSerializer
 public static void addSerializer(Class aclass)
Adds a new GlobalSerializer object to the Mistero run time for the specified class.

Parameters:
aclass - a class.
See Also:
GlobalSerializer
 o removeSerializer
 public static void removeSerializer(Class aclass)
Removes a serializer, if added, for the specified class.

Parameters:
aclass - a class.
See Also:
GlobalSerializer

All Packages  Class Hierarchy  This Package  Previous  Next  Index