Uses of Class
net.spy.SpyObject

Packages that use SpyObject
net.spy.cache SPY Caching System 
net.spy.concurrent Concurrent Tools 
net.spy.cron Cron type functionality in Java 
net.spy.db SPY Database Layer 
net.spy.db.savables Savable Collections, etc... 
net.spy.factory SPY Generic Factory System 
net.spy.log Spy Log System 
net.spy.net Spy Network Stuff 
net.spy.pool Spy Object Pooling System 
net.spy.stat Tools for gathering and reporting on statistics 
net.spy.util General Spy Utilites 
 

Uses of SpyObject in net.spy.cache
 

Subclasses of SpyObject in net.spy.cache
 class AbstractCachable
          Abstract implementation of Cachable.
 class AbstractCacheListener
          Abstract implementation of CacheListener
 class SimpleCache
          A simple time-based cache.
 class SpyCache
          Spy in-memory cache object.
 

Uses of SpyObject in net.spy.concurrent
 

Subclasses of SpyObject in net.spy.concurrent
 class Mapper<F,T>
          Map a collection of objects with a given transformer.
 class Rescheduler
          ScheduledExecutorService wrapper that allows RetryableCallable objects to be retried upon failure.
 class SynchronizationObject<T>
          Object that will wait until a predicate determines that the value has been set to a particular value.
 class ThreadPoolObserver
          Receive notification of job completion.
 

Uses of SpyObject in net.spy.cron
 

Subclasses of SpyObject in net.spy.cron
 class Job
          All Jobs should implement this interface.
 class MainJob
          A job that invokes a class's main() method at run time.
 

Uses of SpyObject in net.spy.db
 

Subclasses of SpyObject in net.spy.db
 class AbstractSavable
          Abstract implementation of Savable.
 class CachedResultSetStub
          This object represents a cached java.sql.ResultSet.
 class CachePreparedStatementStub
          Prepared statement for executing cached queries
 class ConnectionSourceFactory
          Get a connection source from a config.
 class DatabaseMetaDataQuerySelector
          Query selection by database product name.
 class DBCP
          Superclass for dynamic SQL calls.
 class DBSP
          Super class for all stored procedure calls.
 class DBSPResult
          ResultSet returned by DBSPs.
 class DBSQL
          Superclass for dynamic SQL calls.
 class FileDriver
           
 class FileResultSetStub
          Stub class for building a ResultSet from a URL.
 class GenericPreparedStatementStub
           
 class GenericResultSetStub
          This object contains all the common stuff required to stub a ResultSet implementation.
 class GetPK
          Primary key generator.
 class JDBCConnectionSource
          Implementation of ConnectionSource that gets connections directly from JDBC.
 class JNDIConnectionSource
          Connection source for getting DB connections from JNDI sources.
 class ObjectPoolConnectionSource
          Connection source to retrieve connections from an ObjectPool.
 class net.spy.db.ProxyResultSet
           
 class QuerySelectorFactory
          Factory for finding a QuerySelector instance.
 class Saver
          Transactional object saver.
 class SpyCacheDB
          Extensions to DB that allow for result set caching.
 class SpyDB
          SpyDB is an abstraction of both net.spy.pool and java.sql.
 class SQLRunner
          Run a SQL script from an InputStream.
 class TransactionPipeline
          Asynchronous Saver.
 

Uses of SpyObject in net.spy.db.savables
 

Subclasses of SpyObject in net.spy.db.savables
 class CollectionSavable
          Wrapper to save an existing collection.
 

Uses of SpyObject in net.spy.factory
 

Subclasses of SpyObject in net.spy.factory
 class CacheKeyFinder
          Locate relevant CacheKeys for a given class.
 class CacheRefresher
          Cache refresh singleton for scheduling and performing cache clears.
 class GenFactory<T>
          Generic object instance cache for objects collections suitable of being stored completely in memory.
 class Storage<T>
          An implementation of CacheEntry that is backed by a HashMap.
 

Uses of SpyObject in net.spy.log
 

Subclasses of SpyObject in net.spy.log
 class Syslog
          Send a message via syslog.
 

Uses of SpyObject in net.spy.net
 

Subclasses of SpyObject in net.spy.net
 class SNPP
          SNPP client.
 class URLItem
          A particular URL that's being watched.
 class URLWatcher
          URLWatcher watches URLs and provides access to the most recent data from the URL.
 

Uses of SpyObject in net.spy.pool
 

Subclasses of SpyObject in net.spy.pool
 class GarbageCollector
          Perform garbage collection with rate control.
 class JDBCPoolAble
          PoolAble object for containing a JDBC object.
 class ObjectPool
          ObjectPool is the entry point for all object pooling facilities in net.spy.pool.*.
 class PoolAble
          PoolAble is the object container that is used to store objects in the pool.
 class PoolContainer
          PoolContainer is the storage for a given pool.
 class PooledObject
          Pooled object return package.
 class SNPPPoolAble
          PoolAble object for containing a SNPP object.
 

Uses of SpyObject in net.spy.stat
 

Subclasses of SpyObject in net.spy.stat
 class ComputingStat
          Stat implementation that keeps averages and standard deviation and stuff.
 class CounterStat
          Simple counter stat.
 class Stat
          Base class for all stats.
 class Stats
          Holder of the stats.
 

Uses of SpyObject in net.spy.util
 

Subclasses of SpyObject in net.spy.util
 class AbstractSPNode<T extends SPNode<T>>
          Abstract implementation of SPNode to make implementation a bit easier.
 class Digest
          Digest for getting checksums, hashing passwords, stuff like that.
 class DigestHex
          Hex digester.
 class Instantiator<C>
          Generic object instantiator.
 class InterfaceImplementor
          Extend existing classes with missing methods required to implement a specified interface.
 class NetStringDecoder
          Decode netstrings.
 class ObjectDump
          Dump an object and all of its contents.
 class ProxyInterfaceImplementor
          Create static proxy implementations of interfaces.
 class SPGen
          Generator for .spt->.java.
 class TTLMonitor
          Monitor TTLs.
 



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.