A B C D E G I M N O P Q R S W

A

appendParametersToMessage(HttpServletRequest, TextMessage) - Method in class org.codehaus.activemq.web.MessageServletSupport
 
asBoolean(String) - Static method in class org.codehaus.activemq.web.MessageServletSupport
 
asLong(String) - Method in class org.codehaus.activemq.web.MessageServletSupport
 

B

brokerUrlInitParam - Static variable in class org.codehaus.activemq.web.WebClient
 

C

ConnectionManager - class org.codehaus.activemq.web.ConnectionManager.
Listens to sessions closing to ensure that JMS connections are cleaned up nicely
ConnectionManager() - Constructor for class org.codehaus.activemq.web.ConnectionManager
 
connectionFactoryAttribute - Static variable in class org.codehaus.activemq.web.WebClient
 
consumer - Variable in class org.codehaus.activemq.web.WebClient.SessionConsumerPair
 
createSession() - Method in class org.codehaus.activemq.web.WebClient
 
createSessionConsumerPair(Destination) - Method in class org.codehaus.activemq.web.WebClient
 
createStockText(String) - Method in class org.codehaus.activemq.web.PortfolioPublishServlet
 
createWebClient(HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServletSupport
 

D

doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.activemq.web.MessageServlet
Supports a HTTP DELETE to be equivlanent of consuming a message from a queue
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.activemq.web.MessageServlet
Reads a message from a destination up to some specific timeout period
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.activemq.web.PortfolioPublishServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.activemq.web.MessageServlet
Sends a message to a destination

E

embeddedBrokerInitParam - Static variable in class org.codehaus.activemq.web.WebClient
 

G

getConnection() - Method in class org.codehaus.activemq.web.WebClient
 
getConsumer(Destination) - Method in class org.codehaus.activemq.web.WebClient
 
getContentType(HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServlet
 
getDestination(WebClient, HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServletSupport
 
getDestination(WebClient, HttpServletRequest, String) - Method in class org.codehaus.activemq.web.MessageServletSupport
 
getDestinationFromURI(WebClient, HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServletSupport
 
getNumberOfMessages(HttpServletRequest) - Method in class org.codehaus.activemq.web.PortfolioPublishServlet
 
getPostedMessageBody(HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServletSupport
 
getReadTimeout(HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServlet
 
getSession() - Method in class org.codehaus.activemq.web.WebClient
 
getWebClient(HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServletSupport
Helper method to get the client for the current session
getWebClient(HttpSession) - Static method in class org.codehaus.activemq.web.WebClient
 

I

init() - Method in class org.codehaus.activemq.web.MessageServlet
 
init(ServletConfig) - Method in class org.codehaus.activemq.web.MessageServletSupport
 
initConnectionFactory(ServletContext) - Static method in class org.codehaus.activemq.web.WebClient
 
initContext(ServletContext) - Static method in class org.codehaus.activemq.web.WebClient
 
initQueueConsumers(ServletContext) - Static method in class org.codehaus.activemq.web.WebClient
 
isTopic(HttpServletRequest) - Method in class org.codehaus.activemq.web.MessageServletSupport
 

M

MessageServlet - class org.codehaus.activemq.web.MessageServlet.
A servlet for sending and receiving messages to/from JMS destinations using HTTP POST for sending and HTTP GET for receiving.
MessageServlet() - Constructor for class org.codehaus.activemq.web.MessageServlet
 
MessageServletSupport - class org.codehaus.activemq.web.MessageServletSupport.
A useful base class for any JMS related servlet; there are various ways to map JMS operations to web requests so we put most of the common behaviour in a reusable base class.
MessageServletSupport() - Constructor for class org.codehaus.activemq.web.MessageServletSupport
 
mutatePrice(double) - Method in class org.codehaus.activemq.web.PortfolioPublishServlet
 

N

NoDestinationSuppliedException - exception org.codehaus.activemq.web.NoDestinationSuppliedException.
Exception thrown if there was no destination available
NoDestinationSuppliedException() - Constructor for class org.codehaus.activemq.web.NoDestinationSuppliedException
 

O

org.codehaus.activemq.web - package org.codehaus.activemq.web
Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to we browser or JavaScript clients.

P

PortfolioPublishServlet - class org.codehaus.activemq.web.PortfolioPublishServlet.
A servlet which will publish dummy market data prices
PortfolioPublishServlet() - Constructor for class org.codehaus.activemq.web.PortfolioPublishServlet
 

Q

queueConsumersAttribute - Static variable in class org.codehaus.activemq.web.WebClient
 

R

readExternal(ObjectInput) - Method in class org.codehaus.activemq.web.WebClient
 

S

send(Destination, Message) - Method in class org.codehaus.activemq.web.WebClient
 
sendMessage(WebClient, String[]) - Method in class org.codehaus.activemq.web.PortfolioPublishServlet
 
sendMessageResponse(HttpServletRequest, HttpServletResponse, Message) - Method in class org.codehaus.activemq.web.MessageServlet
 
session - Variable in class org.codehaus.activemq.web.WebClient.SessionConsumerPair
 
sessionCreated(HttpSessionEvent) - Method in class org.codehaus.activemq.web.ConnectionManager
 
sessionDestroyed(HttpSessionEvent) - Method in class org.codehaus.activemq.web.ConnectionManager
 
sessionDidActivate(HttpSessionEvent) - Method in class org.codehaus.activemq.web.WebClient
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.codehaus.activemq.web.WebClient
 
setResponseHeaders(HttpServletResponse, Message) - Method in class org.codehaus.activemq.web.MessageServlet
 
start() - Method in class org.codehaus.activemq.web.WebClient
 
stop() - Method in class org.codehaus.activemq.web.WebClient
 

W

WebClient - class org.codehaus.activemq.web.WebClient.
Represents a messaging client used from inside a web container typically stored inside a HttpSession
WebClient() - Constructor for class org.codehaus.activemq.web.WebClient
Only called by serialization
WebClient(ServletContext) - Constructor for class org.codehaus.activemq.web.WebClient
 
WebClient.SessionConsumerPair - class org.codehaus.activemq.web.WebClient.SessionConsumerPair.
 
WebClient.SessionConsumerPair() - Constructor for class org.codehaus.activemq.web.WebClient.SessionConsumerPair
 
webClientAttribute - Static variable in class org.codehaus.activemq.web.WebClient
 
writeExternal(ObjectOutput) - Method in class org.codehaus.activemq.web.WebClient
 

A B C D E G I M N O P Q R S W

Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.