1 22 package org.jboss.mq.il.uil2; 23 24 27 public interface UILServerILServiceMBean extends org.jboss.mq.il.ServerILJMXServiceMBean 28 { 29 30 34 int getServerBindPort(); 35 36 40 void setServerBindPort(int serverBindPort); 41 42 45 java.lang.String getBindAddress(); 46 47 50 void setBindAddress(java.lang.String host) throws java.net.UnknownHostException ; 51 52 55 java.net.InetAddress getClientAddress(); 56 57 60 void setClientAddress(java.net.InetAddress addr); 61 62 66 boolean getEnableTcpNoDelay(); 67 68 72 void setEnableTcpNoDelay(boolean enableTcpNoDelay); 73 74 78 int getBufferSize(); 79 80 84 void setBufferSize(int size); 85 86 90 int getChunkSize(); 91 92 96 void setChunkSize(int size); 97 98 102 int getReadTimeout(); 103 104 108 void setReadTimeout(int timeout); 109 110 114 int getClientReadTimeout(); 115 116 120 void setClientReadTimeout(int timeout); 121 122 125 java.lang.String getClientSocketFactory(); 126 127 130 void setClientSocketFactory(java.lang.String name); 131 132 135 void setServerSocketFactory(java.lang.String name) throws java.lang.Exception ; 136 137 140 java.lang.String getServerSocketFactory(); 141 142 145 void setSecurityDomain(java.lang.String domainName); 146 147 150 java.lang.String getSecurityDomain(); 151 152 String getConnectAddress(); 153 154 void setConnectAddress(String addr); 155 156 int getConnectPort(); 157 158 void setConnectPort(int port); 159 } 160 | Popular Tags |