Searched defs:ASADMIN (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/tests/quicklook/admincli/src/test/admincli/
H A DExistStatusTests.java50 private String ASADMIN = System.getProperty("ASADMIN"); field in class:ExistStatusTests
54 // System.out.println(ASADMIN);
55 cmd = ASADMIN + " create-jdbc-connection-pool " +
66 cmd = ASADMIN + " ping-connection-pool DerbyPool";
68 cmd1 = ASADMIN + " ping-connection-pool QLJdbcPool";
75 cmd = ASADMIN + " delete-jdbc-connection-pool QLJdbcPool";
/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/test/mdb/
H A DMDBTests.java52 private String ASADMIN = System.getProperty("ASADMIN"); field in class:MDBTests
59 cmd = ASADMIN + " multimode --file " + batchFile1;
67 cmd = ASADMIN + " deploy --retrieve=" + mdbAppDir
85 cmd = ASADMIN + " undeploy " + mdbApp;
94 cmd = ASADMIN + " multimode --file " + batchFile2;

Completed in 66 milliseconds