networking.server
Class IServerFactory.Factory

java.lang.Object
  extended by networking.server.IServerFactory.Factory
Enclosing interface:
IServerFactory

public static class IServerFactory.Factory
extends java.lang.Object

Factory class


Constructor Summary
IServerFactory.Factory()
           
 
Method Summary
static IMasterServer getMasterServer()
          Create new IMasterServer object
static IMasterServer getMasterServer(int port)
          Create new IMasterServer object on specified port
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IServerFactory.Factory

public IServerFactory.Factory()
Method Detail

getMasterServer

public static IMasterServer getMasterServer()
Create new IMasterServer object


getMasterServer

public static IMasterServer getMasterServer(int port)
Create new IMasterServer object on specified port

Parameters:
port - port


Copyright © 2009 Alexey Veremenko. All rights reserved.