seda.sandStorm.lib.aSocket.nbio
Class SelectQueueElement

java.lang.Object
  extended by seda.sandStorm.lib.aSocket.SelectQueueElement
      extended by seda.sandStorm.lib.aSocket.nbio.SelectQueueElement
All Implemented Interfaces:
QueueElementIF

public class SelectQueueElement
extends SelectQueueElement

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


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

Field Detail

item

public seda.nbio.SelectItem item
Constructor Detail

SelectQueueElement

public SelectQueueElement(seda.nbio.SelectItem item)
Method Detail

getItem

public java.lang.Object getItem()
Specified by:
getItem in class SelectQueueElement

getAttachment

public java.lang.Object getAttachment()
Specified by:
getAttachment in class SelectQueueElement

clearEvents

public void clearEvents()
Specified by:
clearEvents in class SelectQueueElement