Class RoutingSwiftlet

java.lang.Object
com.swiftmq.swiftlet.Swiftlet
com.swiftmq.swiftlet.routing.RoutingSwiftlet

public abstract class RoutingSwiftlet extends Swiftlet
The RoutingSwiftlet manages connections as well as message routing to remote destinations.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
  • Constructor Details

    • RoutingSwiftlet

      public RoutingSwiftlet()
  • Method Details

    • getRoute

      public Route getRoute(String destination)
    • getRoutes

      public Route[] getRoutes()
    • addRoute

      protected void addRoute(Route route)
    • removeRoute

      protected void removeRoute(Route route)
    • removeAllRoutes

      protected void removeAllRoutes()
    • addRoutingListener

      public void addRoutingListener(RoutingListener l)
    • removeRoutingListener

      public void removeRoutingListener(RoutingListener l)
    • removeAllRoutingListeners

      protected void removeAllRoutingListeners()
    • fireRoutingEvent

      public void fireRoutingEvent(String method, RoutingEvent evt)