Searched defs:trace (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/trace/
H A DInvalidTraceLevelException.java41 package com.sun.jts.trace;
H A DTraceLevel.java41 package com.sun.jts.trace;
44 * The class contains the constants for different trace levels.
H A DTraceRecordFormatter.java41 package com.sun.jts.trace;
48 * This class is used to format the trace record.
100 * the trace and record and their order of occurrence.
106 String traceRecordScheme = "<trace-record-tag><level><separator><omg-tid><separator><current-time-in-milliseconds><separator><originator><separator><message>";
H A DTraceUtil.java41 package com.sun.jts.trace;
51 * This class is used to set trace properties and print trace statements. The print method does the printing.
56 * It uses TraceRecordFormatter for formatting the trace record.
74 * Initialises the trace class with given output writer.
104 * Gets the current trace level. Returns an integer as per the TraceLevel constants.
114 * Sets the current trace level. The argument is tested for its validity and trace level is set.
142 * This method formats and writes the trace record to output writer. The method is called
143 * with a tracelevel, which is checked with current trace leve
[all...]
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/monitoring/
H A DThreadLocalInfo.java49 * for servlet invocations to trace the messages.
73 public void setRequestMessageTrace(MessageTraceImpl trace) { argument
74 requestMessageTrace = trace;
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DTestUtil.java78 trace(final Object o) { method in class:TestUtil
101 trace(ExceptionUtil.toString(e));
191 trace(ExceptionUtil.toString(e));
H A DJMXTestBase.java212 trace(final Object o) { method in class:JMXTestBase
269 trace(o);
276 trace("\nWARNING: " + msg + "\n");
281 trace("\nFAILURE: " + msg + "\n");
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/support/
H A DCreateRemoveListener.java89 //trace( "CreateRemoveListener:\n" + SmartStringifier.toString( notifIn ) + ":\n" + objectName );
102 trace(Object o) { method in class:CreateRemoveListener
121 trace("waiting " + millis + "ms for CONFIG_CREATED_NOTIFICATION_TYPE for " + mNameExpected);
131 trace("waiting " + millis + "ms for CONFIG_REMOVED_NOTIFICATION_TYPE for " + mNameExpected);
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DServiceAdapter.java154 void trace(String s) { method in class:ServiceAdapter
155 if (info.trace)
H A DPlatformServicesInfo.java108 public void setTrace(boolean trace) { argument
109 this.trace = trace;
174 boolean trace; field in class:PlatformServicesInfo
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/connect/
H A DNodeRunnerDcom.java114 private void trace(String s) { method in class:NodeRunnerDcom
H A DNodeRunnerSsh.java120 trace("Running command on " + node.getNodeHost() + ": " +
160 private void trace(String s) { method in class:NodeRunnerSsh
H A DNodeRunner.java186 trace("Running command locally: " + lastCommandRun);
236 private void trace(String s) { method in class:NodeRunner
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DTransactionManagerImpl.java229 * @param trace enable JTS tracing
234 boolean trace, String traceDir) {
242 if (trace) {
243 props.put("com.sun.jts.trace"/*#Frozen*/, "true"/*#Frozen*/);
658 * a simple assertion mechanism that print stack trace
233 initJTSProperties(Properties props, String logDir, boolean trace, String traceDir) argument
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DMBeanImplBase.java233 protected final void trace(Object o) { method in class:MBeanImplBase
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFLauncher.java396 normal, debug, trace, fake enum constant in enum:GFLauncher.LaunchType
511 String trace = getDeadProcessTrace(process);
512 if (trace != null)
513 throw new GFLauncherException(trace);
522 String trace = strings.get("server_process_died", ev, output);
523 return trace;

Completed in 51 milliseconds