com.sun.squawk.platform.posix.natives
Class SelectImpl
java.lang.Object
   com.sun.squawk.platform.posix.natives.SelectImpl
com.sun.squawk.platform.posix.natives.SelectImpl
- All Implemented Interfaces: 
- Library, Select
- Direct Known Subclasses: 
- SelectImpl, SelectImpl, SelectImpl, SelectImpl
- public abstract class SelectImpl 
- extends Object- implements Select
 
 
 
| Method Summary | 
|  void | FD_CLR(int arg0,
       Pointer arg1)removes fd from fdset
 | 
|  boolean | FD_ISSET(int arg0,
         Pointer arg1)is non-zero if fd is a member of fd_set, zero otherwise.
 | 
|  void | FD_SET(int arg0,
       Pointer arg1)includes a particular descriptor fd in fdset.
 | 
 
 
 
SelectImpl
public SelectImpl()
FD_ISSET
public boolean FD_ISSET(int arg0,
                        Pointer arg1)
- Description copied from interface: Select
- is non-zero if fd is a member of fd_set, zero otherwise.
 
- 
- Specified by:
- FD_ISSETin interface- Select
 
- 
- Returns:
 
FD_CLR
public void FD_CLR(int arg0,
                   Pointer arg1)
- Description copied from interface: Select
- removes fd from fdset
 
- 
- Specified by:
- FD_CLRin interface- Select
 
- 
 
FD_SET
public void FD_SET(int arg0,
                   Pointer arg1)
- Description copied from interface: Select
- includes a particular descriptor fd in fdset.
 
- 
- Specified by:
- FD_SETin interface- Select
 
- 
 
"For updated information see the Java FRC site"