XNIO version 1.2.1.GA

org.jboss.xnio.management
Interface AcceptorStats

All Known Subinterfaces:
PipeServerMBean, PipeSinkServerMBean, PipeSourceServerMBean, TcpServerMBean, TcpServerMBean.Listener

public interface AcceptorStats

Statistics for entities which accept connections.

Since:
1.2

Method Summary
 long getAcceptedConnections()
          Get the total count of accepted connections.
 

Method Detail

getAcceptedConnections

long getAcceptedConnections()
Get the total count of accepted connections.

Returns:
the count

XNIO version 1.2.1.GA

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