public class PlexusApplicationHost extends Object implements Runnable
ContainerHost.| Constructor and Description |
|---|
PlexusApplicationHost() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationServer |
getApplicationServer() |
org.codehaus.plexus.PlexusContainer |
getContainer() |
static void |
main(String[] args,
org.codehaus.classworlds.ClassWorld classWorld) |
void |
run()
Asynchronous hosting component loop.
|
void |
shutdown()
Shutdown this container.
|
void |
start(org.codehaus.classworlds.ClassWorld classWorld,
String configurationResource) |
public org.codehaus.plexus.PlexusContainer getContainer()
public ApplicationServer getApplicationServer()
public void start(org.codehaus.classworlds.ClassWorld classWorld,
String configurationResource)
throws Exception
Exceptionpublic void shutdown()
throws Exception
Exception - If an error occurs while shutting down the container.public static void main(String[] args, org.codehaus.classworlds.ClassWorld classWorld)
Copyright © 2001-2012 Codehaus. All Rights Reserved.