|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.management.ManageableComponent
flex.management.runtime.messaging.log.LogManager
public class LogManager
The LogManager is an interface between the Log and the LogControl which exists because Log lives in the common package, so it cannot extend ManageableComponent itself, which is necessary for a class to be exposed through MBeans.
| Constructor Summary | |
|---|---|
LogManager()
Public constructor required by ManageableComponent. |
|
LogManager(boolean enableManagement)
|
|
| Method Summary | |
|---|---|
boolean |
checkFilter(String filter)
|
List |
getCategories()
|
String[] |
getLoggers()
Gets the Loggers as a string array. |
Target |
getTarget(String targetId)
Get a Target for a targetId. |
String[] |
getTargetFilters(String targetId)
Gets the filters for a given target. |
String[] |
getTargetIds()
Gets the Target IDs. |
void |
setLog(Log logInstance)
|
void |
setupLogControl()
|
void |
stop()
Invalidates and stops the component. |
| Methods inherited from class flex.management.ManageableComponent |
|---|
getControl, getId, getParent, initialize, isManaged, isStarted, isValid, setControl, setId, setManaged, setParent, start |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogManager()
public LogManager(boolean enableManagement)
| Method Detail |
|---|
public void setupLogControl()
public void stop()
ManageableComponentsuper.stop().
stop in interface FlexComponentstop in class ManageableComponentpublic void setLog(Log logInstance)
public String[] getLoggers()
public String[] getTargetIds()
public Target getTarget(String targetId)
targetId -
public String[] getTargetFilters(String targetId)
targetId -
public boolean checkFilter(String filter)
filter -
public List getCategories()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/runtime/messaging/log/LogManager.html