org.andromda.core
Class AndroMDAServer

java.lang.Object
  extended by org.andromda.core.AndroMDAServer

public class AndroMDAServer
extends java.lang.Object

Provides the ability to manage an AndroMDA server instance.

Author:
Chad Brandon
See Also:
Server

Method Summary
static AndroMDAServer newInstance()
          Creates a new instance of class.
 void start(Configuration configuration)
          Starts the AndroMDA server instance listening for requests.
 void stop(Configuration configuration)
          Stops the AndroMDA server instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static AndroMDAServer newInstance()
Creates a new instance of class.

Returns:
the new instance.

start

public void start(Configuration configuration)
Starts the AndroMDA server instance listening for requests.

Parameters:
configuration - the Configuration instance used to configure the server.

stop

public void stop(Configuration configuration)
Stops the AndroMDA server instance.



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