gr.uoa.di.madgik.rr.bridge
Interface IRegistryProvider
public interface IRegistryProvider
readConfiguration
void readConfiguration(java.util.Properties config)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
setInMemoryTargets
void setInMemoryTargets(java.util.Set<java.lang.Class<?>> itemTypes)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
prefetchInMemoryItems
void prefetchInMemoryItems()
throws ResourceRegistryException
- Throws:
ResourceRegistryException
persist
void persist(java.util.Set<java.lang.Class<?>> items)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
retrieve
void retrieve(java.util.Set<java.lang.Class<?>> items)
throws ResourceRegistryException
- Throws:
ResourceRegistryException