public class DefaultServer extends Object implements Server
instance
.Modifier and Type | Field and Description |
---|---|
(package private) static String |
STOP
The command sent to the server that indicates it
should stop.
|
Constructor and Description |
---|
DefaultServer() |
Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Shuts the server down.
|
void |
start(Configuration configuration)
Starts the server instance listening for requests with the given
configuration.
|
static final String STOP
public DefaultServer()
public void start(Configuration configuration)
Server
start
in interface Server
Server.start(org.andromda.core.configuration.Configuration)
public void shutdown()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.