|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
int |
getBacklog()
|
String |
getClientConnectAddress()
|
int |
getClientConnectPort()
|
int |
getClientMaxPoolSize()
Getter for property maxPoolSize; |
int |
getCurrentClientPoolSize()
|
int |
getCurrentThreadPoolSize()
|
int |
getMaxPoolSize()
Getter for property maxPoolSize; |
int |
getNumAcceptThreads()
Getter for property numAcceptThreads |
PooledInvokerProxy |
getOptimizedInvokerProxy()
|
String |
getServerBindAddress()
|
int |
getServerBindPort()
Getter for property serverBindPort. |
int |
getSocketTimeout()
Getter for property timeout |
javax.management.ObjectName |
getTransactionManagerService()
mbean get-set pair for field transactionManagerService Get the value of transactionManagerService |
boolean |
isEnableTcpNoDelay()
|
void |
setBacklog(int backlog)
|
void |
setClientConnectAddress(String clientConnectAddress)
|
void |
setClientConnectPort(int clientConnectPort)
|
void |
setClientMaxPoolSize(int clientMaxPoolSize)
Setter for property maxPoolSize. |
void |
setEnableTcpNoDelay(boolean enableTcpNoDelay)
|
void |
setMaxPoolSize(int maxPoolSize)
Setter for property maxPoolSize. |
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 |
setTransactionManagerService(javax.management.ObjectName transactionManagerService)
Set the value of transactionManagerService |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Method Detail |
public int getNumAcceptThreads()
public void setNumAcceptThreads(int size)
size
- New value of property numAcceptThreads.public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
maxPoolSize
- New value of property serverBindPort.public int getClientMaxPoolSize()
public void setClientMaxPoolSize(int clientMaxPoolSize)
clientMaxPoolSize
- New value of property serverBindPort.public int getSocketTimeout()
public void setSocketTimeout(int time)
time
- New value of property timeoutpublic int getCurrentClientPoolSize()
public int getCurrentThreadPoolSize()
public int getServerBindPort()
public void setServerBindPort(int serverBindPort)
serverBindPort
- New value of property serverBindPort.public String getClientConnectAddress()
public void setClientConnectAddress(String clientConnectAddress)
public int getClientConnectPort()
public void setClientConnectPort(int clientConnectPort)
public int getBacklog()
public void setBacklog(int backlog)
public boolean isEnableTcpNoDelay()
public void setEnableTcpNoDelay(boolean enableTcpNoDelay)
public String getServerBindAddress()
public void setServerBindAddress(String serverBindAddress)
public javax.management.ObjectName getTransactionManagerService()
public void setTransactionManagerService(javax.management.ObjectName transactionManagerService)
transactionManagerService
- Value to assign to transactionManagerServicepublic PooledInvokerProxy getOptimizedInvokerProxy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |