Class Route


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

      Constructors 
      Constructor Description
      Route()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getDestination()
      Returns the name of the remote router.
      abstract java.lang.String getOutboundQueueName()
      Returns the name of the routing queue.
      abstract boolean isActive()
      Returns whether this route is active or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Route

        public Route()
    • Method Detail

      • getDestination

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

        public abstract java.lang.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.