|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances. Note that the RecordFactory is only used for creation of generic record instances. A CCI implementation provides an implementation class for the RecordFactory interface.
IndexedRecord
,
MappedRecord
Method Summary | |
IndexedRecord |
createIndexedRecord(String recordName)
Creates a IndexedRecord. |
MappedRecord |
createMappedRecord(String recordName)
Creates a MappedRecord. |
Method Detail |
public MappedRecord createMappedRecord(String recordName) throws ResourceException
recordName
- Name of the Record
ResourceException
- Failed to create a MappedRecord.
Example error cases are:
NotSupportedException
- Operation not supportedpublic IndexedRecord createIndexedRecord(String recordName) throws ResourceException
recordName
- Name of the Record
ResourceException
- Failed to create an IndexedRecord.
Example error cases are:
NotSupportedException
- Operation not supported
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.