Project JXTA

Package net.jxta.impl.util

A collection of utility classes used by the JXTA implementation.

See:
          Description

Interface Summary
CacheEntry Part of a pre jdk1.4 replacement for LinkedHashMap which is basically a cache.
CacheEntryListener Part of a pre jdk1.4 replacement for LinkedHashMap which is basically a cache.
ModuleManager.ModuleManagerLoader ModuleManagerLoader interface.
ResourceAccount  
 

Class Summary
AdvCooker Advertisements and ID's "cooked" according to recipes lifted from J-C and Frog.
Base64 Deprecated. Planned for removal.
BASE64InputStream An InputStream implementation which decodes BASE64 encoded data from a text Reader.
BASE64OutputStream An OutputStream implementation which encodes the written bytes into BASE64 encoded character data and writes the output to an associated text Writer.
Cache A pre jdk1.4 replacement for LinkedHashMap which is basically a cache.
ConsumerBiasedQueue A queue who's implementation is biased towards effciency in removing elements from the queue.
Dlink A dlinkable base class.
Dlist A cheap doubly linked list.
DynamicEnumeration A dynamic Enumeration which allows items to added to the enumeration while it is in use.
EndpointServiceStatsFilter Instances of this clas can be registered with an EndpointService to gather statistics about what kind of messages pass through it.
FastHashMap  
GenerateID Generate a new JXTA IDs from the command line.
JxtaHash A message digest wrapper to provide hashing using java.security.MesssageDigest
ModuleManager Module Manager.
ProducerBiasedQueue A queue who's implementation is biased towards effciency in adding elements to the queue.
ResourceDispatcher  
SequenceIterator This class lets you combine a number of iterators.
TimerThreadNamer A simple timer task who's sole purpose is to name the Thread on which timer tasks are running.
TimeUtils Utilities for manipulating absolute and relative times and for accelerating and decelerating time for testing purposes.
UnbiasedQueue A generic queue class.
UnbiasedQueue.SynchronizedQueue An inner class for wrapping arbitrary queues with synchronization.
 

Package net.jxta.impl.util Description

A collection of utility classes used by the JXTA implementation. These utilities are not exposed in the public JXTA API because they are either specific to the implementation or not specifically related to JXTA.


JXTA J2SE