org.fusesource.stompjms.util
Class SendRequest

java.lang.Object
  extended by org.fusesource.stompjms.util.SendRequest

public class SendRequest
extends java.lang.Object

state on a request


Constructor Summary
SendRequest()
           
 
Method Summary
 StompFrame get(long timeout)
           
 void put(org.fusesource.hawtbuf.AsciiBuffer id, StompFrame r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendRequest

public SendRequest()
Method Detail

get

public StompFrame get(long timeout)
               throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

put

public void put(org.fusesource.hawtbuf.AsciiBuffer id,
                StompFrame r)


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.