站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 messaging API Documentation 英文版文档

HTTPClientILStorageQueue (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


org.jboss.mq.il.http
Class HTTPClientILStorageQueue

java.lang.Object
  extended byorg.jboss.mq.il.http.HTTPClientILStorageQueue

public class HTTPClientILStorageQueue
extends Object

Stores requests on behalf of clients. This could of course, be done with a JMS queue, but I decided this would be a lighter weight solution.

Version:
$Revision: 1.4 $
Author:
Nathan Phelps (nathan@jboss.org)

Method Summary
 HTTPILRequest[] get(String clientIlId, long timeout)
           
 String getID()
           
static HTTPClientILStorageQueue getInstance()
           
 void purgeEntry(String clientIlId)
           
 void put(HTTPILRequest request, String clientIlId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HTTPClientILStorageQueue getInstance()

put

public void put(HTTPILRequest request,
                String clientIlId)
         throws InterruptedException
Throws:
InterruptedException

get

public HTTPILRequest[] get(String clientIlId,
                           long timeout)

purgeEntry

public void purgeEntry(String clientIlId)

getID

public String getID()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.