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
          Represents an ordered collection of elements.
 interface MappedRecord
          Represents an mapped collection of elements.
 interface ResultSet
          Represents results from a connection.
 

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

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