org.jboss.system.server.profileservice.repository.clustered.local
Interface ContentMetadataPersister

All Known Implementing Classes:
AbstractContentMetadataPersister, JAXBRepositoryContentMetadataPersister

public interface ContentMetadataPersister

Object responsible for maintaining a persistent copy of a node's RepositoryContentMetadata.

Version:
$Revision: $
Author:
Brian Stansberry

Method Summary
 RepositoryContentMetadata load(String storeName)
          Load content metadata from the persistent store.
 void store(String storeName, RepositoryContentMetadata metadata)
          Store content metadata to the persistent store.
 

Method Detail

load

RepositoryContentMetadata load(String storeName)
Load content metadata from the persistent store.

Parameters:
storeName - name of the store. Cannot be null
Returns:
the metadata

store

void store(String storeName,
           RepositoryContentMetadata metadata)
Store content metadata to the persistent store.

Parameters:
storeName - name of the store. Cannot be null
metadata - the metadata. Cannot be null


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.