Package org.jboss.logmanager
Class LogContextSelectorService
- java.lang.Object
-
- org.jboss.logmanager.LogContextSelectorService
-
public final class LogContextSelectorService extends java.lang.ObjectA container-friendly service which will manage the installation of aLogContextSelectorinto the log system. Only one such service may be active at a time, or an error will result.
-
-
Constructor Summary
Constructors Constructor Description LogContextSelectorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogContextSelectorgetSelector()Get the selector to install.voidsetSelector(LogContextSelector selector)Set the selector to install.voidstart()Install the selector.voidstop()Uninstall the selector.
-
-
-
Method Detail
-
getSelector
public LogContextSelector getSelector()
Get the selector to install.- Returns:
- the selector
-
setSelector
public void setSelector(LogContextSelector selector)
Set the selector to install.- Parameters:
selector- the selector
-
start
public void start()
Install the selector.
-
stop
public void stop()
Uninstall the selector.
-
-