|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.jdbc.EmbeddedRegistry
org.wso2.carbon.registry.core.jdbc.InMemoryEmbeddedRegistry
public class InMemoryEmbeddedRegistry
In-memory implementation of the Embedded Registry.
EmbeddedRegistry
Field Summary | |
---|---|
static String |
IN_MEMORY_DB_DRIVER_NAME
The database driver of the In-memory embedded database. |
static String |
IN_MEMORY_DB_PASSWORD
The password for the In-memory embedded database. |
static String |
IN_MEMORY_DB_URL
The database URL of the In-memory embedded database. |
static String |
IN_MEMORY_DB_USER_NAME
The username for the In-memory embedded database. |
Constructor Summary | |
---|---|
InMemoryEmbeddedRegistry()
Creates an in-memory H2 database based registry without the support for authentication and authorization. |
Method Summary |
---|
Methods inherited from class org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry |
---|
addAspect, addAssociation, addComment, 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, importResource, invokeAspect, invokeAspect, move, newCollection, newResource, put, put, rateResource, removeAspect, removeAssociation, removeComment, removeLink, removeTag, removeVersionHistory, 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 |
Field Detail |
---|
public static final String IN_MEMORY_DB_URL
public static final String IN_MEMORY_DB_DRIVER_NAME
public static final String IN_MEMORY_DB_USER_NAME
public static final String IN_MEMORY_DB_PASSWORD
Constructor Detail |
---|
public InMemoryEmbeddedRegistry() throws RegistryException
RegistryException
- if the creation of the in-memory embedded registry fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |