Package name.pachler.nio.file.impl
Class Solaris
- java.lang.Object
-
- name.pachler.nio.file.impl.Unix
-
- name.pachler.nio.file.impl.Solaris
-
public class Solaris extends Unix
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Solaris.file_obj
-
Nested classes/interfaces inherited from class name.pachler.nio.file.impl.Unix
Unix.timespec
-
-
Field Summary
Fields Modifier and Type Field Description static int
PORT_SOURCE_AIO
static int
PORT_SOURCE_ALERT
static int
PORT_SOURCE_FD
static int
PORT_SOURCE_FILE
static int
PORT_SOURCE_MQ
static int
PORT_SOURCE_TIMER
static int
PORT_SOURCE_USER
-
Constructor Summary
Constructors Constructor Description Solaris()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
port_associate(int port, int source, java.lang.Object object, int events, java.lang.Object user)
http://docs.sun.com/app/docs/doc/819-2243/port-associate-3cstatic int
port_create()
http://docs.sun.com/app/docs/doc/819-2243/port-create-3static int
port_dissociate(int port, int source, java.lang.Object object)
http://docs.sun.com/app/docs/doc/819-2243/port-associate-3c-
Methods inherited from class name.pachler.nio.file.impl.Unix
getIntDefine
-
-
-
-
Field Detail
-
PORT_SOURCE_AIO
public static final int PORT_SOURCE_AIO
-
PORT_SOURCE_FD
public static final int PORT_SOURCE_FD
-
PORT_SOURCE_MQ
public static final int PORT_SOURCE_MQ
-
PORT_SOURCE_TIMER
public static final int PORT_SOURCE_TIMER
-
PORT_SOURCE_USER
public static final int PORT_SOURCE_USER
-
PORT_SOURCE_ALERT
public static final int PORT_SOURCE_ALERT
-
PORT_SOURCE_FILE
public static final int PORT_SOURCE_FILE
-
-
Method Detail
-
port_create
public static int port_create()
http://docs.sun.com/app/docs/doc/819-2243/port-create-3- Returns:
-
port_associate
public static int port_associate(int port, int source, java.lang.Object object, int events, java.lang.Object user)
http://docs.sun.com/app/docs/doc/819-2243/port-associate-3c
-
port_dissociate
public static int port_dissociate(int port, int source, java.lang.Object object)
http://docs.sun.com/app/docs/doc/819-2243/port-associate-3c- Parameters:
port
-source
-object
-- Returns:
-
-