org.iids.aos.kernel
Class SelectSets

java.lang.Object
  extended by org.iids.aos.kernel.SelectSets

public class SelectSets
extends java.lang.Object

Class to represent sets of local descriptors to be passed to the select() primitive.

Author:
arno

Field Summary
 int[] exceptSet
           
 int[] readSet
           
 int[] writeSet
           
 
Constructor Summary
SelectSets(int maxSelectSetSize)
          Creates a new instance of SelectSets
SelectSets(int[] readSet, int[] writeSet, int[] exceptSet)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readSet

public int[] readSet

writeSet

public int[] writeSet

exceptSet

public int[] exceptSet
Constructor Detail

SelectSets

public SelectSets(int maxSelectSetSize)
Creates a new instance of SelectSets


SelectSets

public SelectSets(int[] readSet,
                  int[] writeSet,
                  int[] exceptSet)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.