org.jboss.messaging.core.remoting.impl.invm
Class INVMSession

java.lang.Object
  extended by org.jboss.messaging.core.remoting.impl.invm.INVMSession
All Implemented Interfaces:
NIOSession

public class INVMSession
extends java.lang.Object
implements NIOSession

Version:
$Revision$
Author:
Jeff Mesnil

Constructor Summary
INVMSession(long id, PacketDispatcher clientDispatcher, PacketDispatcher serverDispatcher)
           
 
Method Summary
 boolean close()
           
 long getID()
           
 boolean isConnected()
           
 void write(Packet packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INVMSession

public INVMSession(long id,
                   PacketDispatcher clientDispatcher,
                   PacketDispatcher serverDispatcher)
Method Detail

close

public boolean close()

getID

public long getID()
Specified by:
getID in interface NIOSession

isConnected

public boolean isConnected()
Specified by:
isConnected in interface NIOSession

write

public void write(Packet packet)
           throws java.lang.Exception
Specified by:
write in interface NIOSession
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.