org.jboss.xnio.management
Interface ManagedCloseable

All Known Subinterfaces:
OneWayPipeConnectionMBean, PipeConnectionMBean, PipeServerMBean, PipeSinkServerMBean, PipeSourceServerMBean, TcpConnectionMBean, TcpServerMBean, UdpServerMBean, UdpServerMBean.Channel
All Known Implementing Classes:
NioTcpChannel.MBean, NioTcpServer.MBean

public interface ManagedCloseable

A managed object which may be forcibly closed.

Since:
1.2

Method Summary
 void close()
          MBean operation to forcibly close a channel.
 

Method Detail

close

void close()
MBean operation to forcibly close a channel.