|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.andromda.core.server.DefaultClient
public class DefaultClient
The default AndroMDA Client
instance.
Constructor Summary | |
---|---|
DefaultClient()
|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultClient()
Method Detail |
---|
public void start(Configuration configuration) throws java.net.ConnectException
Client
configuration
.
start
in interface Client
configuration
- the AndroMDA configuration instance.
java.net.ConnectException
- if the client can not connect to an
AndroMDA server instance.Client.start(org.andromda.core.configuration.Configuration)
public void stop(Configuration configuration) throws java.net.ConnectException
Client
configuration
.
stop
in interface Client
configuration
- the AndroMDA configuration instance.
java.net.ConnectException
- if the client can not connect to an
AndroMDA server instance.Client.stop(org.andromda.core.configuration.Configuration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |