Remote Systems
v6.4.1

com.ibm.etools.systems.universal.miners
Class UniversalServerUtilities

java.lang.Object
  extended bycom.ibm.etools.systems.universal.miners.UniversalServerUtilities

public class UniversalServerUtilities
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
UniversalServerUtilities()
           
 
Method Summary
static String getUserPreferencesDirectory()
          getUserPreferencesDirectory() - returns directory on IFS where to store user settings
static void logDebugMessage(String minerName, String message)
          logDebugMessage
static void logError(String minerName, String message, Throwable exception)
          logError
static void logInfo(String minerName, String message)
          logInfo
static void logWarning(String minerName, String message)
          logWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

UniversalServerUtilities

public UniversalServerUtilities()
Method Detail

getUserPreferencesDirectory

public static String getUserPreferencesDirectory()
getUserPreferencesDirectory() - returns directory on IFS where to store user settings


logInfo

public static void logInfo(String minerName,
                           String message)
logInfo

Parameters:
minerName -
message - Message text to be logged.

logWarning

public static void logWarning(String minerName,
                              String message)
logWarning

Parameters:
minerName -
message - Message text to be logged.

logError

public static void logError(String minerName,
                            String message,
                            Throwable exception)
logError

Parameters:
minerName -
message - Message text to be logged.
exception - Exception that generated the error. Used to print a stack trace.

logDebugMessage

public static void logDebugMessage(String minerName,
                                   String message)
logDebugMessage

Parameters:
minerName -
message - Message text to be logged.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.