seda.sandStorm.lib.aSocket
Class SelectQueueElement

java.lang.Object
  extended by seda.sandStorm.lib.aSocket.SelectQueueElement
All Implemented Interfaces:
QueueElementIF
Direct Known Subclasses:
NIOSelectorQueueElement, SelectQueueElement

public abstract class SelectQueueElement
extends java.lang.Object
implements QueueElementIF

A SelectQueueElement is a wrapper for SelectItem which makes it a QueueElementIF.


Constructor Summary
SelectQueueElement()
           
 
Method Summary
protected abstract  void clearEvents()
           
protected abstract  java.lang.Object getAttachment()
           
protected abstract  java.lang.Object getItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectQueueElement

public SelectQueueElement()
Method Detail

getItem

protected abstract java.lang.Object getItem()

getAttachment

protected abstract java.lang.Object getAttachment()

clearEvents

protected abstract void clearEvents()