jremote jbase5.2.1

com.jbase.jremote.io.inflow
Class PendingChange

java.lang.Object
  extended by com.jbase.jremote.io.inflow.PendingChange

public class PendingChange
extends Object


Field Summary
static int CHANGEOPS
           
static int REGISTER
           
 
Constructor Summary
PendingChange(SocketChannel channel, int type, int ops)
           
 
Method Summary
 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

REGISTER

public static final int REGISTER
See Also:
Constant Field Values

CHANGEOPS

public static final int CHANGEOPS
See Also:
Constant Field Values
Constructor Detail

PendingChange

public PendingChange(SocketChannel channel,
                     int type,
                     int ops)
Method Detail

getType

public int getType()

getOps

public int getOps()

getChannel

public SocketChannel getChannel()

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.