org.jppf.jca.cci
Class JPPFRecordFactory

java.lang.Object
  extended by 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

Constructor Summary
JPPFRecordFactory()
           
 
Method Summary
 IndexedRecord createIndexedRecord(String name)
          Not supported.
 MappedRecord createMappedRecord(String name)
          Not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPPFRecordFactory

public JPPFRecordFactory()
Method Detail

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.