|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MBean interface.
| Method Summary | |
int |
getBacklog()
|
String |
getClientConnectAddress()
|
int |
getCurrentClientPoolSize()
|
int |
getCurrentThreadPoolSize()
|
int |
getMaxPoolSize()
Setter for max pool size. |
int |
getNumAcceptThreads()
Getter for property numAcceptThreads |
String |
getServerBindAddress()
|
int |
getServerBindPort()
Getter for property serverBindPort. |
int |
getSocketTimeout()
Getter for property timeout |
void |
setBacklog(int backlog)
|
void |
setClientConnectAddress(String clientConnectAddress)
This method should only be called by the service controller when this invoker is specified within the Connector configuration of a service xml. |
void |
setMaxPoolSize(int maxPoolSize)
The number of server threads for processing client. |
void |
setNumAcceptThreads(int size)
Setter for property numAcceptThreads |
void |
setServerBindAddress(String serverBindAddress)
|
void |
setServerBindPort(int serverBindPort)
Setter for property serverBindPort. |
void |
setSocketTimeout(int time)
Setter for property timeout |
void |
start()
Starts the invoker. |
void |
stop()
Stops the invoker. |
| Methods inherited from interface org.jboss.remoting.ServerInvokerMBean |
destroy, getConfiguration, getDataType, isStarted, isTransportBiDirectional, setConfigration |
| Method Detail |
public void start()
throws IOException
start in interface ServerInvokerMBeanIOExceptionpublic void stop()
stop in interface ServerInvokerMBeanpublic int getSocketTimeout()
public void setSocketTimeout(int time)
time - New value of property timeoutpublic int getCurrentThreadPoolSize()
public int getCurrentClientPoolSize()
public String getClientConnectAddress()
public void setClientConnectAddress(String clientConnectAddress)
public int getNumAcceptThreads()
public void setNumAcceptThreads(int size)
size - The number of threads that exist for accepting client connectionspublic int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
maxPoolSize - public String getServerBindAddress()
public void setServerBindAddress(String serverBindAddress)
public int getServerBindPort()
public void setServerBindPort(int serverBindPort)
serverBindPort - New value of property serverBindPort.public int getBacklog()
public void setBacklog(int backlog)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||