Class RoutingEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.swiftmq.swiftlet.routing.event.RoutingEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class RoutingEvent extends java.util.EventObject
A routing event.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoutingEvent(RoutingSwiftlet source, java.lang.String destination)
Creates a routing event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDestination()
Returns the remote router name.
-
-
-
Constructor Detail
-
RoutingEvent
public RoutingEvent(RoutingSwiftlet source, java.lang.String destination)
Creates a routing event. Use from the RoutingSwiftlet.- Parameters:
source
- routing swiftlet.destination
- router name.
-
-