Uses of Class
net.spy.SpyObject

Packages that use SpyObject
net.spy.cache SPY Caching System 
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.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 LRUCache
          A fixed-size least-recently-used cache.
 class SpyCache
          Spy in-memory cache object.
 

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 file.
 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 GenFactory
          Generic object instance cache.
 class HashCacheEntry
          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.util
 

Subclasses of SpyObject in net.spy.util
 class AbstractSPNode
          Abstract implementation of SPNode to make implementation a bit easier.
 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 ThreadPoolObserver
          Receive notification of job completion.
 class TTLMonitor
          Monitor TTLs.
 



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