A B C D E G H I J L M O R S T U V

A

AbstractMessageListener - Class in org.jboss.seam.jms
Supporting base MessageListener for working in CDI enabled environments.
AbstractMessageListener() - Constructor for class org.jboss.seam.jms.AbstractMessageListener
 
AbstractMessageListener(BeanManager, ClassLoader) - Constructor for class org.jboss.seam.jms.AbstractMessageListener
 
acknowledgementMode() - Method in class org.jboss.seam.jms.annotations.JmsSessionSelector.JmsSessionSelectorLiteral
 
addAnnotatedParameter(AnnotatedParameter<?>) - Method in interface org.jboss.seam.jms.bridge.Route
 
addDestinationJndiName(String) - Method in interface org.jboss.seam.jms.bridge.Route
 
addDestinationQualifiers(Set<Annotation>) - Method in interface org.jboss.seam.jms.bridge.Route
 
addDestinations(Destination...) - Method in interface org.jboss.seam.jms.bridge.Route
Add multiple destinations to this route
addDestinations(Collection<Destination>) - Method in interface org.jboss.seam.jms.bridge.Route
Adds a collection of destinations to this route.
addQualifiers(Annotation...) - Method in interface org.jboss.seam.jms.bridge.Route
Apply the qualifiers listed to this route.
addQualifiers(Collection<Annotation>) - Method in interface org.jboss.seam.jms.bridge.Route
Apply the collection of qualifiers to this route.

B

beanManager - Variable in class org.jboss.seam.jms.AbstractMessageListener
 
build(BeanManager) - Method in interface org.jboss.seam.jms.bridge.Route
 

C

classLoader - Variable in class org.jboss.seam.jms.AbstractMessageListener
 
Closeable - Annotation Type in org.jboss.seam.jms.annotations
Closeable objects can be turned off/closed on application shutdown.
connectTo(Class<D>, D) - Method in interface org.jboss.seam.jms.bridge.Route
Connect this route to a destination.
createBytesMessage(byte[]) - Method in interface org.jboss.seam.jms.MessageManager
Creates a bytes message based on the byte[] payload
createDurableSubscriber(String, String, MessageListener...) - Method in interface org.jboss.seam.jms.DurableMessageManager
Creates a topic subscriber with the given ID and binds a message listener to it, if valid.
createDurableSubscriber(Topic, String, MessageListener...) - Method in interface org.jboss.seam.jms.DurableMessageManager
Creates a topic subscriber with the given ID and binds a message listener to it, if valid.
createMapMessage(Map<Object, Object>) - Method in interface org.jboss.seam.jms.MessageManager
Creates a MapMessage based on the Map payload provided.
createMessageConsumer(String, MessageListener...) - Method in interface org.jboss.seam.jms.MessageManager
Creates a new MessageConsumer that will be managed by the used session
createMessageConsumer(Destination, MessageListener...) - Method in interface org.jboss.seam.jms.MessageManager
Creates a new MessageConsumer that will be managed by the used session
createMessageProducer(String) - Method in interface org.jboss.seam.jms.MessageManager
Creates a new MessageProducer that will be managed by the used session
createObjectMessage(Object) - Method in interface org.jboss.seam.jms.MessageManager
Creates an object message based on the object payload provided.
createQueueReceiver(String, MessageListener...) - Method in interface org.jboss.seam.jms.MessageManager
Creates a new QueueReceiver that will be managed by the used session
createQueueSender(String) - Method in interface org.jboss.seam.jms.MessageManager
Creates a QueueSender for the given queue.
createRoute(RouteType, Type) - Method in interface org.jboss.seam.jms.bridge.EventBridge
Creates a routing for the provided payload (event) type.
createRoute(RouteType, Type) - Method in interface org.jboss.seam.jms.bridge.RouteManager
Creates a new instance of a Route based on given RouteType and payload type
createTextMessage(String) - Method in interface org.jboss.seam.jms.MessageManager
Creates a text message based on the String payload provided.
createTopicPublisher(String) - Method in interface org.jboss.seam.jms.MessageManager
Creates a TopicPublisher for the given topic.
createTopicSubscriber(String, MessageListener...) - Method in interface org.jboss.seam.jms.MessageManager
Creates a new TopicSubscriber that will be managed by the used session

D

Durable - Annotation Type in org.jboss.seam.jms.annotations
Durable represents durable subscribers.
DurableMessageManager - Interface in org.jboss.seam.jms
 

E

EventBridge - Interface in org.jboss.seam.jms.bridge
Facilitates bridging of events between CDI and a messaging system.

G

getAnnotatedParameters() - Method in interface org.jboss.seam.jms.bridge.Route
 
getDestinationJndiNames() - Method in interface org.jboss.seam.jms.bridge.Route
 
getDestinationQualifiers() - Method in interface org.jboss.seam.jms.bridge.Route
 
getDestinations() - Method in interface org.jboss.seam.jms.bridge.Route
 
getDestinations() - Method in interface org.jboss.seam.jms.JmsForwarding
Destinations to forward events to.
getEventType() - Method in interface org.jboss.seam.jms.JmsForwarding
Event type to observe and forward.
getPayloadType() - Method in interface org.jboss.seam.jms.bridge.Route
 
getQualifiers() - Method in interface org.jboss.seam.jms.bridge.Route
 
getQualifiers() - Method in interface org.jboss.seam.jms.JmsForwarding
Set of qualifiers that must exist on each event of type JmsForwarding.getEventType().
getSession() - Method in interface org.jboss.seam.jms.MessageManager
Exposes the underlying Session for public usage.
getType() - Method in interface org.jboss.seam.jms.bridge.Route
 

H

handleMessage(Message) - Method in class org.jboss.seam.jms.AbstractMessageListener
Implementations should override this method and perform necessary business logic in here.
handleStartup(ServletContext) - Method in interface org.jboss.seam.jms.bridge.RouteBuilder
 

I

init() - Method in interface org.jboss.seam.jms.bridge.RouteBuilder
 

J

JmsDestination - Annotation Type in org.jboss.seam.jms.annotations
Seam 3 JMS Qualifier for Destination types
JmsForwarding - Interface in org.jboss.seam.jms
Configuration for the forwarding of events to JMS.
JmsSession - Annotation Type in org.jboss.seam.jms.annotations
Specifies configuration for injected Session
JmsSessionSelector - Annotation Type in org.jboss.seam.jms.annotations
 
JmsSessionSelector.JmsSessionSelectorLiteral - Class in org.jboss.seam.jms.annotations
 
JmsSessionSelector.JmsSessionSelectorLiteral(boolean, int) - Constructor for class org.jboss.seam.jms.annotations.JmsSessionSelector.JmsSessionSelectorLiteral
 

L

login(String) - Method in interface org.jboss.seam.jms.DurableMessageManager
Initializes the connection for this DurableMessageManager.

M

MessageManager - Interface in org.jboss.seam.jms
The MessageBuilder interface defines an abstraction layer over the JMS APIs You can instances of this interface to create and send JMS Messages outbound.

O

onMessage(Message) - Method in class org.jboss.seam.jms.AbstractMessageListener
AbstractMessageListener implements the basic on message functionality to handle classloader behavior for working in CDI environments.
org.jboss.seam.jms - package org.jboss.seam.jms
 
org.jboss.seam.jms.annotations - package org.jboss.seam.jms.annotations
 
org.jboss.seam.jms.bridge - package org.jboss.seam.jms.bridge
 

R

Route - Interface in org.jboss.seam.jms.bridge
Routing configuration between CDI and JMS.
RouteBuilder - Interface in org.jboss.seam.jms.bridge
RouteBuilder is a start up component responsible for loading the finalized BeanManager into the Seam3JmsExtension and then loading all destinations that will be used by the ingress routes.
RouteManager - Interface in org.jboss.seam.jms.bridge
The RouteManager is responsible for instantiating new routes.
RouteType - Enum in org.jboss.seam.jms.bridge
All valid Route types.
Routing - Annotation Type in org.jboss.seam.jms.annotations
 

S

sendBytesToDestinations(byte[], String...) - Method in interface org.jboss.seam.jms.MessageManager
Sends a bytep[ (as an BytesMessage) to listed destinations.
sendBytesToDestinations(byte[], Destination...) - Method in interface org.jboss.seam.jms.MessageManager
Wrapper method for creating bytes message, then sending it to listed destinations.
sendMapToDestinations(Map, String...) - Method in interface org.jboss.seam.jms.MessageManager
Sends a map (as an MapMessage) to listed destinations.
sendMapToDestinations(Map, Destination...) - Method in interface org.jboss.seam.jms.MessageManager
Wrapper method for creating map message, then sending it to listed destinations.
sendMessage(Message, String...) - Method in interface org.jboss.seam.jms.MessageManager
Utility methods for sending messages to a set of Strings that are the destinations
sendMessage(Message, Destination...) - Method in interface org.jboss.seam.jms.MessageManager
 
sendObjectToDestinations(Object, String...) - Method in interface org.jboss.seam.jms.MessageManager
Sends an object (as an ObjectMessage) to listed destinations.
sendObjectToDestinations(Object, Destination...) - Method in interface org.jboss.seam.jms.MessageManager
Wrapper method for creating object message, then sending it to listed destinations.
sendTextToDestinations(String, String...) - Method in interface org.jboss.seam.jms.MessageManager
Sends a string (as an TextMessage) to listed destinations.
sendTextToDestinations(String, Destination...) - Method in interface org.jboss.seam.jms.MessageManager
Wrapper method for creating text message, then sending it to listed destinations.
setBeanManager(BeanManager) - Method in class org.jboss.seam.jms.AbstractMessageListener
 
setClassLoader(ClassLoader) - Method in class org.jboss.seam.jms.AbstractMessageListener
 
setDestinations(Collection<Destination>) - Method in interface org.jboss.seam.jms.bridge.Route
 
setType(Type) - Method in interface org.jboss.seam.jms.bridge.Route
 

T

transacted() - Method in class org.jboss.seam.jms.annotations.JmsSessionSelector.JmsSessionSelectorLiteral
 

U

unsubscribe(String) - Method in interface org.jboss.seam.jms.DurableMessageManager
Unsubscribes a durable subscriber from the topic, with the given id.

V

validate() - Method in interface org.jboss.seam.jms.bridge.Route
 
valueOf(String) - Static method in enum org.jboss.seam.jms.bridge.RouteType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.seam.jms.bridge.RouteType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I J L M O R S T U V

Copyright © 2011 Seam Framework. All Rights Reserved.