Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.net
Interface WrapperSelector.WrapperSelectableChannel

All Known Implementing Classes:
WrapperServerSocketChannel, WrapperSocketChannel
Enclosing class:
WrapperSelector

public static interface WrapperSelector.WrapperSelectableChannel

An interface to be implemented by all channels which will be selectable using this Selector.


Method Summary
 WrapperSelector.WrapperSelectionKey registerInternal(WrapperSelector selector, int ops, Object att)
          Register with the specified selector.

 

Method Detail

registerInternal

WrapperSelector.WrapperSelectionKey registerInternal(WrapperSelector selector,
                                                     int ops,
                                                     Object att)
                                                     throws IOException
Register with the specified selector.
Parameters:
selector - the selector to register with
ops - the operations of interest
att - the attachment
Returns:
the wrapper selection key
Throws:
IOException - if an I/O error occurs

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.