org.apache.openejb.assembler
Interface WebAppDeployer


public interface WebAppDeployer


Nested Class Summary
static class WebAppDeployer.Helper
           
 
Method Summary
 AppInfo deploy(String host, String contextRoot, File file)
           
 void reload(String appId)
           
 

Method Detail

deploy

AppInfo deploy(String host,
               String contextRoot,
               File file)

reload

void reload(String appId)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.