com.sun.sgs.nio.channels
Interface ManagedChannelFactory


public interface ManagedChannelFactory

An object with a management interface to pools of channels.

This interface is intended to be implemented by factory classes that construct Channel objects. It defines the getChannelPoolMXBeans method to return a list of ChannelPoolMXBean objects that represent the management interface to the pool of channels constructed by the factory.

See Also:
Channels.getChannelPoolMXBeans()

Method Summary
 List<ChannelPoolMXBean> getChannelPoolMXBeans()
          Returns a list of ChannelPoolMXBean objects representing the management interfaces to one or more pools of channels.
 

Method Detail

getChannelPoolMXBeans

List<ChannelPoolMXBean> getChannelPoolMXBeans()
Returns a list of ChannelPoolMXBean objects representing the management interfaces to one or more pools of channels. An object may add or remove channel pools during execution of the Java virtual machine.

Returns:
a list of ChannelPoolMXBean objects representing the management interfaces to zero or more pools of channels

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved