|
JBoss Log Manager 1.5.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HandlerContainingConfigurable
A configurable object which is a container for handlers.
| Method Summary | |
|---|---|
boolean |
addHandlerName(String name)
Add a handler name to this logger. |
List<String> |
getHandlerNames()
Get the names of the configured handlers. |
boolean |
removeHandlerName(String name)
Remove a handler name from this logger. |
void |
setHandlerNames(Collection<String> names)
Set the names of the configured handlers. |
void |
setHandlerNames(String... names)
Set the names of the configured handlers. |
| Method Detail |
|---|
List<String> getHandlerNames()
void setHandlerNames(String... names)
names - the names of the configured handlersvoid setHandlerNames(Collection<String> names)
names - the names of the configured handlersboolean addHandlerName(String name)
name - the handler name
true if the name was not already set, false if it wasboolean removeHandlerName(String name)
name - the handler name
true if the name was removed, false if it was not present
|
JBoss Log Manager 1.5.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||