org.apache.geronimo.network
Class SelectorManager.Event

java.lang.Object
  extended byorg.apache.geronimo.network.SelectorManager.Event
All Implemented Interfaces:
Runnable
Enclosing class:
SelectorManager

public class SelectorManager.Event
extends Object
implements Runnable


Method Summary
 SelectionKey getSelectionKey()
           
 boolean isAcceptable()
           
 boolean isReadable()
           
 boolean isWritable()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelectionKey

public SelectionKey getSelectionKey()

isReadable

public final boolean isReadable()

isWritable

public final boolean isWritable()

isAcceptable

public final boolean isAcceptable()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.