JXTA

Package net.jxta.impl.peergroup

Provides the standard JXTA Peer Group implementations as well as legacy peer group configuration functionality.

See:
          Description

Interface Summary
CompatibilityEquater  
PlatformConfigurator Deprecated. This interface has been replaced with the NetworkConfigurator.
 

Class Summary
AutomaticConfigurator A simple platform configurator.
Boot Deprecated. This code is in no-way dependent upon the implementation and should not have been located here.
ConfigDialog The standard and much loved AWT Configuration dialog
ConfigDialog.BorderPanelGBL A Grid Bag Panel with a border
ConfigDialog.EnablingPanel Manages Service Enabling
ConfigDialog.HostListPanel A list of URIs
ConfigDialog.HostPortPanel Allows for entry of a host address and port number.
ConfigDialog.IfAddrPanel An interface and port selection panel.
ConfigDialog.IPTptPanel  
ConfigDialog.PagesPanel Panel implementing paged tabs.
ConfigDialog.PanelGBL Grid Bag layout panel
ConfigDialog.RdvPanel Manages Rendezvous service options
ConfigDialog.RelayPanel Manages relay service parameters
DefaultConfigurator This implementation provides the ability to reconfigure a JXTA PlatformConfig via an AWT based dialog.
GenericPeerGroup Provides common services for most peer group implementations.
GenericPeerGroup.PeerGroupThreadFactory Our thread factory that adds the threads to our thread group and names the thread to something recognizable.
NullConfigurator A minimal Platform Configurator.
PeerGroupInterface PeerGroupInterface provides a pure interface object that permits interaction with the actual PeerGroup implementation without giving access to the real object.
Platform Provides the implementation for the World PeerGroup.
RefCountPeerGroupInterface RefCountPeerGroupInterface is a PeerGroupInterface object that also serves as a peergroup very-strong reference.
ShadowPeerGroup ShadowPeerGroup is almost a regular StdPeerGroup, except that it borrows its parent's configuration.
StdPeerGroup A subclass of GenericPeerGroup that makes a peer group out of independent plugin services listed in its impl advertisement.
StdPeerGroupParamAdv Deprecated. This internal class will eventually be removed.
 

Enum Summary
ConfigDialog.IPTptPanel.TransportType  
 

Exception Summary
IncompleteConfigurationException A configurator exception which is generated when intervention
 

Package net.jxta.impl.peergroup Description

Provides the standard JXTA Peer Group implementations as well as legacy peer group configuration functionality. The legacy peer configuration classes are all deprecated.

See Also:
JXTA Protocols Specification

JXSE