Package com.ibm.j2g.jca.connector

Examples of com.ibm.j2g.jca.connector.FileRetrieverConnectionFactory


     * @throws NamingException in case the File Retriever EIS is not found
     * @throws ResourceException in case of any problem with File Retriever
     */
    public FileRetrieverConnection getConnection() throws NamingException, ResourceException {
        javax.naming.InitialContext ctx = new javax.naming.InitialContext();
        FileRetrieverConnectionFactory factory =
                (FileRetrieverConnectionFactory)ctx.lookup(CONNECTOR_REF_NAME);
        return factory.getConnection();
    }
View Full Code Here

TOP

Related Classes of com.ibm.j2g.jca.connector.FileRetrieverConnectionFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.