Package org.wso2.carbon.registry.core.jdbc.utils

Class Summary
DumpReader A wrapper for the Reader that will cache the extra bytes consumed by xml stream reader in registry.restore(path, reader) operation which restore the resources from a dump.xml This keep track of the actual reading child resource (using setReadingChildResourceIndex) and consuming child resource with normal read functions, if the consumed ones have higher values than actually reading ones, this will buffer the extra bytes and release it after actual reading ones finished using it.
DumpWriter A wrapper for writer that dumps skipping resource name="foo"
RegistryDataSource Deprecated.
ResourceVersionHolder Deprecated.
ServiceConfigUtil Utilities for configuring services.
Transaction This is the base class that manages the transactional database operations of the Registry.
VersionInputStream This is an implementation of an input stream, wrapping the version list content written to the database.
VersionRetriever Once persisted the versions of a resource will be written as a byte stream and it is often not so useful to be accessed in such a format.
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.