|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
net.jxta.access | The Access Service provides a framework for using the identities created with the Membership Service to control whether specific operations are permitted. |
net.jxta.credential | Credentials provide the basic mechanisms for securly establishing and communicating identity within JXTA. |
net.jxta.discovery | The JXTA Discovery Service provides an asynchronous mechanism for discovering Peer Advertisements, Group Advertisements, and other general JXTA Advertisements (pipes, services, etc.). |
net.jxta.endpoint | Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. |
net.jxta.membership | The Membership Service allows a peer to establish an identity within a peer group. |
net.jxta.peer | Provides definition for the Peer ID standard JXTA Peer Info Service. |
net.jxta.peergroup | Peer groups are formed as a collection of peers that have agreed upon a common set of services. |
net.jxta.pipe | Pipes are the core mechanism for exchanging messages between JXTA applications or services. |
net.jxta.rendezvous | The RendezVous Service is responsible for propagating messages within a JXTA PeerGroup. |
net.jxta.resolver | The JXTA Resolver Services provides a generic mechanism for JXTA Services to send "Queries", and receive "Responses". |
net.jxta.service | Every service is defined by a
ModuleImplAdvertisement . |
net.jxta.util | A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. |
Uses of Service in net.jxta.access |
---|
Subinterfaces of Service in net.jxta.access | |
---|---|
interface |
AccessService
The Access Service is used by JXTA Applications and Services to determine if specific operations are permitted for a particular identity. |
Uses of Service in net.jxta.credential |
---|
Methods in net.jxta.credential that return Service | |
---|---|
Service |
AuthenticationCredential.getSourceService()
Returns the service which generated this credential. |
Service |
Credential.getSourceService()
Returns the service which generated this credential. |
Uses of Service in net.jxta.discovery |
---|
Subinterfaces of Service in net.jxta.discovery | |
---|---|
interface |
DiscoveryService
The JXTA DiscoveryService provides an asynchronous mechanism for discovering Peer Advertisements, Group Advertisements, and other general JXTA Advertisements (pipe, service, etc.). |
Uses of Service in net.jxta.endpoint |
---|
Subinterfaces of Service in net.jxta.endpoint | |
---|---|
interface |
EndpointService
The EndpointService provides the API for sending and receiving messages between peers. |
Uses of Service in net.jxta.membership |
---|
Subinterfaces of Service in net.jxta.membership | |
---|---|
interface |
MembershipService
The membership service allows a peer to establish an identity within a peer group. |
Uses of Service in net.jxta.peer |
---|
Subinterfaces of Service in net.jxta.peer | |
---|---|
interface |
PeerInfoService
The PeerInfoService is a generic API for getting information about the local Peer as well as remote Peers. |
Uses of Service in net.jxta.peergroup |
---|
Subinterfaces of Service in net.jxta.peergroup | |
---|---|
interface |
PeerGroup
Peer groups are formed as a collection of peers that have agreed upon a common set of services. |
Classes in net.jxta.peergroup that implement Service | |
---|---|
class |
LightWeightPeerGroup
LightWeightPeerGroup is a class intended to help building PeerGroup that can inherit one or more services from a parent PeerGroup. |
Methods in net.jxta.peergroup that return Service | |
---|---|
Service |
LightWeightPeerGroup.getInterface()
Service objects are not manipulated directly to protect usage of the service. |
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. |
Uses of Service in net.jxta.pipe |
---|
Subinterfaces of Service in net.jxta.pipe | |
---|---|
interface |
PipeService
This class defines the API to the JXTA Pipe Service. |
Uses of Service in net.jxta.rendezvous |
---|
Subinterfaces of Service in net.jxta.rendezvous | |
---|---|
interface |
RendezVousService
This interface provides an API to the Jxta RendezVous Service. |
Uses of Service in net.jxta.resolver |
---|
Subinterfaces of Service in net.jxta.resolver | |
---|---|
interface |
ResolverService
ResolverService provides a generic mechanism for JXTA Services to send "Queries", and receive "Responses". |
Uses of Service in net.jxta.service |
---|
Methods in net.jxta.service that return Service | |
---|---|
Service |
Service.getInterface()
Service objects are not manipulated directly to protect usage of the service. |
Uses of Service in net.jxta.util |
---|
Methods in net.jxta.util with parameters of type Service | |
---|---|
static ModuleSpecID |
ServiceUtilities.getModuleSpecID(Service service)
Deprecated. |
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |