Uses of Interface
javax.resource.cci.Record

Packages that use Record
javax.resource.cci   
 

Uses of Record in javax.resource.cci
 

Subinterfaces of Record in javax.resource.cci
 interface IndexedRecord
           
 interface MappedRecord
           
 interface ResultSet
           
 

Methods in javax.resource.cci that return Record
 Record Interaction.execute(InteractionSpec ispec, Record input)
           
 Record MessageListener.onMessage(Record inputData)
           
 

Methods in javax.resource.cci with parameters of type Record
 boolean Interaction.execute(InteractionSpec ispec, Record input, Record output)
           
 Record Interaction.execute(InteractionSpec ispec, Record input)
           
 Record MessageListener.onMessage(Record inputData)