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 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)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.