Joram 5.2.4

org.objectweb.joram.mom.proxies.tcp
Interface TcpProxyServiceMBean

All Superinterfaces:
ConnectionManagerMBean
All Known Implementing Classes:
SSLTcpProxyService, TcpProxyService

public interface TcpProxyServiceMBean
extends ConnectionManagerMBean

Adds JMX monitoring for tcp connections.


Method Summary
 java.lang.String getServerAddress()
          Gets the socket address of the server.
 int getTcpListenersPoolSize()
          Gets the number of threads listening for incoming tcp connections.
 
Methods inherited from interface org.objectweb.joram.mom.proxies.ConnectionManagerMBean
activate, closeAllConnections, deactivate, getMBeanName, getRunningConnectionsCount, isActivated
 

Method Detail

getServerAddress

java.lang.String getServerAddress()
Gets the socket address of the server.

Returns:
the server socket address.

getTcpListenersPoolSize

int getTcpListenersPoolSize()
Gets the number of threads listening for incoming tcp connections.

Returns:
the tcp listeners pool size.

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved