org.springframework.jca.cci.connection
Class NotSupportedRecordFactory
java.lang.Object
   org.springframework.jca.cci.connection.NotSupportedRecordFactory
org.springframework.jca.cci.connection.NotSupportedRecordFactory
- All Implemented Interfaces: 
- RecordFactory
- public class NotSupportedRecordFactory 
- extends Object- implements RecordFactory
Implementation of the CCI RecordFactory interface that always throws
 NotSupportedException.
 
Useful as a placeholder for a RecordFactory argument (for example as
 defined by the RecordCreator callback), in particular when the connector's
 ConnectionFactory.getRecordFactory() implementation happens to
 throw NotSupportedException early rather than throwing the exception from
 RecordFactory's methods.
- Since:
- 1.2.4
- Author:
- Juergen Hoeller
- See Also:
- RecordCreator.createRecord(javax.resource.cci.RecordFactory),- CciTemplate.getRecordFactory(javax.resource.cci.ConnectionFactory),- ConnectionFactory.getRecordFactory(),- NotSupportedException
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NotSupportedRecordFactory
public NotSupportedRecordFactory()
createMappedRecord
public MappedRecord createMappedRecord(String name)
                                throws ResourceException
- 
- Specified by:
- createMappedRecordin interface- RecordFactory
 
- 
- Throws:
- ResourceException
 
createIndexedRecord
public IndexedRecord createIndexedRecord(String name)
                                  throws ResourceException
- 
- Specified by:
- createIndexedRecordin interface- RecordFactory
 
- 
- Throws:
- ResourceException
 
Copyright © 2002-2008 The Spring Framework.