Package de.netseeker.ejoe.test

Source Code of de.netseeker.ejoe.test.BaseClientTest

/*********************************************************************
* BaseClientTest.java
* created on 15.08.2004 by netseeker
* $Source: /cvsroot/ejoe/EJOE/test/de/netseeker/ejoe/test/BaseClientTest.java,v $
* $Date: 2007/03/02 17:55:45 $
* $Revision: 1.22 $
*********************************************************************/

package de.netseeker.ejoe.test;

import de.netseeker.ejoe.EJClient;

/**
* @author netseeker aka Michael Manske
*/
public class BaseClientTest extends BaseTest
{
    protected EJClient getNewClient()
    {
        EJClient client = new EJClient( "127.0.0.1", port );
        client.enablePersistentConnection( persistent );
        return client;
    }
}
TOP

Related Classes of de.netseeker.ejoe.test.BaseClientTest

TOP
Copyright © 2018 www.massapi.com. 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.