C D E O

C

closeConnection(Connection) - Static method in class org.ikasan.client.ConnectionTemplate
Closes the connection, suppressing any exceptions
ConnectionCallback - Interface in org.ikasan.client
Callback interface for JCA connection code.
ConnectionTemplate - Class in org.ikasan.client
Similar in style to Spring's JMSTemplate, this code ensures that all code mean to run against a JCA connection will be supplied with a Connection from the ConnectionFactory, ensuring that that Connection is safely closed when done, regardless of the way the routine completes
ConnectionTemplate(ConnectionFactory, ConnectionSpec) - Constructor for class org.ikasan.client.ConnectionTemplate
Constructor

D

doInConnection(Connection) - Method in interface org.ikasan.client.ConnectionCallback
Code encapsulated by implementations of this will be run against the Connection

E

execute(ConnectionCallback) - Method in class org.ikasan.client.ConnectionTemplate
Execute the action specified by the given action object with a Connection.

O

org.ikasan.client - package org.ikasan.client
 

C D E O

Copyright © 2007-2012 Ikasan. All Rights Reserved.