站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.resource.cci.Record (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.resource.cci.Record

Packages that use Record
javax.resource.cci J2EE Connector API - Common Client Interface. 
 

Uses of Record in javax.resource.cci
 

Subinterfaces of Record in javax.resource.cci
 interface IndexedRecord
          The IndexedRecord interface is used for list oriented representations of the Record elements.
 interface MappedRecord
          The MappedRecord interface is used for key-value map based representation of the Record elements.
 interface ResultSet
          A ResultSet represents tabular data returned from the underlying resource by the execution of an interaction.
 

Methods in javax.resource.cci that return Record
 Record MessageListener.onMessage(Record inputData)
          Request response style message listener
 Record Interaction.execute(InteractionSpec spec, Record input)
          Executes the interaction specified by the InteractionSpec with the specified input.
 

Methods in javax.resource.cci with parameters of type Record
 Record MessageListener.onMessage(Record inputData)
          Request response style message listener
 Record Interaction.execute(InteractionSpec spec, Record input)
          Executes the interaction specified by the InteractionSpec with the specified input.
 boolean Interaction.execute(InteractionSpec spec, Record input, Record output)
          Executes the interaction specified by the InteractionSpec with the specified input.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.