org.jppf.jca.cci
Class JPPFRecordFactory
java.lang.Object
org.jppf.jca.cci.JPPFRecordFactory
- All Implemented Interfaces:
- RecordFactory
public class JPPFRecordFactory
- extends Object
- implements RecordFactory
Implementation of the RecordFactory interface for
the JPPF resource adapter.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPPFRecordFactory
public JPPFRecordFactory()
createIndexedRecord
public IndexedRecord createIndexedRecord(String name)
throws ResourceException
- Not supported.
- Specified by:
createIndexedRecord in interface RecordFactory
- Parameters:
name - not used.
- Returns:
- nothing.
- Throws:
ResourceException - always.- See Also:
RecordFactory.createIndexedRecord(java.lang.String)
createMappedRecord
public MappedRecord createMappedRecord(String name)
throws ResourceException
- Not supported.
- Specified by:
createMappedRecord in interface RecordFactory
- Parameters:
name - not used.
- Returns:
- nothing.
- Throws:
ResourceException - always.- See Also:
RecordFactory.createMappedRecord(java.lang.String)
Copyright © 2005-2010 JPPF Team.