org.quickfixj.jmx.mbean.connector
Interface SocketAcceptorAdminMBean

All Superinterfaces:
ConnectorAdminMBean
All Known Implementing Classes:
SocketAcceptorAdmin

public interface SocketAcceptorAdminMBean
extends ConnectorAdminMBean

Management inteface for a socket acceptor connector.


Method Summary
 javax.management.openmbean.TabularData getAcceptorAddresses()
           
 
Methods inherited from interface org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean
getHostName, getQueueSize, getRole, getSessions, stop, stop
 

Method Detail

getAcceptorAddresses

javax.management.openmbean.TabularData getAcceptorAddresses()
                                                            throws java.io.IOException
Returns:
the acceptor addresses configured for this connector's sessions.
Throws:
java.io.IOException