JXTA

Uses of Package
net.jxta.util

Packages that use net.jxta.util
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
net.jxta.id IDs are used within JXTA to refer to peers, peer groups, pipes and other types of resources. 
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
 

Classes in net.jxta.util used by net.jxta.document
ClassFactory
          This util class provides methods needed by class construction factories.
 

Classes in net.jxta.util used by net.jxta.endpoint
AbstractSimpleSelectable
          This a tool to implement selectable objects.
ClassFactory
          This util class provides methods needed by class construction factories.
SimpleSelectable
          This the interface that all selectable objects expose.
 

Classes in net.jxta.util used by net.jxta.id
ClassFactory
          This util class provides methods needed by class construction factories.
 

Classes in net.jxta.util used by net.jxta.util
AbstractSimpleSelectable
          This a tool to implement selectable objects.
JxtaBiDiPipe
          JxtaBiDiPipe is a pair of UnicastPipe channels that implements a bidirectional pipe.
PipeEventListener
          The listener interface for receiving JxtaBiDiPipe events.
PipeStateListener
          The listener interface for receiving JxtaBiDiPipe events.
SimpleSelectable
          This the interface that all selectable objects expose.
SimpleSelectable.IdentityReference
          A simple reference object that can be put in a map instead of the one it refers to.
SimpleSelector
          A very primitive version of NIO's select mechanism.
WatchedStream
          Deprecated. This class is no longer used by the JXTA core and should not have been part of the public JXTA API. If you use it, copy it to your own source base. It will be deleted after June 2007 release.
 


JXSE