org.andromda.core.server
Class DefaultServer
java.lang.Object
org.andromda.core.server.DefaultServer
- All Implemented Interfaces:
- Server
public class DefaultServer
- extends Object
- implements Server
The default AndroMDA instance.
- Author:
- Chad Brandon
|
Field Summary |
(package private) static String |
STOP
The command sent to the server that indicates it
should stop. |
|
Method Summary |
void |
shutdown()
Shuts the server down. |
void |
start(Configuration configuration)
Starts the server instance listening for requests with the given
configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STOP
static final String STOP
- The command sent to the server that indicates it
should stop.
- See Also:
- Constant Field Values
DefaultServer
public DefaultServer()
start
public void start(Configuration configuration)
- Description copied from interface:
Server
- Starts the server instance listening for requests with the given
configuration.
- Specified by:
start in interface Server
- See Also:
Server.start(org.andromda.core.configuration.Configuration)
shutdown
public void shutdown()
- Shuts the server down.
Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.