Project JXTA

Uses of Class
net.jxta.exception.ProtocolNotSupportedException

Packages that use ProtocolNotSupportedException
net.jxta.membership The Membership Service allows a peer to establish an identity within a peer group.  
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services.  
 

Uses of ProtocolNotSupportedException in net.jxta.membership
 

Methods in net.jxta.membership that throw ProtocolNotSupportedException
 Authenticator MembershipService.apply(AuthenticationCredential application)
          Request the necessary credentials to join the group with which this service is associated.
 

Uses of ProtocolNotSupportedException in net.jxta.peergroup
 

Methods in net.jxta.peergroup that throw ProtocolNotSupportedException
 Module PeerGroup.loadModule(ID assignedID, Advertisement impl)
          Load a module from a ModuleImplAdv.
 Module LightWeightPeerGroup.loadModule(ID assignedID, Advertisement impl)
          Load a module from a ModuleImplAdv. Compatibility is checked and load is attempted. If compatible and loaded successfuly, the resulting Module is initialized and returned. In most cases the other loadModule() method should be preferred, since unlike this one, it will seek many compatible implementation advertisements and try them all until one works. The home group of the new module (its parent group if the new module is a group) will be this group.
 


JXTA J2SE