Class BaseRemoteTest
- java.lang.Object
-
- org.hpccsystems.ws.client.platform.test.BaseRemoteTest
-
public abstract class BaseRemoteTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static Connection
connection
protected static String
connString
protected static Integer
connTO
static String
DEFAULTHPCCFILENAME
static String
DEFAULTHPCCSUPERFILENAME
protected static String
defaultUserName
protected static String
hpccPass
protected static String
hpccUser
protected static Platform
platform
protected static String
roxieClusterGroup
protected static String
roxieclustername
protected static String
sockTO
protected static String
thorClusterFileGroup
protected static String
thorclustername
protected static HPCCWsClient
wsclient
-
Constructor Summary
Constructors Constructor Description BaseRemoteTest()
-
-
-
Field Detail
-
platform
protected static Platform platform
-
wsclient
protected static HPCCWsClient wsclient
-
connString
protected static final String connString
-
thorClusterFileGroup
protected static final String thorClusterFileGroup
-
thorclustername
protected static final String thorclustername
-
roxieClusterGroup
protected static final String roxieClusterGroup
-
roxieclustername
protected static final String roxieclustername
-
defaultUserName
protected static final String defaultUserName
- See Also:
- Constant Field Values
-
connection
protected static Connection connection
-
hpccUser
protected static final String hpccUser
-
hpccPass
protected static final String hpccPass
-
connTO
protected static final Integer connTO
-
sockTO
protected static final String sockTO
-
DEFAULTHPCCFILENAME
public static final String DEFAULTHPCCFILENAME
- See Also:
- Constant Field Values
-
DEFAULTHPCCSUPERFILENAME
public static final String DEFAULTHPCCSUPERFILENAME
- See Also:
- Constant Field Values
-
-