public interface Client
Server instance.Server| Modifier and Type | Method and Description |
|---|---|
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. |
void start(Configuration configuration) throws ConnectException
configuration.configuration - the AndroMDA configuration instance.ConnectException - if the client can not connect to an
AndroMDA server instance.void stop(Configuration configuration) throws ConnectException
configuration.configuration - the AndroMDA configuration instance.ConnectException - if the client can not connect to an
AndroMDA server instance.Copyright © 2003–2014 AndroMDA.org. All rights reserved.