Uses of Class
org.codehaus.plexus.appserver.application.profile.AppRuntimeProfile

Packages that use AppRuntimeProfile
org.codehaus.plexus.appserver   
org.codehaus.plexus.appserver.application.deploy   
org.codehaus.plexus.appserver.application.deploy.lifecycle   
org.codehaus.plexus.appserver.application.event   
org.codehaus.plexus.appserver.service   
 

Uses of AppRuntimeProfile in org.codehaus.plexus.appserver
 

Methods in org.codehaus.plexus.appserver that return AppRuntimeProfile
 AppRuntimeProfile ApplicationServer.getApplicationRuntimeProfile(java.lang.String applicationId)
           
 AppRuntimeProfile DefaultApplicationServer.getApplicationRuntimeProfile(java.lang.String applicationId)
           
 

Uses of AppRuntimeProfile in org.codehaus.plexus.appserver.application.deploy
 

Methods in org.codehaus.plexus.appserver.application.deploy that return AppRuntimeProfile
 AppRuntimeProfile ApplicationDeployer.getApplicationRuntimeProfile(java.lang.String applicationName)
           
 AppRuntimeProfile DefaultApplicationDeployer.getApplicationRuntimeProfile(java.lang.String applicationName)
           
 

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

Methods in org.codehaus.plexus.appserver.application.deploy.lifecycle that return AppRuntimeProfile
 AppRuntimeProfile AppDeploymentContext.getAppRuntimeProfile()
           
 

Methods in org.codehaus.plexus.appserver.application.deploy.lifecycle with parameters of type AppRuntimeProfile
 void AppDeploymentContext.setAppRuntimeProfile(AppRuntimeProfile appRuntimeProfile)
           
 

Uses of AppRuntimeProfile in org.codehaus.plexus.appserver.application.event
 

Methods in org.codehaus.plexus.appserver.application.event that return AppRuntimeProfile
 AppRuntimeProfile DefaultDeployEvent.getRuntimeProfile()
           
 AppRuntimeProfile DeployEvent.getRuntimeProfile()
           
 

Constructors in org.codehaus.plexus.appserver.application.event with parameters of type AppRuntimeProfile
DefaultDeployEvent(AppRuntimeProfile runtimeProfile)
           
 

Uses of AppRuntimeProfile in org.codehaus.plexus.appserver.service
 

Methods in org.codehaus.plexus.appserver.service with parameters of type AppRuntimeProfile
 void PlexusService.beforeApplicationStart(AppRuntimeProfile appRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
           
 void PlexusService.afterApplicationStart(AppRuntimeProfile appRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
           
 



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