|
|||||||||||
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. |
int |
getSocketTimeout()
Getter for property timeout |
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 |
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 |
create, destroy, getClientConnectAddress, getClientConnectPort, getConfiguration, getDataType, getServerBindAddress, isStarted, isTransportBiDirectional, setClientConnectAddress, setClientConnectPort, setConfiguration |
Method Detail |
public void start() throws java.io.IOException
start
in interface ServerInvokerMBean
java.io.IOException
public void stop()
stop
in interface ServerInvokerMBean
public int getSocketTimeout()
public void setSocketTimeout(int time)
time
- New value of property timeoutpublic 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 ServerInvokerMBean
public int getBacklog()
public void setBacklog(int backlog)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |