|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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
Provides an asynchronous mechanism for discovering Advertisement (Peers, Groups, Pipes, Modules, 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
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 ModuleSpecID Advertisement is sought, compatibility is checked on all candidates and load is attempted. |
Module |
PeerGroup.loadModule(ID assignedID,
ModuleSpecID specID,
int where)
Load a module from a ModuleSpecID Advertisement is sought, compatibility is checked on all candidates and load is attempted. |
Uses of Module in net.jxta.pipe |
---|
Subinterfaces of Module in net.jxta.pipe | |
---|---|
interface |
PipeService
Pipes are the core mechanism for exchanging messages between JXTA applications or services. |
Uses of Module in net.jxta.platform |
---|
Subinterfaces of Module in net.jxta.platform | |
---|---|
interface |
Application
This interface defines a JXTA peer group application. |
Methods in net.jxta.platform that return types with arguments of type Module | |
---|---|
abstract Class<? extends Module> |
JxtaLoader.defineClass(ModuleImplAdvertisement impl)
Defines a new class from a Module Impl Advertisement. |
abstract Class<? extends Module> |
JxtaLoader.findClass(ModuleSpecID spec)
Finds and loads the class with the specified spec ID from the URL search path. |
abstract Class<? extends Module> |
JxtaLoader.loadClass(ModuleSpecID spec)
Loads the class with the specified spec ID from the URL search path. |
Method parameters in net.jxta.platform with type arguments of type Module | |
---|---|
abstract ModuleImplAdvertisement |
JxtaLoader.findModuleImplAdvertisement(Class<? extends Module> clazz)
Finds the ModuleImplAdvertisement for the associated class in the context of this ClassLoader. |
Uses of Module in net.jxta.rendezvous |
---|
Subinterfaces of Module in net.jxta.rendezvous | |
---|---|
interface |
RendezVousService
The RendezVous Service provides propagation of messages within a JXTA PeerGroup. |
Uses of Module in net.jxta.resolver |
---|
Subinterfaces of Module in net.jxta.resolver | |
---|---|
interface |
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. |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |