solar.service.routing.comm
Class RoutingEvent
java.lang.Object
|
+--solar.impl.AbstractAttributeRecord
|
+--solar.impl.SerializedEvent
|
+--solar.service.routing.comm.RoutingEvent
- All Implemented Interfaces:
- Adu, AttributeRecord, Event, RoutingConstants, java.io.Serializable, SolarConstants
- public class RoutingEvent
- extends SerializedEvent
- implements RoutingConstants
A periodic event containing routing information.
- Version:
- $Id: RoutingEvent.java,v 1.3 2003/10/05 18:51:01 glchen Exp $
- Author:
- Guanling Chen
- See Also:
- Serialized Form
Fields inherited from interface solar.SolarConstants |
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RoutingEvent
public RoutingEvent(Address source,
Address host,
Address lasthop)
RoutingEvent
public RoutingEvent(Event evt)
getSource
public Address getSource()
getHost
public Address getHost()
getLastHop
public Address getLastHop()
isRoutingEvent
public static boolean isRoutingEvent(Event evt)