|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MembershipService.getAuthCredentials()
Returns the current credentials for this peer. |
Enumeration |
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 its given advertisement. |
PeerGroup |
PeerGroup.newGroup(Advertisement pgAdv)
Instantiate a peer group from its given 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 new group from its elementary pieces and publishes the corresponding PeerGroupAdvertisement. |
PeerGroup |
PeerGroup.newGroup(PeerGroupID gid,
Advertisement impl,
String name,
String description)
Instantiates a new group from its elementary pieces and publishes the corresponding PeerGroupAdvertisement. |
static PeerGroup |
PeerGroupFactory.newNetPeerGroup()
Instantiates the platform peergroup and then instantiates the net peer group. |
static PeerGroup |
PeerGroupFactory.newNetPeerGroup(PeerGroup ppg)
Instantiates the net peer group using the provided platform peer group. |
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. |
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |