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

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DPropertyKeys.java58 public static final String CONNECT_KEY = BASE + ".connect"; field in class:PropertyKeys
59 public static final String HOST_KEY = CONNECT_KEY + ".host";
60 public static final String PORT_KEY = CONNECT_KEY + ".port";
61 public static final String USER_KEY = CONNECT_KEY + ".user";
62 public static final String PASSWORD_KEY = CONNECT_KEY + ".password";
63 public static final String TRUSTSTORE_KEY = CONNECT_KEY + ".truststore";
64 public static final String TRUSTSTORE_PASSWORD_KEY = CONNECT_KEY + ".truststorePassword";
65 public static final String USE_TLS_KEY = CONNECT_KEY + ".useTLS";
171 props.put(CONNECT_KEY, DEFAULT_CONNECT);
H A DTestMain.java772 if (getter.getboolean(CONNECT_KEY)) {

Completed in 27 milliseconds