Uses of Package
net.spy.util

Packages that use net.spy.util
net.spy General Spy Utilites 
net.spy.aaa A Security Manager for use Within Applications 
net.spy.cron Cron type functionality in Java 
net.spy.db SPY Database Layer 
net.spy.net Spy Network Stuff 
net.spy.pool Spy Object Pooling System 
net.spy.util General Spy Utilites 
 

Classes in net.spy.util used by net.spy
NestedException
          An Exception that will allow chaining of another Throwable.
 

Classes in net.spy.util used by net.spy.aaa
NestedException
          An Exception that will allow chaining of another Throwable.
NestedRuntimeException
          An Exception that will allow chaining of another Throwable.
 

Classes in net.spy.util used by net.spy.cron
ThreadPool
          A producer/consumer thread pool for easy parallelism.
ThreadPoolRunnable
          Interface that flags a class as having overridden toString() for debug display in a thread list.
 

Classes in net.spy.util used by net.spy.db
NestedException
          An Exception that will allow chaining of another Throwable.
TTL
          A TTL object is used to express an intent for a process to finish within a certain amount of time.
 

Classes in net.spy.util used by net.spy.net
ThreadPoolRunnable
          Interface that flags a class as having overridden toString() for debug display in a thread list.
 

Classes in net.spy.util used by net.spy.pool
Debug
          Deprecated. use Logger instead
 

Classes in net.spy.util used by net.spy.util
BrokenPromiseException
          Report on a broken promise.
ByteConverionInputStream
          Super class for all ascii decoding input streams.
InterfaceImplementor
          Extend existing classes with missing methods required to implement a specified interface.
LoopingThread
          A Thread that loops over a runLoop().
NestedException
          An Exception that will allow chaining of another Throwable.
NoPathException
           
ReferenceSet
          This class aids in implementing sets of references.
SPNode
          A Node for a shortest path graph.
SPVertex
          A weighted connection to a SPNode.
SpyComparable
          SpyComparible allows a class to describe how two objects should be compared.
SpyLDIF
          An LDIF Entry (returned by SpyLDIFReader).
ThreadPool
          A producer/consumer thread pool for easy parallelism.
ThreadPoolObserver
          Receive notification of job completion.
TTL
          A TTL object is used to express an intent for a process to finish within a certain amount of time.
TTLMonitor
          Monitor TTLs.