| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.loader.AbstractCacheLoader
org.jboss.cache.loader.AdjListJDBCCacheLoader
org.jboss.cache.loader.JDBCCacheLoaderOld
JDBCCacheLoader.
@Deprecated public class JDBCCacheLoaderOld
JDBC CacheLoader implementation.
This implementation uses one table. The table consists of three columns:
| Field Summary | 
|---|
| Fields inherited from class org.jboss.cache.loader.AdjListJDBCCacheLoader | 
|---|
| cf, driverName, lock, NULL_NODE_IN_ROW | 
| Fields inherited from class org.jboss.cache.loader.AbstractCacheLoader | 
|---|
| buddyFqnTransformer, cache, regionManager, transactions | 
| Constructor Summary | |
|---|---|
| JDBCCacheLoaderOld()Deprecated. | |
| Method Summary | |
|---|---|
|  CacheLoaderConfig.IndividualCacheLoaderConfig | getConfig()Deprecated. Gets the configuration. | 
| protected  org.apache.commons.logging.Log | getLogger()Deprecated. | 
|  AdjListJDBCCacheLoaderConfig | processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig base)Deprecated. | 
|  void | put(Fqn name,
    Map attributes)Deprecated. Adds attributes from the passed in map to the existing node. | 
|  void | put(Fqn name,
    Map attributes,
    boolean override)Deprecated. | 
|  Object | put(Fqn name,
    Object key,
    Object value)Deprecated. Adds/overrides a value in a node for a key. | 
|  void | remove(Fqn name)Deprecated. Removes a node and all its children. | 
| Methods inherited from class org.jboss.cache.loader.AdjListJDBCCacheLoader | 
|---|
| commit, exists, get, getChildrenNames, getDriverName, insertNode, loadNode, marshall, populatePreparedStatementForInsert, prepare, prepareAndLogStatement, remove, removeData, reportAndRethrowError, rollback, safeClose, safeClose, safeClose, setConfig, start, stop, tableExists, unmarshall, updateNode | 
| Methods inherited from class org.jboss.cache.loader.AbstractCacheLoader | 
|---|
| create, destroy, doMarshall, doUnmarshall, getMarshaller, getNodeDataList, loadEntireState, loadState, loadStateHelper, move, put, regionAwareMarshall, regionAwareUnmarshall, setCache, setRegionManager, storeEntireState, storeState, storeStateHelper | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JDBCCacheLoaderOld()
| Method Detail | 
|---|
public AdjListJDBCCacheLoaderConfig processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig base)
processConfig in class AdjListJDBCCacheLoaderpublic CacheLoaderConfig.IndividualCacheLoaderConfig getConfig()
CacheLoader
CacheLoaderConfig.IndividualCacheLoaderConfig object.
public Object put(Fqn name,
                  Object key,
                  Object value)
           throws Exception
name - node's fqnkey - attribute's keyvalue - attribute's value
Exception
public void put(Fqn name,
                Map attributes)
         throws Exception
name - node's fqnattributes - attributes
Exception
public void remove(Fqn name)
            throws Exception
name - node's fqn
Exception
public void put(Fqn name,
                Map attributes,
                boolean override)
         throws Exception
put in class AbstractCacheLoaderExceptionprotected org.apache.commons.logging.Log getLogger()
getLogger in class AdjListJDBCCacheLoader| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||