Uses of Interface
javax.resource.cci.InteractionSpec

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

Uses of InteractionSpec in javax.resource.cci
 

Methods in javax.resource.cci with parameters of type InteractionSpec
 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.
 

Uses of InteractionSpec in sample
 

Classes in sample that implement InteractionSpec
 class InteractionSpecImpl
           
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.