Package org.apache.geronimo.gjndi.binding

Examples of org.apache.geronimo.gjndi.binding.MockDataSource


*/

public class MockResourceSource implements ResourceSource {
   
    public Object $getResource() throws Throwable {
        return new MockDataSource();
    }
View Full Code Here


* @version $Rev: 707233 $ $Date: 2008-10-23 08:11:58 +0800 (Thu, 23 Oct 2008) $
*/
@GBean
public class MockResourceSource implements ResourceSource {
    public Object $getResource() throws Throwable {
        return new MockDataSource();
    }
View Full Code Here

* @version $Rev: 905918 $ $Date: 2010-02-03 15:26:50 +0800 (Wed, 03 Feb 2010) $
*/
@GBean
public class MockResourceSource implements ResourceSource {
    public Object $getResource() throws Throwable {
        return new MockDataSource();
    }
View Full Code Here

*/

public class MockResourceSource implements ResourceSource {
   
    public Object $getResource() throws Throwable {
        return new MockDataSource();
    }
View Full Code Here

* @version $Rev: 905918 $ $Date: 2010-02-03 02:26:50 -0500 (Wed, 03 Feb 2010) $
*/
@GBean
public class MockResourceSource implements ResourceSource {
    public Object $getResource() throws Throwable {
        return new MockDataSource();
    }
View Full Code Here

* @version $Rev: 707233 $ $Date: 2008-10-22 17:11:58 -0700 (Wed, 22 Oct 2008) $
*/
@GBean
public class MockResourceSource implements ResourceSource {
    public Object $getResource() throws Throwable {
        return new MockDataSource();
    }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.gjndi.binding.MockDataSource

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.