|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.sysadm.LogFiles
The LogFiles class provides read only access to the log files in the WT_HOME\Logs (or equivalent)
It also enables the user to highlight portions of text and email same. The default receipient being support@windchill.com.
The browser from which the user accesses the log files must have an email client configured for use.
Field Summary | |
protected static String |
doc_base
|
protected static String |
exec_base
|
private static String |
homeClassName
|
protected static String |
logs_dir
|
private static String |
queryString
|
private static String |
thisClassName
|
private static String |
versionID
|
Constructor Summary | |
private |
LogFiles()
Uninstantiable class. |
Method Summary | |
static void |
getLogName(Properties prop,
Locale locale,
OutputStream os)
Get the name of the log file chosen. |
static void |
insertLog(Properties prop,
Locale locale,
OutputStream os)
Output the log file contents in a textarea. |
static void |
printTopPage(SysAdminRequest req,
SysAdminResponse resp)
Output the main page frames. |
protected void |
setQueryString(String str)
Set the queryString of this class instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String versionID
protected static String doc_base
protected static String exec_base
protected static String logs_dir
private static String thisClassName
private static String homeClassName
private static String queryString
Constructor Detail |
private LogFiles()
Method Detail |
protected void setQueryString(String str)
public static void printTopPage(SysAdminRequest req, SysAdminResponse resp) throws IOException, WTException
IOException
WTException
public static void getLogName(Properties prop, Locale locale, OutputStream os) throws IOException
IOException
public static void insertLog(Properties prop, Locale locale, OutputStream os) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |