org.andromda.core.server
Interface Client

All Known Implementing Classes:
DefaultClient

public interface Client

A client used to connect to an AndroMDA Server instance.

Author:
Chad Brandon
See Also:
Server

Method Summary
 void start(Configuration configuration)
          Connects to and starts an AndroMDA server with the given configuration.
 void stop(Configuration configuration)
          Connects to and stops an AndroMDA server with the given configuration.
 

Method Detail

start

void start(Configuration configuration)
           throws java.net.ConnectException
Connects to and starts an AndroMDA server with the given configuration.

Parameters:
configuration - the AndroMDA configuration instance.
Throws:
java.net.ConnectException - if the client can not connect to an AndroMDA server instance.

stop

void stop(Configuration configuration)
          throws java.net.ConnectException
Connects to and stops an AndroMDA server with the given configuration.

Parameters:
configuration - the AndroMDA configuration instance.
Throws:
java.net.ConnectException - if the client can not connect to an AndroMDA server instance.


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