gr.uoa.di.madgik.rr.access
Class InMemoryStore
java.lang.Object
gr.uoa.di.madgik.rr.access.InMemoryStore
public class InMemoryStore
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setItems
public static void setItems(java.lang.Class<?> type,
java.util.Set<? extends IRRElement> items)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
setItem
public static void setItem(java.lang.Class<?> type,
IRRElement item)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
removeItem
public static void removeItem(java.lang.Class<?> type,
java.lang.String id)
getItems
public static java.util.Set<IRRElement> getItems(java.lang.Class<?> type)
getItem
public static IRRElement getItem(java.lang.Class<?> type,
java.lang.String id)
hasItem
public static boolean hasItem(java.lang.Class<?> type,
java.lang.String id)
clear
public static void clear()
containsItemType
public static boolean containsItemType(java.lang.String type)