org.codehaus.plexus.application
Class PlexusApplicationHost
java.lang.Object
org.codehaus.plexus.application.PlexusApplicationHost
- All Implemented Interfaces:
- Runnable
public class PlexusApplicationHost
- extends Object
- implements Runnable
A ContainerHost
.
- Version:
- $Id: PlexusApplicationHost.java 2135 2005-06-21 13:03:59Z trygvis $
- Author:
- Jason van Zyl, bob mcwhirter, Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlexusApplicationHost
public PlexusApplicationHost()
getContainer
public org.codehaus.plexus.PlexusContainer getContainer()
getApplicationServer
public ApplicationServer getApplicationServer()
start
public void start(org.codehaus.classworlds.ClassWorld classWorld,
String configurationResource)
throws Exception
- Throws:
Exception
run
public void run()
- Asynchronous hosting component loop.
- Specified by:
run
in interface Runnable
shutdown
public void shutdown()
throws Exception
- Shutdown this container.
- Throws:
Exception
- If an error occurs while shutting down the container.
main
public static void main(String[] args,
org.codehaus.classworlds.ClassWorld classWorld)
Copyright © 2001-2011 Codehaus. All Rights Reserved.