org.ow2.petals.transport.platform.nio.selector
Interface NioSelector

All Known Implementing Classes:
NioSelectorAgent

public interface NioSelector

Interface of the Fractal component associated to the NIO selector.

Author:
Christophe DENEUX (Capgemini Sud)

Field Summary
static java.lang.String NIO_SELECTOR_ITF
          Name of the interface of the NIO selector.
 
Method Summary
 void register(int key, java.nio.channels.spi.AbstractSelectableChannel channel, java.lang.Object attachement)
           
 

Field Detail

NIO_SELECTOR_ITF

static final java.lang.String NIO_SELECTOR_ITF
Name of the interface of the NIO selector.

See Also:
Constant Field Values
Method Detail

register

void register(int key,
              java.nio.channels.spi.AbstractSelectableChannel channel,
              java.lang.Object attachement)
              throws java.nio.channels.ClosedChannelException
Throws:
java.nio.channels.ClosedChannelException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.