All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mistero.SpaceServer

macondo.mistero.SpaceServer

public class SpaceServer
This class implements a remote space server. It is just a wrapper to the jada.net.ObjectServer class.


Constructor Index

 o SpaceServer()
Creates a new SpaceServer object listening at the default port.
 o SpaceServer(int)
Creates a new SpaceServer object listening at the specified port.

Method Index

 o main(String[])
Main entry point when used as a standalone Java program.

Constructors

 o SpaceServer
 public SpaceServer()
Creates a new SpaceServer object listening at the default port.

 o SpaceServer
 public SpaceServer(int port)
Creates a new SpaceServer object listening at the specified port.

Parameters:
port - the port used to accept network connections.

Methods

 o main
 public static void main(String args[])
Main entry point when used as a standalone Java program.


All Packages  Class Hierarchy  This Package  Previous  Next  Index