Anyframe Core

anyframe.core.remoting.webservices.server
Class JettyServer

java.lang.Object
  extended by anyframe.core.remoting.webservices.server.JettyServer
All Implemented Interfaces:
Server

public class JettyServer
extends Object
implements Server

JettyServer makes server implementation simplified when you use JettyServer explicitly using a Jetty APIs. You can set server information and start/stop server consistently.

Author:
SooYeon Park

Field Summary
 
Fields inherited from interface anyframe.core.remoting.webservices.server.Server
LOGGER
 
Constructor Summary
JettyServer()
           
 
Method Summary
 void setServerInfo(ServerInfo serverInfo)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyServer

public JettyServer()
Method Detail

setServerInfo

public void setServerInfo(ServerInfo serverInfo)
Specified by:
setServerInfo in interface Server

start

public void start()
           throws Exception
Specified by:
start in interface Server
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface Server
Throws:
Exception

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.