org.jboss.xnio.management
Interface UdpServerMBean

All Superinterfaces:
ChannelStats, ManagedCloseable, ReadableChannelStats, WritableChannelStats

public interface UdpServerMBean
extends ChannelStats, ManagedCloseable

Statistics and management information for a UDP server.

Since:
1.2

Nested Class Summary
static interface UdpServerMBean.Channel
          Statistics and management information for a specific UDP server channel.
 
Method Summary
 UdpServerMBean.Channel[] getBoundChannels()
          Get per-channel statistics.
 
Methods inherited from interface org.jboss.xnio.management.ReadableChannelStats
getBytesRead, getMessagesRead
 
Methods inherited from interface org.jboss.xnio.management.WritableChannelStats
getBytesWritten, getMessagesWritten
 
Methods inherited from interface org.jboss.xnio.management.ManagedCloseable
close
 

Method Detail

getBoundChannels

UdpServerMBean.Channel[] getBoundChannels()
Get per-channel statistics.

Returns:
an array of bound channels