Searched refs:ConnectionSpec (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DConnectionSpec.java43 /** ConnectionSpec is used by an application component to pass
47 * <p>It is recommended that the ConnectionSpec interface be
49 * on the ConnectionSpec implementation class must be defined
53 * for an ConnectionSpec. The properties are defined either on
55 * ConnectionSpec interface. In addition, a resource adapter may
63 public interface ConnectionSpec { interface
H A DConnectionFactory.java96 * the getConnection variant with javax.resource.cci.ConnectionSpec
101 * ConnectionSpec instance.
113 * ConnectionSpec instance
131 * @see javax.resource.cci.ConnectionSpec
134 Connection getConnection(ConnectionSpec properties)

Completed in 11 milliseconds