Class Route

java.lang.Object
com.swiftmq.swiftlet.routing.Route

public abstract class Route extends Object
A route to a remote router.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
  • Constructor Details

    • Route

      public Route()
  • Method Details

    • getDestination

      public abstract String getDestination()
      Returns the name of the remote router.
      Returns:
      router name.
    • getOutboundQueueName

      public abstract String getOutboundQueueName()
      Returns the name of the routing queue.
      Returns:
      queue name.
    • isActive

      public abstract boolean isActive()
      Returns whether this route is active or not.
      Returns:
      true/false.