B C D E G I J O P S T W 

B

BayeuxJmsObjectMsg - Class in com.ibm.websphere.webmsg.publisher.jndijms
Implementation to send an object message over JMS given a bayeux channel.
BayeuxJmsObjectMsg(String, Serializable) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.BayeuxJmsObjectMsg
Constructor
BayeuxJmsObjectMsg(String, Serializable, long) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.BayeuxJmsObjectMsg
Constructor
BayeuxJmsObjectMsg(String, String, Serializable, long) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.BayeuxJmsObjectMsg
Constructor
BayeuxJmsTextMsg - Class in com.ibm.websphere.webmsg.publisher.jndijms
Implementation to send an text message over JMS given a bayeux channel.
BayeuxJmsTextMsg(String, String) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.BayeuxJmsTextMsg
Constructor
BayeuxJmsTextMsg(String, String, long) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.BayeuxJmsTextMsg
Constructor
BayeuxJmsTextMsg(String, String, String, long) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.BayeuxJmsTextMsg
Constructor

C

close() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
close() - Method in interface com.ibm.websphere.webmsg.publisher.Publisher
Close publisher, includes shutting down any connections, etc.
com.ibm.websphere.webmsg.publisher - package com.ibm.websphere.webmsg.publisher
 
com.ibm.websphere.webmsg.publisher.jndijms - package com.ibm.websphere.webmsg.publisher.jndijms
 
com.ibm.websphere.webmsg.publisher.servlet - package com.ibm.websphere.webmsg.publisher.servlet
 

D

destroy() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisherServlet
 

E

EVENT_HEADER_ATTRIBUTE_NAME_JMS_DELIVERY_MODE - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
EVENT_HEADER_ATTRIBUTE_NAME_JMS_PRIORITY - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
EVENT_HEADER_ATTRIBUTE_NAME_JMS_TIME_TO_LIVE - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 

G

getAttribute(String) - Method in interface com.ibm.websphere.webmsg.publisher.PublisherContext
Returns an object value for the given key, or null if there is no value for the given key.
getAttribute(String) - Method in class com.ibm.websphere.webmsg.publisher.servlet.ServletPublishContext
 
getData() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Get data as Object
getData() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebObjectMsg
 
getData() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg
 
getData() - Method in interface com.ibm.websphere.webmsg.publisher.WebMessage
 
getDestination() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Get destination
getJmsDeliveryMode() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Gets the JMS DeliveryMode constant for this event.
getJmsMessage(Session) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Given a JMS session, return new JMS message for this web message.
getJmsMessage(Session) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebObjectMsg
 
getJmsMessage(Session) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg
 
getJmsPriority() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Gets the JMS Priority constant for this event, in the range 0-9.
getJmsTimeToLive() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Gets the JMS Time To Live value for this event in milliseconds.
getMessageID() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Get message ID.
getMessageID() - Method in interface com.ibm.websphere.webmsg.publisher.WebMessage
 
getMessageType() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Get message type.
getMessageType() - Method in interface com.ibm.websphere.webmsg.publisher.WebMessage
Get message type
getSerializable() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebObjectMsg
Get serializable object
getTarget() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Get message target.
getTarget() - Method in interface com.ibm.websphere.webmsg.publisher.WebMessage
 

I

init() - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisherServlet
Instantiates and initialises a JmsPublisher instance using the Servlet init Parameters are automatically passed to the initialisation routines of the JmsPublisher.
initialize(PublisherContext) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
Context attribute CONNECTION_FACTORY_JNDI_NAME is mandatory and it contains the String key with which to look up the ConnectionFactory from JMS.
initialize(PublisherContext) - Method in interface com.ibm.websphere.webmsg.publisher.Publisher
Initialize the publisher.

J

JmsPublisher - Class in com.ibm.websphere.webmsg.publisher.jndijms
Publisher implementation that uses a JMS ConnectionFactory to propagate messages.
JmsPublisher() - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
Constructor
JmsPublisherServlet - Class in com.ibm.websphere.webmsg.publisher.jndijms
Servlet implementation class for Servlet: JmsPublisherServlet.
JmsPublisherServlet() - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisherServlet
 
JmsWebMsg - Class in com.ibm.websphere.webmsg.publisher.jndijms
Abstract JMS implementation of a Web Message.
JmsWebMsg(String, String) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Constructor
JmsWebMsg(String, String, String) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Constructor
JmsWebMsg(String, String, String, long) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Constructor
JmsWebObjectMsg - Class in com.ibm.websphere.webmsg.publisher.jndijms
WebMsg implementation to send an object over JMS
JmsWebObjectMsg(String, Serializable) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebObjectMsg
Constructor
JmsWebObjectMsg(String, String, Serializable) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebObjectMsg
Constructor
JmsWebObjectMsg(String, String, Serializable, long) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebObjectMsg
Constructor
JmsWebTextMsg - Class in com.ibm.websphere.webmsg.publisher.jndijms
WebMsg implementation to send Text over JMS
JmsWebTextMsg(String, String) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg
Constructor
JmsWebTextMsg(String, String, String) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg
Constructor
JmsWebTextMsg(String, String, String, long) - Constructor for class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg
Constructor

O

OBJECT_MESSAGE - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebObjectMsg
Message type - Object.

P

PROPERTY_CONN_DELAY_MULTIPLIER - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
PROPERTY_CONN_DELAYINTERVAL - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
PROPERTY_KEY_CONNECTION_FACTORY_JNDI_NAME - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
PROPERTY_KEY_DEFAULT_DESTINATION - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
PROPERTY_KEY_INITIAL_CONTEXT_FACTORY - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
PROPERTY_KEY_JMS_CLIENT_ID - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
PROPERTY_KEY_PROVIDER_URL - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
PROPERTY_MAX_CONNECT_TIME - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
 
publish(WebMessage) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisher
Publish given WebMessage.
publish(WebMessage) - Method in interface com.ibm.websphere.webmsg.publisher.Publisher
Publish given message to interested parties.
Publisher - Interface in com.ibm.websphere.webmsg.publisher
Interface defining how events are published to interested parties.
PUBLISHER_SERVLET_CONTEXT_KEY - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisherServlet
Key to store in servlet context.
PublisherContext - Interface in com.ibm.websphere.webmsg.publisher
Interface defining context in which the given Publisher is running.
PublisherException - Exception in com.ibm.websphere.webmsg.publisher
General purpose exception for problems occurring with publishing.
PublisherException() - Constructor for exception com.ibm.websphere.webmsg.publisher.PublisherException
 
PublisherException(String, Throwable) - Constructor for exception com.ibm.websphere.webmsg.publisher.PublisherException
 
PublisherException(String) - Constructor for exception com.ibm.websphere.webmsg.publisher.PublisherException
 
PublisherException(Throwable) - Constructor for exception com.ibm.websphere.webmsg.publisher.PublisherException
 

S

ServletPublishContext - Class in com.ibm.websphere.webmsg.publisher.servlet
Concrete context implementation backed by a ServletContext object.
ServletPublishContext(ServletContext) - Constructor for class com.ibm.websphere.webmsg.publisher.servlet.ServletPublishContext
 
setAttribute(String, Object) - Method in interface com.ibm.websphere.webmsg.publisher.PublisherContext
Sets the given context Object value for the given key.
setAttribute(String, Object) - Method in class com.ibm.websphere.webmsg.publisher.servlet.ServletPublishContext
 
setDestination(String) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Set destination (SIBus specific)
setJmsDeliveryMode(int) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Sets the JMS DeliveryMode constant for this event.
setJmsPriority(int) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Sets the JMS Priority constant for this event, in the range 0-9.
setJmsTimeToLive(long) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
Sets the JMS Time To Live value for this event in milliseconds.
setTarget(String) - Method in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
set target

T

TEXT_MESSAGE - Static variable in class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg
Message type text

W

WebMessage - Interface in com.ibm.websphere.webmsg.publisher
Models a message to be propagated to interested parties.
B C D E G I J O P S T W 
IBM WebSphere Application Server [webmsg.publisher]