|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MBean interface.
| Method Summary | |
int |
getBacklog()
|
int |
getCurrentClientPoolSize()
|
int |
getCurrentThreadPoolSize()
|
int |
getMaxPoolSize()
Setter for max pool size. |
int |
getNumAcceptThreads()
Getter for property numAcceptThreads |
int |
getServerBindPort()
Getter for property serverBindPort. |
void |
setBacklog(int backlog)
|
void |
setMaxPoolSize(int maxPoolSize)
The number of server threads for processing client. |
void |
setNumAcceptThreads(int size)
Setter for property numAcceptThreads |
void |
start()
Starts the invoker. |
void |
stop()
Stops the invoker. |
| Methods inherited from interface org.jboss.remoting.ServerInvokerMBean |
create, destroy, getClientConnectAddress, getClientConnectPort, getConfiguration, getDataType, getServerBindAddress, getTimeout, isStarted, isTransportBiDirectional, setClientConnectAddress, setClientConnectPort, setConfiguration, setTimeout |
| Method Detail |
public void start()
throws java.io.IOException
start in interface ServerInvokerMBeanjava.io.IOExceptionpublic void stop()
stop in interface ServerInvokerMBeanpublic int getCurrentThreadPoolSize()
public int getCurrentClientPoolSize()
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 int getServerBindPort()
getServerBindPort in interface ServerInvokerMBeanpublic int getBacklog()
public void setBacklog(int backlog)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||