org.andromda.core.server
Interface Server

All Known Implementing Classes:
DefaultServer

public interface Server

The AndroMDA server instance. The server is configured from an AndroMDA Configuration instance.

Author:
Chad Brandon
See Also:
Client

Method Summary
 void start(Configuration configuration)
          Starts the server instance listening for requests with the given configuration.
 

Method Detail

start

void start(Configuration configuration)
Starts the server instance listening for requests with the given configuration.



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