com.pega.pegarules.management
Class LogFileAccess

java.lang.Object
  extended by MBeanHelper
      extended by com.pega.pegarules.management.LogFileAccess

public class LogFileAccess
extends MBeanHelper

Log file download support for JMX.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
LogFileAccess()
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getMajorVersion()
           
 java.lang.String getMinorVersion()
           
 java.lang.String getName()
           
 java.lang.String ListLogFiles()
          This method lists the application log files which are created by the system: the PEGA log file and the ALERT log file.
 void setCategory(java.lang.String aCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

LogFileAccess

public LogFileAccess()
Method Detail

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String aCategory)

getName

public java.lang.String getName()

getMajorVersion

public java.lang.String getMajorVersion()

getMinorVersion

public java.lang.String getMinorVersion()

ListLogFiles

public java.lang.String ListLogFiles()
This method lists the application log files which are created by the system: the PEGA log file and the ALERT log file.

Since:
PRPC v5.1