当前页面:
在线文档首页 >
JBoss 3.2.7 messaging API Documentation 英文版文档
HTTPClientILStorageQueue (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档
org.jboss.mq.il.http
Class HTTPClientILStorageQueue
java.lang.Object
org.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.1.2.6 $
- Author:
- Nathan Phelps (nathan@jboss.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.