Project JXTA

Uses of Interface
net.jxta.platform.Module

Packages that use Module
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.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.meter Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. 
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.platform Classes for defining code modules within JXTA. 
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
 

Uses of Module in net.jxta.access
 

Subinterfaces of Module 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 Module in net.jxta.discovery
 

Subinterfaces of Module 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 Module in net.jxta.endpoint
 

Subinterfaces of Module in net.jxta.endpoint
 interface EndpointService
          The EndpointService provides the API for sending and receiving messages between peers.
 

Uses of Module in net.jxta.membership
 

Subinterfaces of Module in net.jxta.membership
 interface MembershipService
          The membership service allows a peer to establish an identity within a peer group.
 

Uses of Module in net.jxta.meter
 

Subinterfaces of Module in net.jxta.meter
 interface ServiceMonitor
          The base interface for all ServiceMonitors For complete information about Service Monitors see the Document Designing and Implementing Service Monitors
 

Uses of Module in net.jxta.peer
 

Subinterfaces of Module 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 Module in net.jxta.peergroup
 

Subinterfaces of Module 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 Module
 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 Module
 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.
 Module LightWeightPeerGroup.loadModule(ID assignedID, ModuleSpecID specID, int where)
          Load a module from a spec id.
 Module PeerGroup.loadModule(ID assignedID, ModuleSpecID specID, int where)
          Load a module from a spec id.
 

Uses of Module in net.jxta.pipe
 

Subinterfaces of Module in net.jxta.pipe
 interface PipeService
          This class defines the API to the JXTA Pipe Service.
 

Uses of Module in net.jxta.platform
 

Subinterfaces of Module in net.jxta.platform
 interface Application
          This interface defines a JXTA peer group application.
 

Uses of Module in net.jxta.rendezvous
 

Subinterfaces of Module in net.jxta.rendezvous
 interface RendezVousService
          This interface provides an API to the Jxta RendezVous Service.
 

Uses of Module in net.jxta.resolver
 

Subinterfaces of Module in net.jxta.resolver
 interface ResolverService
          ResolverService provides a generic mechanism for JXTA Services to send "Queries", and receive "Responses".
 

Uses of Module in net.jxta.service
 

Subinterfaces of Module in net.jxta.service
 interface Service
          This interface implements the peer group service interface.
 


JXTA J2SE