public class FileLogger extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileLogger.DeleteLogsFilesAction |
static class |
FileLogger.StartFileLoggerAction |
static class |
FileLogger.StopFileLoggerAction |
| Modifier and Type | Field and Description |
|---|---|
protected MBeanServerConnection |
_mbsc |
| Constructor and Description |
|---|
FileLogger(MBeanServerConnection mbsc,
Page page,
ObjectName objectName,
boolean deleteSupported) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getDeleteAction() |
String |
getFilename() |
Integer |
getRetainDays() |
Action |
getStartAction() |
Action |
getStopAction() |
boolean |
isDeletedSupported() |
boolean |
isEnabled() |
boolean |
isRegistered() |
protected MBeanServerConnection _mbsc
public FileLogger(MBeanServerConnection mbsc, Page page, ObjectName objectName, boolean deleteSupported) throws Exception
Exceptionpublic boolean isRegistered()
throws IOException
IOExceptionpublic boolean isDeletedSupported()
public Action getStartAction()
public Action getStopAction()
public Action getDeleteAction()
Copyright © 2014. All Rights Reserved.