com.hazelcast.nio.tcp
Interface IOSelector

All Superinterfaces:
OperationHostileThread
All Known Implementing Classes:
AbstractIOSelector, ClientOutSelectorImpl, InSelectorImpl, OutSelectorImpl

public interface IOSelector
extends OperationHostileThread


Method Summary
 void addTask(Runnable runnable)
           
 void awaitShutdown()
           
 Selector getSelector()
           
 void handleSelectionKeyFailure(Throwable e)
           
 void shutdown()
           
 void start()
           
 void wakeup()
           
 

Method Detail

getSelector

Selector getSelector()

addTask

void addTask(Runnable runnable)

wakeup

void wakeup()

start

void start()

shutdown

void shutdown()

awaitShutdown

void awaitShutdown()

handleSelectionKeyFailure

void handleSelectionKeyFailure(Throwable e)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.