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. 
net.jxta.platform Classes for defining code modules within JXTA. 
 

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 LightWeightPeerGroup.loadModule(ID assignedID, Advertisement impl)
          Load a Module from a ModuleImplAdv.
 Module PeerGroup.loadModule(ID assignedID, Advertisement impl)
          Load a Module from a ModuleImplAdv.
 

Uses of ProtocolNotSupportedException in net.jxta.platform
 

Methods in net.jxta.platform that throw ProtocolNotSupportedException
static void NetworkManager.login(PeerGroup group, char[] keystore_password, char[] principal_password)
          Establishes group credential.
 


JXSE