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
ResourceExceptionIndexedRecord createIndexedRecord(String recordName) throws ResourceException
ResourceExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.