org.codehaus.plexus.application
public class PlexusApplicationHost extends Object implements Runnable
ContainerHost
.
Version: $Id: PlexusApplicationHost.java 2135 2005-06-21 13:03:59Z trygvis $
Field Summary | |
---|---|
ApplicationServer | applicationServer |
DefaultPlexusContainer | container |
boolean | isStopped |
boolean | shouldStop |
static Object | waitObj |
Method Summary | |
---|---|
ApplicationServer | getApplicationServer() |
PlexusContainer | getContainer() |
boolean | isStopped() |
static void | main(String[] args, ClassWorld classWorld) |
void | run()
Asynchronous hosting component loop. |
void | shutdown()
Shutdown this container.
|
void | start(ClassWorld classWorld, String configurationResource) |
Throws: java.lang.Exception If an error occurs while shutting down the container.