XNIO API 2.0.0.GA

org.jboss.xnio.management
Interface TcpServerMBean

All Superinterfaces:
AcceptorStats, InetBindable, ManagedCloseable

public interface TcpServerMBean
extends AcceptorStats, InetBindable, ManagedCloseable

Statistics and management information for a TCP server.

Since:
1.2

Nested Class Summary
static interface TcpServerMBean.Listener
          Statistics and management information for a currently bound listener on a managed TCP server.
 
Method Summary
 TcpServerMBean.Listener[] getBoundListeners()
          Get the currently bound listeners.
 
Methods inherited from interface org.jboss.xnio.management.AcceptorStats
getAcceptedConnections
 
Methods inherited from interface org.jboss.xnio.management.InetBindable
bind, bind, unbind, unbind
 
Methods inherited from interface org.jboss.xnio.management.ManagedCloseable
close
 

Method Detail

getBoundListeners

TcpServerMBean.Listener[] getBoundListeners()
Get the currently bound listeners.

Returns:
the currently bound listeners

XNIO API 2.0.0.GA

Copyright © 2009 JBoss, a division of Red Hat, Inc.