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 java.lang.Object


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

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(java.nio.channels.SocketChannel channel,
                     int type,
                     int ops)
Method Detail

getType

public int getType()

getOps

public int getOps()

getChannel

public java.nio.channels.SocketChannel getChannel()

jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.