JXTA

Uses of Class
net.jxta.exception.ServiceNotFoundException

Packages that use ServiceNotFoundException
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
 

Uses of ServiceNotFoundException in net.jxta.peergroup
 

Methods in net.jxta.peergroup that throw ServiceNotFoundException
 Service LightWeightPeerGroup.lookupService(ID name)
          Lookup for a service by name.
 Service PeerGroup.lookupService(ID name)
          Lookup for a service by name.
 Service LightWeightPeerGroup.lookupService(ID name, int ignoredForNow)
          Lookup for a service by class ID and index in a map.
 Service PeerGroup.lookupService(ID name, int roleIndex)
          Lookup for a service by class ID and index in a map.
 


JXSE