Class 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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • 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.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.
    • Method Detail

      • getDestination

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