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 © 2013 JBoss by Red Hat. All rights reserved.