Project JXTA

Uses of Class
net.jxta.protocol.AccessPointAdvertisement

Packages that use AccessPointAdvertisement
net.jxta.protocol Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
 

Uses of AccessPointAdvertisement in net.jxta.protocol
 

Methods in net.jxta.protocol that return AccessPointAdvertisement
 AccessPointAdvertisement RouteAdvertisement.getDest()
          Returns the destination access point
 AccessPointAdvertisement RouteAdvertisement.getFirstHop()
          Returns the access point for the first hop
 AccessPointAdvertisement RouteAdvertisement.getLastHop()
          Returns the access point for the last hop
 AccessPointAdvertisement RouteAdvertisement.nextHop(PeerID pid)
          get the nexthop after the given hop
 AccessPointAdvertisement RouteAdvertisement.getHop(PeerID pid)
          return a hop from the list of hops
 AccessPointAdvertisement RouteAdvertisement.getHop(int index)
          Return hop of the route at location index in the hops list
 

Methods in net.jxta.protocol with parameters of type AccessPointAdvertisement
 void RouteAdvertisement.setDest(AccessPointAdvertisement ap)
          Sets the access point of the destination
 void RouteAdvertisement.setFirstHop(AccessPointAdvertisement ap)
          Sets the access point for the first hop
 void RouteAdvertisement.setLastHop(AccessPointAdvertisement ap)
          Sets the access point for the last hop
 void RouteAdvertisement.replaceHop(AccessPointAdvertisement ap)
          replace a hop from the list of hops
 


JXTA J2SE