org.jboss.messaging.core.remoting
Interface PacketReturner


public interface PacketReturner

Version:
$Revision$
Author:
Jeff Mesnil

Method Summary
 java.lang.String getRemoteAddress()
           
 long getSessionID()
           
 void send(Packet packet)
           
 

Method Detail

send

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

getSessionID

long getSessionID()

getRemoteAddress

java.lang.String getRemoteAddress()


Copyright © 2006 JBoss Inc. All Rights Reserved.