JXTA

Uses of Class
net.jxta.exception.PeerGroupException

Packages that use PeerGroupException
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 PeerGroupException in net.jxta.membership
 

Methods in net.jxta.membership that throw PeerGroupException
 Authenticator MembershipService.apply(AuthenticationCredential application)
          Request the necessary credentials to join the group with which this service is associated.
 Enumeration<AuthenticationCredential> MembershipService.getAuthCredentials()
          Deprecated. This interface is being removed in favour of individual Credentials providing their AuthenticationCredential as appropriate.
 Enumeration<Credential> MembershipService.getCurrentCredentials()
          Returns the current credentials for this peer.
 Credential MembershipService.getDefaultCredential()
          Returns the default credential for this peer.
 Credential MembershipService.join(Authenticator authenticated)
          Join the group by virtue of the completed authentication provided.
 Credential MembershipService.makeCredential(Element element)
          Given a fragment of a StructuredDocument, reconstruct a Credential object from that fragment.
 void MembershipService.resign()
          Resign all credentials which were previously gained through prior join() operations.
 

Uses of PeerGroupException in net.jxta.peergroup
 

Methods in net.jxta.peergroup that throw PeerGroupException
 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.
 PeerGroup LightWeightPeerGroup.newGroup(Advertisement pgAdv)
          Instantiate a peer group from the provided advertisement.
 PeerGroup PeerGroup.newGroup(Advertisement pgAdv)
          Instantiate a peer group from the provided advertisement.
 PeerGroup LightWeightPeerGroup.newGroup(PeerGroupID gid)
          Instantiate a group from its Peer Group ID only.
 PeerGroup PeerGroup.newGroup(PeerGroupID gid)
          Instantiate a group from its Peer Group ID only.
 PeerGroup LightWeightPeerGroup.newGroup(PeerGroupID gid, Advertisement impl, String name, String description)
          Instantiates a peer group from its elementary pieces and publishes the corresponding PeerGroupAdvertisement.
 PeerGroup PeerGroup.newGroup(PeerGroupID gid, Advertisement impl, String name, String description)
          Instantiates a peer group from its elementary pieces and publishes the corresponding PeerGroupAdvertisement.
static PeerGroup PeerGroupFactory.newNetPeerGroup()
          Deprecated. Consider converting to use NetPeerGroupFactory.NetPeerGroupFactory() or preferably one of the other NetPeerGroupFactory constructors.
static PeerGroup PeerGroupFactory.newNetPeerGroup(PeerGroup ppg)
          Deprecated. Consider converting to use NetPeerGroupFactory.NetPeerGroupFactory(PeerGroup,ID,String,XMLElement).
 

Constructors in net.jxta.peergroup that throw PeerGroupException
NetPeerGroupFactory()
          Instantiates the Net Peer Group using the ConfigParams found in the directory specified by the JXTA_HOME system property or the ".jxta/" directory if JXTA_HOME is not defined.
NetPeerGroupFactory(ConfigParams config, URI storeHome)
          Constructs a Net Peer Group and the World Peer Group using the configuration specified by the provided ConfigParams and using the specified storeHome location for persistence.
NetPeerGroupFactory(ConfigParams config, URI storeHome, ID id, String name, XMLElement desc)
          Deprecated. With the addition of support for PeerGroupConfigAdv this constructor is being deprecated as the precedence of settings is ambiguous.
NetPeerGroupFactory(PeerGroup parentGroup)
          Constructs a Net Peer Group using the specified parent peer group.
NetPeerGroupFactory(PeerGroup parentGroup, ConfigParams config, ModuleImplAdvertisement moduleImplAdv)
          Constructs a Net Peer Group instance using the specified parent peer group (normally the World Peer Group).
NetPeerGroupFactory(PeerGroup parentGroup, ConfigParams config, URI storeHome)
          Constructs a Net Peer Group and the World Peer Group using the configuration specified by the provided ConfigParams and using the specified storeHome location for persistence.
NetPeerGroupFactory(PeerGroup parentGroup, ID id, String name, XMLElement desc)
          Deprecated. With the addition of support for PeerGroupConfigAdv this constructor is being deprecated as the precedence of settings is ambiguous.
NetPeerGroupFactory(PeerGroup parentGroup, ID id, String name, XMLElement desc, ModuleImplAdvertisement moduleImplAdv)
          Deprecated. With the addition of support for PeerGroupConfigAdv this constructor is being deprecated as the precedence of settings is ambiguous.
WorldPeerGroupFactory()
          Provided for backwards compatibility, this constructor instantiates the World Peer Group using the PlatformConfig file found in the directory specified by the JXTA_HOME system property or the ".jxta/" directory if JXTA_HOME is not defined.
WorldPeerGroupFactory(Class worldPeerGroupClass, ConfigParams config, URI storeHome)
          Constructs the World Peer Group using the specified configuration and using the specified storeHome location for persistence.
WorldPeerGroupFactory(ConfigParams config, URI storeHome)
          Constructs the World Peer Group using the specified configuration and using the specified storeHome location for persistence.
 

Uses of PeerGroupException in net.jxta.platform
 

Methods in net.jxta.platform that throw PeerGroupException
 void Module.init(PeerGroup group, ID assignedID, Advertisement implAdv)
          Initialize the module, passing it its peer group and advertisement.
static void NetworkManager.login(PeerGroup group, char[] keystore_password, char[] principal_password)
          Establishes group credential.
 PeerGroup NetworkManager.startNetwork()
          Creates and starts the JXTA infrastructure peer group (aka NetPeerGroup) based on the specified mode template.
 


JXSE