1 22 package org.jboss.mq.il.http; 23 24 28 public interface HTTPServerILServiceMBean extends org.jboss.mq.il.ServerILJMXServiceMBean 29 { 30 31 34 void setTimeOut(int timeout); 35 36 39 int getTimeOut(); 40 41 44 void setRestInterval(int restInterval); 45 46 49 int getRestInterval(); 50 51 54 void setURL(java.lang.String url); 55 56 59 java.lang.String getURL(); 60 61 64 void setURLPrefix(java.lang.String prefix); 65 66 69 java.lang.String getURLPrefix(); 70 71 74 void setURLHostName(java.lang.String hostname); 75 76 79 java.lang.String getURLHostName(); 80 81 84 void setURLPort(int port); 85 86 89 int getURLPort(); 90 91 94 void setURLSuffix(java.lang.String suffix); 95 96 99 java.lang.String getURLSuffix(); 100 101 104 void setUseHostName(boolean value); 105 106 109 boolean getUseHostName(); 110 111 } 112 | Popular Tags |