|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecordFactory
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
| Method Summary | |
|---|---|
IndexedRecord |
createIndexedRecord(String recordName)
Creates a IndexedRecord with the specified name. |
MappedRecord |
createMappedRecord(String recordName)
Creates a MappedRecord with the specified name. |
| Method Detail |
|---|
MappedRecord createMappedRecord(String recordName)
throws ResourceException
ResourceException
IndexedRecord createIndexedRecord(String recordName)
throws ResourceException
ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||