|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jbase.jremote.io.inflow.PendingChange
public class PendingChange
Field Summary | |
---|---|
static int |
CHANGEOPS
|
static int |
REGISTER
|
Constructor Summary | |
---|---|
PendingChange(java.nio.channels.SocketChannel channel,
int type,
int ops)
|
Method Summary | |
---|---|
java.nio.channels.SocketChannel |
getChannel()
|
int |
getOps()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int REGISTER
public static final int CHANGEOPS
Constructor Detail |
---|
public PendingChange(java.nio.channels.SocketChannel channel, int type, int ops)
Method Detail |
---|
public int getType()
public int getOps()
public java.nio.channels.SocketChannel getChannel()
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |