net.sf.wallace.mina
Class WallaceServer

java.lang.Object
  extended by net.sf.wallace.mina.WallaceServer

public final class WallaceServer
extends Object

Run Wallace run.

Author:
rnewson

Constructor Summary
WallaceServer()
           
 
Method Summary
 void setPort(int newPort)
           
 void setProtocolProvider(org.apache.mina.protocol.ProtocolProvider newProtocolProvider)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WallaceServer

public WallaceServer()
Method Detail

setProtocolProvider

public void setProtocolProvider(org.apache.mina.protocol.ProtocolProvider newProtocolProvider)

setPort

public void setPort(int newPort)

start

public void start()
           throws IOException
Throws:
IOException

stop

public void stop()


Copyright © 2004-2005 Robert Newson. All Rights Reserved.