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.4.6.1 $
- 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.