ABLE, Version 1.1b

com.ibm.able.platform
Class PlatformPreferences

java.lang.Object
  |
  +--com.ibm.able.platform.PlatformPreferences

public class PlatformPreferences
extends java.lang.Object

This class contains user preferences for ABLE Platform Support code.

Version:
$Revision: 1.3 $, $Date: 2000/02/21 20:01:01 $

Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
protected  void debugTrace(java.lang.String theMessage)
          Log a trace message.
 java.lang.String getAccLocation()
           
 java.lang.String getAmsLocation()
           
 java.lang.String getDfLocation()
           
 java.lang.String getTSName()
           
 java.lang.String getTSServerLocation()
           
 int getTSServerPort()
           
 java.lang.String getUserProgramLocation()
           
 java.lang.String getUserProgramName()
           
 void setAccLocation(java.lang.String theValue)
           
 void setAmsLocation(java.lang.String theValue)
           
 void setDfLocation(java.lang.String theValue)
           
 void setTSName(java.lang.String theValue)
           
 void setTSServerLocation(java.lang.String theValue)
           
 void setTSServerPort(int theValue)
           
 void setUserProgramLocation(java.lang.String theValue)
           
 void setUserProgramName(java.lang.String theValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAccLocation

public java.lang.String getAccLocation()

setAccLocation

public void setAccLocation(java.lang.String theValue)

getAmsLocation

public java.lang.String getAmsLocation()

setAmsLocation

public void setAmsLocation(java.lang.String theValue)

getDfLocation

public java.lang.String getDfLocation()

setDfLocation

public void setDfLocation(java.lang.String theValue)

getTSServerLocation

public java.lang.String getTSServerLocation()

setTSServerLocation

public void setTSServerLocation(java.lang.String theValue)

getTSServerPort

public int getTSServerPort()

setTSServerPort

public void setTSServerPort(int theValue)

getTSName

public java.lang.String getTSName()

setTSName

public void setTSName(java.lang.String theValue)

getUserProgramLocation

public java.lang.String getUserProgramLocation()

setUserProgramLocation

public void setUserProgramLocation(java.lang.String theValue)

getUserProgramName

public java.lang.String getUserProgramName()

setUserProgramName

public void setUserProgramName(java.lang.String theValue)

debugTrace

protected void debugTrace(java.lang.String theMessage)
Log a trace message.
Parameters:
theMessage - A String containing text to be traced.


Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'