Package org.onosproject.net.mcast
Class McastEvent
- java.lang.Object
- 
- org.onosproject.event.AbstractEvent<McastEvent.Type,McastRouteInfo>
- 
- org.onosproject.net.mcast.McastEvent
 
 
- 
- All Implemented Interfaces:
- Event<McastEvent.Type,McastRouteInfo>
 
 @Deprecated public class McastEvent extends AbstractEvent<McastEvent.Type,McastRouteInfo> Deprecated.in 1.11 ("Loon") release. To be moved into an app.An entity representing a multicast event. Event either add or remove sinks or sources.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMcastEvent.TypeDeprecated.
 - 
Constructor SummaryConstructors Constructor Description McastEvent(McastEvent.Type type, McastRouteInfo subject)Deprecated.Creates a McastEvent of a given type using the subject.McastEvent(McastEvent.Type type, McastRouteInfo subject, McastRouteInfo prevSubject)Deprecated.Creates a McastEvent of a given type using the subject and the previous subject.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object other)Deprecated.inthashCode()Deprecated.McastRouteInfoprevSubject()Deprecated.Gets the previous subject in this mcast event.java.lang.StringtoString()Deprecated.- 
Methods inherited from class org.onosproject.event.AbstractEventsubject, time, type
 
- 
 
- 
- 
- 
Constructor Detail- 
McastEventpublic 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
 
 - 
McastEventpublic 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- 
prevSubjectpublic McastRouteInfo prevSubject() Deprecated.Gets the previous subject in this mcast event.- Returns:
- the previous subject, or null if previous subject is not specified.
 
 - 
hashCodepublic int hashCode() Deprecated.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object other) Deprecated.- Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- AbstractEvent<McastEvent.Type,McastRouteInfo>
 
 
- 
 
-