1 17 18 19 package org.apache.catalina; 20 21 46 47 public interface Engine extends Container { 48 49 50 52 53 56 public String getDefaultHost(); 57 58 59 64 public void setDefaultHost(String defaultHost); 65 66 67 70 public String getJvmRoute(); 71 72 73 79 public void setJvmRoute(String jvmRouteId); 80 81 82 85 public Service getService(); 86 87 88 93 public void setService(Service service); 94 95 96 } 97 | Popular Tags |