Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.resource.cci.Record

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 MessageListener.onMessage(Record inputData)
           
 Record Interaction.execute(InteractionSpec ispec, Record input)
           
 

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