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

A

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

B

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

C

connectionFactoryAttribute - Static variable in class org.activemq.web.WebClient
 
ConnectionManager - Class in org.activemq.web
Listens to sessions closing to ensure that JMS connections are cleaned up nicely
ConnectionManager() - Constructor for class org.activemq.web.ConnectionManager
 
consumer - Variable in class org.activemq.web.WebClient.SessionConsumerPair
 
contextDestroyed(ServletContextEvent) - Method in class org.activemq.web.SpringBrokerContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.activemq.web.SpringBrokerContextListener
 
createBroker(ServletContext) - Method in class org.activemq.web.SpringBrokerContextListener
Factory method to create a new ActiveMQ Broker
createBroker(ServletContext) - Method in class org.activemq.web.SpringBrokerServlet
Factory method to create a new ActiveMQ Broker
createSession() - Method in class org.activemq.web.WebClient
 
createSessionConsumerPair(Destination) - Method in class org.activemq.web.WebClient
 
createStockText(String) - Method in class org.activemq.web.PortfolioPublishServlet
 
createWebClient(HttpServletRequest) - Method in class org.activemq.web.MessageServletSupport
 

D

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

E

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

G

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

I

init() - Method in class org.activemq.web.MessageServlet
 
init(ServletConfig) - Method in class org.activemq.web.MessageServletSupport
 
init() - Method in class org.activemq.web.PortfolioPublishServlet
 
init() - Method in class org.activemq.web.SpringBrokerServlet
 
INIT_PARAM_BROKER_URI - Static variable in class org.activemq.web.SpringBrokerContextListener
broker uri context parameter name: brokerURI
initConnectionFactory(ServletContext) - Static method in class org.activemq.web.WebClient
 
initContext(ServletContext) - Static method in class org.activemq.web.WebClient
 
initQueueConsumers(ServletContext) - Static method in class org.activemq.web.WebClient
 
isRicoAjax(HttpServletRequest) - Method in class org.activemq.web.MessageServlet
 
isTopic(HttpServletRequest) - Method in class org.activemq.web.MessageServletSupport
 

M

MessageServlet - Class in org.activemq.web
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.activemq.web.MessageServlet
 
MessageServletSupport - Class in org.activemq.web
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.activemq.web.MessageServletSupport
 
mutatePrice(double) - Method in class org.activemq.web.PortfolioPublishServlet
 

N

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

O

org.activemq.web - package org.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 in org.activemq.web
A servlet which will publish dummy market data prices
PortfolioPublishServlet() - Constructor for class org.activemq.web.PortfolioPublishServlet
 

Q

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

R

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

S

send(Destination, Message) - Method in class org.activemq.web.WebClient
 
sendMessage(WebClient, String[]) - Method in class org.activemq.web.PortfolioPublishServlet
 
sendMessageResponse(HttpServletRequest, HttpServletResponse, Message) - Method in class org.activemq.web.MessageServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.activemq.web.SpringBrokerServlet
 
session - Variable in class org.activemq.web.WebClient.SessionConsumerPair
 
sessionCreated(HttpSessionEvent) - Method in class org.activemq.web.ConnectionManager
 
sessionDestroyed(HttpSessionEvent) - Method in class org.activemq.web.ConnectionManager
 
sessionDidActivate(HttpSessionEvent) - Method in class org.activemq.web.WebClient
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.activemq.web.WebClient
 
setBrokerContainer(BrokerContainer) - Method in class org.activemq.web.SpringBrokerContextListener
Set the broker container to be used by this listener
setDeliveryMode(int) - Method in class org.activemq.web.WebClient
 
setResponseHeaders(HttpServletResponse, Message) - Method in class org.activemq.web.MessageServlet
 
SpringBrokerContextListener - Class in org.activemq.web
Used to configure and instance of ActiveMQ BrokerContainer using ActiveMQ/Spring's xml configuration.
SpringBrokerContextListener() - Constructor for class org.activemq.web.SpringBrokerContextListener
 
SpringBrokerServlet - Class in org.activemq.web
This servlet when initialized will create an ActiveMQ message broker
SpringBrokerServlet() - Constructor for class org.activemq.web.SpringBrokerServlet
 
start() - Method in class org.activemq.web.WebClient
 
stop() - Method in class org.activemq.web.WebClient
 

W

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

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

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