org.andromda.core.server
Class DefaultServer

java.lang.Object
  extended by org.andromda.core.server.DefaultServer
All Implemented Interfaces:
Server

public class DefaultServer
extends java.lang.Object
implements Server

The default AndroMDA instance.

Author:
Chad Brandon

Constructor Summary
DefaultServer()
           
 
Method Summary
 void shutdown()
          Shuts the server down.
 void start(Configuration configuration)
          Starts the server instance listening for requests with the given configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultServer

public DefaultServer()
Method Detail

start

public void start(Configuration configuration)
Description copied from interface: Server
Starts the server instance listening for requests with the given configuration.

Specified by:
start in interface Server
See Also:
Server.start(org.andromda.core.configuration.Configuration)

shutdown

public void shutdown()
Shuts the server down.



Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.