Uses of Interface
com.ldodds.slug.framework.config.Memory

Packages that use Memory
com.ldodds.slug.framework   
com.ldodds.slug.framework.config   
com.ldodds.slug.http   
 

Uses of Memory in com.ldodds.slug.framework
 

Methods in com.ldodds.slug.framework with parameters of type Memory
 void DelegatingConsumerImpl.setMemory(Memory memory)
           
 

Uses of Memory in com.ldodds.slug.framework.config
 

Classes in com.ldodds.slug.framework.config that implement Memory
 class MemoryImpl
          FIXME transactions! Default implementation of the Memory interface.
 

Methods in com.ldodds.slug.framework.config that return Memory
 Memory MemoryFactory.getMemoryFor(Resource forResource)
           
 Memory MemoryFactory.createMemory(Resource memory)
           
 Memory MemoryFactory.createFileMemory(Resource memory)
           
 Memory MemoryFactory.createTemporaryFileMemory()
           
 Memory MemoryFactory.createDatabaseMemory(Resource memory)
           
 Memory MemoryFactory.createDatabaseMemory(java.lang.String user, java.lang.String pass, java.lang.String modelURI, java.lang.String dbURL, java.lang.String dbName, java.lang.String driver)
           
 

Methods in com.ldodds.slug.framework.config with parameters of type Memory
 void MemoryHolder.setMemory(Memory memory)
           
 

Uses of Memory in com.ldodds.slug.http
 

Fields in com.ldodds.slug.http declared as Memory
protected  Memory AbstractResponseStorer._memory
           
 

Methods in com.ldodds.slug.http with parameters of type Memory
 void AbstractResponseStorer.setMemory(Memory memory)
           
 void RDFConsumer.setMemory(Memory memory)
           
 void URLRetrievalWorkerFactory.setMemory(Memory memory)
           
 

Constructors in com.ldodds.slug.http with parameters of type Memory
URLRetrievalWorker(Memory memory, java.lang.String name)