Package com.swiftmq.swiftlet.routing
Class RoutingSwiftlet
java.lang.Object
com.swiftmq.swiftlet.Swiftlet
com.swiftmq.swiftlet.routing.RoutingSwiftlet
The RoutingSwiftlet manages connections as well as message routing
to remote destinations.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
Field Summary
Fields inherited from class com.swiftmq.swiftlet.Swiftlet
STATE_ACTIVE, STATE_INACTIVE, STATE_STANDBY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
void
fireRoutingEvent
(String method, RoutingEvent evt) Route[]
protected void
protected void
protected void
removeRoute
(Route route) void
Methods inherited from class com.swiftmq.swiftlet.Swiftlet
getName, getStartupTime, getState, isSnapshotAvailable, resume, setStartupTime, shutdown, standby, startup
-
Constructor Details
-
RoutingSwiftlet
public RoutingSwiftlet()
-
-
Method Details
-
getRoute
-
getRoutes
-
addRoute
-
removeRoute
-
removeAllRoutes
protected void removeAllRoutes() -
addRoutingListener
-
removeRoutingListener
-
removeAllRoutingListeners
protected void removeAllRoutingListeners() -
fireRoutingEvent
-