package conductor.WFCustomIF;
import java.io.Serializable;
import Framework.DataValue;
import Framework.DateTimeData;
import Framework.IntervalData;
import Framework.MsgCatalog;
import Framework.RuntimeProperties;
import Framework.TextData;
import Framework.UsageException;
import conductor.OFCustomIF.TraceConstants;
/**
* BasicTrace<p>
* <p>
* <b>This class was generated from the library WFCustomIF and needs to be replaced by the
* proper source code from the library. It has been generated only to remove compile-time errors and
* is non-functional. </b>
* <p>
* @author Generated from Forte
* @since 05-Jul-2008
*/
@RuntimeProperties(isDistributed=false, isAnchored=false, isShared=false, isTransactional=false)
@SuppressWarnings("serial")
public class BasicTrace
extends TraceConstants
implements Serializable
{
// ---------
// Constants
// ---------
public static final int DSO_RETRY_COUNT = 20;
public static final int DSO_RETRY_INTERVAL = 2000;
// ----------
// Attributes
// ----------
private String tabs;
private Throwable moTraceMsg;
private IntervalData elapsedTime;
private int miGroup;
private String msTracingMethod;
private DateTimeData currentTime;
// ------------
// Constructors
// ------------
public BasicTrace() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
this.tabs = null;
this.moTraceMsg = null;
this.elapsedTime = null;
this.miGroup = 0;
this.msTracingMethod = null;
this.currentTime = null;
}
// ----------------------
// Accessors and Mutators
// ----------------------
public void setTabs(String tabs) {
this.tabs = tabs;
}
public String getTabs() {
return this.tabs;
}
public void setMoTraceMsg(Throwable moTraceMsg) {
this.moTraceMsg = moTraceMsg;
}
public Throwable getMoTraceMsg() {
return this.moTraceMsg;
}
public void setElapsedTime(IntervalData elapsedTime) {
this.elapsedTime = elapsedTime;
}
public IntervalData getElapsedTime() {
return this.elapsedTime;
}
public void setMiGroup(int miGroup) {
this.miGroup = miGroup;
}
public int getMiGroup() {
return this.miGroup;
}
public void setMsTracingMethod(String msTracingMethod) {
this.msTracingMethod = msTracingMethod;
}
public String getMsTracingMethod() {
return this.msTracingMethod;
}
public void setCurrentTime(DateTimeData currentTime) {
this.currentTime = currentTime;
}
public DateTimeData getCurrentTime() {
return this.currentTime;
}
// -------
// Methods
// -------
/**
* buildMsg<p>
* <p>
* @param psMethod Type: String
* @param psMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
* @return TextData
*/
public TextData buildMsg(String psMethod, String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* buildMsg<p>
* <p>
* @param psMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
* @return TextData
*/
public TextData buildMsg(String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* isOn<p>
* <p>
* @param piLevel Type: int
* @param psMethod Type: String
* @return boolean
*/
public boolean isOn(int piLevel, String psMethod) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* isOn<p>
* <p>
* @param piLevel Type: int
* @return boolean
*/
public boolean isOn(int piLevel) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* logIt<p>
* <p>
* @param psMethod Type: String
* @param psMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
*/
public void logIt(String psMethod, String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* logIt<p>
* <p>
* @param psMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
*/
public void logIt(String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setTraceMsg<p>
* <p>
* @param poMsgCatalog Type: MsgCatalog
* @param piSetNumber Type: int
* @param piMsgNumber Type: int
* @param psDefaultString Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
*/
public void setTraceMsg(MsgCatalog poMsgCatalog, int piSetNumber, int piMsgNumber, String psDefaultString, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setTraceMsg<p>
* <p>
* @param psMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
*/
public void setTraceMsg(String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setTracingMethod<p>
* <p>
* @param methodName Type: String
*/
public void setTracingMethod(String methodName) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* traceIt<p>
* <p>
* @param psMethod Type: String
* @param piLevel Type: int
* @param poMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
*/
public void traceIt(String psMethod, int piLevel, String poMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* traceIt<p>
* <p>
* @param piLevel Type: int
* @param psMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
*/
public void traceIt(int piLevel, String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* traceIt<p>
* <p>
* @param psMessage Type: String
* @param poParam1 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam2 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam3 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam4 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam5 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam6 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam7 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam8 Type: DataValue (Input) (default in Forte: NIL)
* @param poParam9 Type: DataValue (Input) (default in Forte: NIL)
*/
public void traceIt(String psMessage, DataValue poParam1, DataValue poParam2, DataValue poParam3, DataValue poParam4, DataValue poParam5, DataValue poParam6, DataValue poParam7, DataValue poParam8, DataValue poParam9) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
} // end class BasicTrace
// c Pass 2 Conversion Time: 937 milliseconds