org.jboss.messaging.core.remoting.impl.mina
Class MinaSession

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

public class MinaSession
extends java.lang.Object
implements NIOSession

Version:
$Revision$
Author:
Jeff Mesnil

Constructor Summary
MinaSession(org.apache.mina.common.IoSession session, MinaHandler handler)
           
 
Method Summary
 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

MinaSession

public MinaSession(org.apache.mina.common.IoSession session,
                   MinaHandler handler)
Method Detail

getID

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

write

public void write(Packet packet)
Specified by:
write in interface NIOSession

isConnected

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


Copyright © 2006 JBoss Inc. All Rights Reserved.