|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.kernel.SelectSets
public class SelectSets
Class to represent sets of local descriptors to be passed to the select() primitive.
| 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 |
|---|
public int[] readSet
public int[] writeSet
public int[] exceptSet
| Constructor Detail |
|---|
public SelectSets(int maxSelectSetSize)
public SelectSets(int[] readSet,
int[] writeSet,
int[] exceptSet)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||