git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@486466
13f79535-47bb-0310-9956-
ffa450edef68
public String getProtocol() {
return null;
}
-
- /**
- * @see org.apache.catalina.Cluster#startContext(java.lang.String)
- */
- public void startContext(String contextPath) throws IOException {
-
- }
-
- /**
- * @see org.apache.catalina.Cluster#installContext(java.lang.String, java.net.URL)
- */
- public void installContext(String contextPath, URL war) {
-
- }
-
- /**
- * @see org.apache.catalina.Cluster#stop(java.lang.String)
- */
- public void stop(String contextPath) throws IOException {
-
- }
}