Class RoutingEvent

java.lang.Object
java.util.EventObject
com.swiftmq.swiftlet.routing.event.RoutingEvent
All Implemented Interfaces:
Serializable

public class RoutingEvent extends EventObject
A routing event.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
See Also:
  • Constructor Details

    • RoutingEvent

      public RoutingEvent(RoutingSwiftlet source, String destination)
      Creates a routing event. Use from the RoutingSwiftlet.
      Parameters:
      source - routing swiftlet.
      destination - router name.
  • Method Details

    • getDestination

      public String getDestination()
      Returns the remote router name.
      Returns:
      router name.