net.sf.juoserver.protocol
Class ControllerFactoryImpl

java.lang.Object
  extended by net.sf.juoserver.protocol.ControllerFactoryImpl
All Implemented Interfaces:
ControllerFactory

public class ControllerFactoryImpl
extends Object
implements ControllerFactory


Constructor Summary
ControllerFactoryImpl()
           
 
Method Summary
 Controller createController(ClientHandler clientHandler)
           
 Configuration getConfiguration()
           
 Core getCore()
           
 void setConfiguration(Configuration configuration)
           
 void setCore(Core core)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerFactoryImpl

public ControllerFactoryImpl()
Method Detail

createController

public Controller createController(ClientHandler clientHandler)
Specified by:
createController in interface ControllerFactory

getCore

public Core getCore()

setCore

public void setCore(Core core)

getConfiguration

public Configuration getConfiguration()

setConfiguration

public void setConfiguration(Configuration configuration)


Copyright © 2010-2012. All Rights Reserved.