public class Solaris extends Unix
Modifier and Type | Class and Description |
---|---|
static class |
Solaris.file_obj |
Unix.timespec
Modifier and Type | Field and 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 and Description |
---|
Solaris() |
Modifier and Type | Method and 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-3c
|
static int |
port_create()
http://docs.sun.com/app/docs/doc/819-2243/port-create-3
|
static int |
port_dissociate(int port,
int source,
java.lang.Object object)
http://docs.sun.com/app/docs/doc/819-2243/port-associate-3c
|
getIntDefine
public static final int PORT_SOURCE_AIO
public static final int PORT_SOURCE_FD
public static final int PORT_SOURCE_MQ
public static final int PORT_SOURCE_TIMER
public static final int PORT_SOURCE_USER
public static final int PORT_SOURCE_ALERT
public static final int PORT_SOURCE_FILE
public static int port_create()
public static int port_associate(int port, int source, java.lang.Object object, int events, java.lang.Object user)
public static int port_dissociate(int port, int source, java.lang.Object object)
port
- source
- object
-