org.wso2.carbon.registry.core.jdbc
Class InMemoryEmbeddedRegistry
java.lang.Object
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry
org.wso2.carbon.registry.core.jdbc.InMemoryEmbeddedRegistry
- All Implemented Interfaces:
- CoreRegistry, Registry
public class InMemoryEmbeddedRegistry
- extends EmbeddedRegistry
In-memory implementation of the Embedded Registry.
- See Also:
EmbeddedRegistry
Constructor Summary |
InMemoryEmbeddedRegistry()
Creates an in-memory H2 database based registry without the support for authentication and
authorization. |
Methods inherited from class org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry |
addAspect, addAssociation, addComment, applyTag, associateAspect, beginTransaction, commitTransaction, configure, copy, createLink, createLink, createVersion, delete, dump, editComment, executeQuery, get, get, getAllAssociations, getAspectActions, getAssociations, getAvailableAspects, getAverageRating, getComments, getEventingServiceURL, getLogCollection, getLogs, getMetaData, getRating, getRegistryContext, getResourcePathsWithTag, getTags, getVersions, importResource, invokeAspect, move, newCollection, newResource, put, rateResource, removeAspect, removeAssociation, removeComment, removeLink, removeTag, rename, resourceExists, restore, restoreVersion, rollbackTransaction, searchContent, setEventingServiceURL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IN_MEMORY_DB_URL
public static final String IN_MEMORY_DB_URL
- See Also:
- Constant Field Values
IN_MEMORY_DB_DRIVER_NAME
public static final String IN_MEMORY_DB_DRIVER_NAME
- See Also:
- Constant Field Values
IN_MEMORY_DB_USER_NAME
public static final String IN_MEMORY_DB_USER_NAME
- See Also:
- Constant Field Values
IN_MEMORY_DB_PASSWORD
public static final String IN_MEMORY_DB_PASSWORD
- See Also:
- Constant Field Values
InMemoryEmbeddedRegistry
public InMemoryEmbeddedRegistry()
throws RegistryException
- Creates an in-memory H2 database based registry without the support for authentication and
authorization.
- Throws:
RegistryException
- if the creation of the in-memory embedded registry fails.
Copyright © 2010. All Rights Reserved.