com.ptc.windchill.upgrade.dust
Class ExportLogging

java.lang.Object
  extended bycom.ptc.windchill.upgrade.dust.ExportLogging

public class ExportLogging
extends Object

Performs I/O for the export service.


Field Summary
private static boolean DEVELOPER_MODE
           
private  PrintWriter log_
           
private  String logLocation_
           
private  WTProperties props
           
private static String RESOURCE
           
private  String serverUrl_
           
private static String STDERR
           
private  TimerStats timerStats
           
private  String userAdminName
           
 
Constructor Summary
ExportLogging()
           
 
Method Summary
protected  void finalize()
           
protected  PrintWriter getLog()
           
protected  String getLogLocation()
           
 String getServerUrl()
           
protected  void report(String message)
           
protected  void report(String message_key, Object[] args)
           
protected  boolean sendFeedback(String msg)
           
protected  void warning(String localized_message)
           
protected  void warning(String message_key, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVELOPER_MODE

private static final boolean DEVELOPER_MODE
See Also:
Constant Field Values

RESOURCE

private static final String RESOURCE

STDERR

private static final String STDERR
See Also:
Constant Field Values

timerStats

private TimerStats timerStats

log_

private PrintWriter log_

logLocation_

private String logLocation_

serverUrl_

private String serverUrl_

userAdminName

private String userAdminName

props

private WTProperties props
Constructor Detail

ExportLogging

public ExportLogging()
              throws WTException
Method Detail

finalize

protected void finalize()
                 throws Throwable
Throws:
Throwable

getLog

protected final PrintWriter getLog()

getLogLocation

protected final String getLogLocation()

report

protected void report(String message)

report

protected void report(String message_key,
                      Object[] args)

warning

protected void warning(String localized_message)

warning

protected void warning(String message_key,
                       Object[] args)

sendFeedback

protected boolean sendFeedback(String msg)
                        throws InterruptedException
Throws:
InterruptedException

getServerUrl

public final String getServerUrl()