Searched defs:reporter (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/
H A DBundleUtil.java63 private static Reporter reporter; field in class:BundleUtil
74 reporter = new Reporter(args[1]);
79 reporter = new Reporter(args[1]);
142 reporter.printStatus(testName, failCode);
H A DTestClient.java55 private static Reporter reporter; field in class:TestClient
60 reporter = new Reporter(args[2]); //args[2] has testResult filename
111 reporter.printStatus(testName, passCode);
116 reporter.printStatus(testName, failCode);
/glassfish-3.1.2/tests/jbi/lib/
H A Dreporter.jar ... sun/ejte/ com/sun/ejte/ccl/ com/sun/ejte/ccl/reporter/ com/sun/ejte/ccl/reporter/EnterpriseBeanLogger.class EnterpriseBeanLogger. ...
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DMonitoringReporter.java151 reporter = (ActionReporter) context.getActionReport();
153 if (reporter instanceof PlainTextActionReporter) {
155 plainReporter = (PlainTextActionReporter) reporter;
157 else if (reporter instanceof PropsFileActionReporter) {
159 reporter = plainReporter;
178 reporter.setFailureCause(e);
247 ActionReport.MessagePart topPart = reporter.getTopMessagePart();
267 ActionReport.MessagePart topPart = reporter.getTopMessagePart();
559 reporter.setActionExitCode(FAILURE);
565 reporter
652 private ActionReporter reporter; field in class:MonitoringReporter
[all...]

Completed in 1371 milliseconds