|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.jmbeans.J2EEManagedObject
org.ow2.jonas.lib.jmbeans.LogManager
public class LogManager
LogManager defined as a J2EEManagedObject sub-class in order to use JMX notification support.
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.lib.jmbeans.J2EEManagedObject |
|---|
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME |
| Constructor Summary | |
|---|---|
LogManager(String objectName)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getConfigFile()
|
Properties |
getProps()
|
String |
getTopicLevel(String topic)
Return a topic's level. |
String[] |
getTopics()
Get the topics list. |
void |
saveConfig()
Save updated configuration. |
void |
setConfigFile(String configFile)
|
void |
setProps(Properties props)
|
void |
setTopicLevel(String topic,
String level)
set Topic Level |
| Methods inherited from class org.ow2.jonas.lib.jmbeans.J2EEManagedObject |
|---|
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider, sendNotification, sendReconfigNotification, sendSaveNotification, setModelMBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogManager(String objectName)
objectName - The MBean's OBJECT_NAME| Method Detail |
|---|
public String[] getTopics()
public String getTopicLevel(String topic)
topic - the topic we need to know its level
public void setTopicLevel(String topic,
String level)
topic - topic to setlevel - the level to setpublic void saveConfig()
public Properties getProps()
public void setProps(Properties props)
props - Configuration propertiespublic String getConfigFile()
public void setConfigFile(String configFile)
configFile - Configuration file name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||