| 
|||||||||
| 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. 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(java.lang.String recordName)
Creates a IndexedRecord.  | 
 MappedRecord | 
createMappedRecord(java.lang.String recordName)
Creates a MappedRecord.  | 
| Method Detail | 
|---|
MappedRecord createMappedRecord(java.lang.String recordName)
                                throws ResourceException
recordName - Name of the Record
ResourceException - Failed to create a MappedRecord.
                             Example error cases are:
                              
          NotSupportedException - Operation not supported
IndexedRecord createIndexedRecord(java.lang.String recordName)
                                  throws ResourceException
recordName - Name of the Record
ResourceException - Failed to create an IndexedRecord.
                             Example error cases are:
                              
          NotSupportedException - Operation not supported
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41