org.jboss.seam.jms
Interface JmsForwarding


@Named
@ApplicationScoped
public interface JmsForwarding

Configuration for the forwarding of events to JMS.

Author:
Jordan Ganoff

Method Summary
 Set<? extends Destination> getDestinations()
          Destinations to forward events to.
 Type getEventType()
          Event type to observe and forward.
 Set<Annotation> getQualifiers()
          Set of qualifiers that must exist on each event of type getEventType().
 

Method Detail

getDestinations

Set<? extends Destination> getDestinations()
Destinations to forward events to.


getEventType

Type getEventType()
Event type to observe and forward.


getQualifiers

Set<Annotation> getQualifiers()
Set of qualifiers that must exist on each event of type getEventType().



Copyright © 2011 Seam Framework. All Rights Reserved.