org.jboss.messaging.core.remoting
Interface NIOSession

All Known Implementing Classes:
INVMSession, MinaSession

public interface NIOSession

Version:
$Revision$
Author:
Jeff Mesnil, Tim Fox

Method Summary
 long getID()
           
 boolean isConnected()
           
 void write(Packet packet)
           
 

Method Detail

getID

long getID()

write

void write(Packet packet)
           throws java.lang.Exception
Throws:
java.lang.Exception

isConnected

boolean isConnected()


Copyright © 2006 JBoss Inc. All Rights Reserved.