Connector Architecture 1.6 API 1.0.0.Final

Uses of Interface
javax.resource.cci.Record

Packages that use Record
javax.resource.cci The javax.resource.cci package contains API specification for the Common Client Interface (CCI). 
 

Uses of Record in javax.resource.cci
 

Subinterfaces of Record in javax.resource.cci
 interface IndexedRecord
          IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
 interface MappedRecord
          The interface javax.resource.cci.MappedRecord is used for key-value map based representation of record elements.
 interface ResultSet
          A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction..
 

Methods in javax.resource.cci that return Record
 Record Interaction.execute(InteractionSpec ispec, Record input)
          Executes an interaction represented by the InteractionSpec.
 Record MessageListener.onMessage(Record inputData)
          This method allows an EIS to call a message endpoint using a request-response style communication.
 

Methods in javax.resource.cci with parameters of type Record
 Record Interaction.execute(InteractionSpec ispec, Record input)
          Executes an interaction represented by the InteractionSpec.
 boolean Interaction.execute(InteractionSpec ispec, Record input, Record output)
          Executes an interaction represented by the InteractionSpec.
 Record MessageListener.onMessage(Record inputData)
          This method allows an EIS to call a message endpoint using a request-response style communication.
 


Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.