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.
-
DEFAULT_PORT
- This is the default port number used by the
SpaceServer
object.
-
addSerializer(Class)
- Adds a new
GlobalSerializer
object to the Mistero
run time for the specified class.
-
removeSerializer(Class)
- Removes a serializer, if added, for the specified class.
DEFAULT_PORT
public static final int DEFAULT_PORT
- This is the default port number used by the
SpaceServer
object.
- See Also:
- SpaceServer
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
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