Package com.swiftmq.swiftlet.routing
Class Route
java.lang.Object
com.swiftmq.swiftlet.routing.Route
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
Returns the name of the remote router.- Returns:
- router name.
-
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.
-