org.codehaus.plexus.application

Class DefaultApplicationServer

public class DefaultApplicationServer extends AbstractLogEnabled implements ApplicationServer, Startable

Version: $Id: DefaultApplicationServer.java 2135 2005-06-21 13:03:59Z trygvis $

Author: Jason van Zyl bob mcwhirter Trygve Laugstøl

Field Summary
ApplicationDeployerapplicationDeployer
ServiceDiscovererserviceDiscoverer
Supervisorsupervisor
Method Summary
ApplicationRuntimeProfilegetApplicationRuntimeProfile(String applicationId)
voidstart()
voidstop()

Field Detail

applicationDeployer

private ApplicationDeployer applicationDeployer

serviceDiscoverer

private ServiceDiscoverer serviceDiscoverer

supervisor

private Supervisor supervisor

Method Detail

getApplicationRuntimeProfile

public ApplicationRuntimeProfile getApplicationRuntimeProfile(String applicationId)

start

public void start()

stop

public void stop()