Class McastEvent

    • Constructor Detail

      • McastEvent

        public McastEvent​(McastEvent.Type type,
                          McastRouteInfo subject)
        Deprecated.
        Creates a McastEvent of a given type using the subject.
        Parameters:
        type - the event type
        subject - the subject of the event type
      • McastEvent

        public McastEvent​(McastEvent.Type type,
                          McastRouteInfo subject,
                          McastRouteInfo prevSubject)
        Deprecated.
        Creates a McastEvent of a given type using the subject and the previous subject.
        Parameters:
        type - the event type
        subject - the subject of the event
        prevSubject - the previous subject of the event
    • Method Detail

      • prevSubject

        public McastRouteInfo prevSubject()
        Deprecated.
        Gets the previous subject in this mcast event.
        Returns:
        the previous subject, or null if previous subject is not specified.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Deprecated.
        Overrides:
        equals in class java.lang.Object