Searched defs:Interaction (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DInteraction.java47 /** The <code>javax.resource.cci.Interaction</code> enables a component to
48 * execute EIS functions. An Interaction instance supports the following ways
60 * <p>An Interaction instance is created from a Connection and is required
63 * Interaction. The close of an Interaction instance should not close the
72 public interface Interaction { interface
74 /** Closes the current Interaction and release all the resources
76 * Interaction instance does not close the associated Connection
77 * instance. It is recommended that Interaction instances be
80 * @throws ResourceException Failed to close the Interaction
[all...]

Completed in 475 milliseconds