public interface RecordFactory
Modifier and Type | Method and Description |
---|---|
IndexedRecord |
createIndexedRecord(String recordName)
Creates a IndexedRecord with the specified name.
|
MappedRecord |
createMappedRecord(String recordName)
Creates a MappedRecord with the specified name.
|
MappedRecord createMappedRecord(String recordName) throws ResourceException
ResourceException
IndexedRecord createIndexedRecord(String recordName) throws ResourceException
ResourceException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.