Uses of Interface
org.codehaus.plexus.appserver.ApplicationServer

Packages that use ApplicationServer
org.codehaus.plexus.appserver   
org.codehaus.plexus.appserver.application.deploy.lifecycle   
org.codehaus.plexus.appserver.lifecycle   
 

Uses of ApplicationServer in org.codehaus.plexus.appserver
 

Classes in org.codehaus.plexus.appserver that implement ApplicationServer
 class DefaultApplicationServer
           
 

Methods in org.codehaus.plexus.appserver that return ApplicationServer
 ApplicationServer PlexusApplicationHost.getApplicationServer()
           
 

Uses of ApplicationServer in org.codehaus.plexus.appserver.application.deploy.lifecycle
 

Methods in org.codehaus.plexus.appserver.application.deploy.lifecycle that return ApplicationServer
 ApplicationServer AppDeploymentContext.getAppServer()
           
 

Constructors in org.codehaus.plexus.appserver.application.deploy.lifecycle with parameters of type ApplicationServer
AppDeploymentContext(java.io.File par, java.io.File applicationsDirectory, java.util.Map deployments, org.codehaus.plexus.DefaultPlexusContainer appServerContainer, ApplicationServer appServer, boolean expandPar)
           
 

Uses of ApplicationServer in org.codehaus.plexus.appserver.lifecycle
 

Methods in org.codehaus.plexus.appserver.lifecycle that return ApplicationServer
 ApplicationServer AppServerContext.getAppServer()
           
 

Constructors in org.codehaus.plexus.appserver.lifecycle with parameters of type ApplicationServer
AppServerContext(ApplicationServer appServer, java.io.File appServerHome)
           
 



Copyright 2001-2001-2006 Codehaus. All Rights Reserved.