JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Socket channel

List of MBean attributes:

Name Type Access Value Description
modelerType java.lang.String RW Type of the modeled resource. Can be set only once
port int RW The port number on which we listen for ajp13 requests
maxPort int RW The max port number on which we listen for ajp13 requests
address java.lang.String RW The IP address on which to bind
maxSpareThreads int RW The maximum number of unused request processing threads
maxThreads int RW The maximum number of request processing threads to be created
minSpareThreads int RW The number of request processing threads that will be created
tcpNoDelay boolean RW True False Should we use TCP no delay?
soLinger int RW Linger value on the incoming connection
soTimeout int RW Socket timeout
requestCount int R 0 current request count
daemon boolean R True are worker threads on daemon mode
packetSize int RW The maximum AJP packet size

List of MBean operations:


void start()

Start, if server socket no create call init


void stop()

Stop


void pause()

Pause ajp socket, no new connection accepted


void resume()

Resume socket for new connections


void reinit()

Init and Destroy


void init()

Init


void destroy()

Destroy


void resetCounters()

reset request counter