nathan.middleware
Class ServerCommunication

java.lang.Object
  extended by nathan.middleware.ServerCommunication

public class ServerCommunication
extends java.lang.Object

ServerCommunication creates a coomunication module to handle request from the client by creating new threads of the type ServerCommunicationHandler to handle the communication.

Author:
Nathan Balon
Advance Operating Systems CIS 578
University of Michigan Dearborn
Remote Method Invocation Middleware Project

Constructor Summary
ServerCommunication(int port)
          Create a new ServerCommunication instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCommunication

public ServerCommunication(int port)
Create a new ServerCommunication instance.

Parameters:
port - The port number the server will be located on.