org.jboss.seam.jms.bridge
Interface RouteLocator

All Superinterfaces:
Serializable

public interface RouteLocator
extends Serializable

Provides access to Routes.

While not defined in the interface, implementations of this interface should provide CDI Producer methods for the list of both Ingress and Egress routes

Author:
johnament

Method Summary
 Route findById(String id)
          Locates a Route by ID.
 

Method Detail

findById

Route findById(String id)
Locates a Route by ID. The given ID should be a route ID.

Parameters:
id - The ID
Returns:
the route identified, or null if not found.


Copyright © 2011 Seam Framework. All Rights Reserved.