File
Doc
Category
Size
Date
Package
OldLogServiceMBean.java
API Doc
Glassfish v2 API
3558
Fri May 04 22:23:48 BST 2007
com.sun.enterprise.management.support.oldconfig
OldLogServiceMBean
public interface OldLogServiceMBean implements OldProperties
Generated: Wed Apr 14 23:49:02 PDT 2004 Generated from: com.sun.appserv:type=log-service,config=server-config,category=config
Fields Summary
Constructors Summary
Methods Summary
public
javax.management.ObjectName
createModuleLogLevels
(
javax.management.AttributeList
attribute_list)
public
boolean
destroyConfigElement
()
public
boolean
getAlarms
()
public
java.lang.String
getDefaultAttributeValue
(
java.lang.String
attributeName)
public
java.lang.String
getFile
()
public
java.lang.String
getLogFilter
()
public
java.lang.String
getLogHandler
()
public
java.lang.String
getLogRotationLimitInBytes
()
public
boolean
getLogToConsole
()
public
javax.management.ObjectName
getModuleLogLevels
()
public
boolean
getUseSystemLogging
()
public void
removeModuleLogLevels
()
public void
setAlarms
(
boolean
value)
public void
setFile
(
java.lang.String
value)
public void
setLogFilter
(
java.lang.String
value)
public void
setLogHandler
(
java.lang.String
value)
public void
setLogRotationLimitInBytes
(
java.lang.String
value)
public void
setLogToConsole
(
boolean
value)
public void
setUseSystemLogging
(
boolean
value)
Java Code Source