mam.internetworking
Class RemoteableRoutingPath

mam.internetworking.AbstractRoutingPath
  |
  +--mam.internetworking.RemoteableRoutingPath

public class RemoteableRoutingPath
extends AbstractRoutingPath
implements Serializable


Field Summary
 private URLm_nextStop
           

Fields inherited from class mam.internetworking.AbstractRoutingPath
ATTRIBUTE_NEXT_STOP, ATTRIBUTE_STRENGTH, DEFAULT_STRENGTH, TAG_NAME

Constructor Summary
RemoteableRoutingPath(URL nextStop)
           
RemoteableRoutingPath(URL nextStop, double strength)
           

Method Summary
 intcompareTo(Object o)
           
 booleanequals(Object o)
           
 URLgetNextStop()
           
 voidsetNextStop(URL nextStop)
           
 StringtoString()
           

Methods inherited from class mam.internetworking.AbstractRoutingPath
getStrength, setStrength

Field Detail

m_nextStop

private URL m_nextStop
Constructor Detail

RemoteableRoutingPath

public RemoteableRoutingPath(URL nextStop)

RemoteableRoutingPath

public RemoteableRoutingPath(URL nextStop, double strength)
Method Detail

compareTo

public int compareTo(Object o)

equals

public boolean equals(Object o)

getNextStop

public URL getNextStop()

setNextStop

public void setNextStop(URL nextStop)

toString

public String toString()