1 29 30 package com.caucho.management.server; 31 32 import com.caucho.jmx.Description; 33 34 @Description("A generator that detects new war archive files or new subdirectories and deploys webapps") 35 public interface WebAppDeployMXBean 36 extends ArchiveDeployMXBean 37 { 38 @Description("The configured prefix to prepend to the context path of every deployed webapp") 39 public String getURLPrefix(); 40 } 41 | Popular Tags |