org.codehaus.plexus.appserver.application.deploy
Interface ApplicationDeployer

All Superinterfaces:
Deployer
All Known Implementing Classes:
DefaultApplicationDeployer

public interface ApplicationDeployer
extends Deployer

Author:
Peter Donald, Jason van Zyl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void addApplicationListener(ApplicationListener listener)
           
 AppRuntimeProfile getApplicationRuntimeProfile(java.lang.String applicationName)
           
 void removeApplicationListener(ApplicationListener listener)
           
 
Methods inherited from interface org.codehaus.plexus.appserver.deploy.Deployer
deploy, redeploy, undeploy
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

addApplicationListener

public void addApplicationListener(ApplicationListener listener)

removeApplicationListener

public void removeApplicationListener(ApplicationListener listener)

getApplicationRuntimeProfile

public AppRuntimeProfile getApplicationRuntimeProfile(java.lang.String applicationName)
                                               throws ApplicationServerException
Throws:
ApplicationServerException


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