JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.logmanager.config
Interface NamedConfigurable
All Known Subinterfaces:
ErrorManagerConfiguration
,
FilterConfiguration
,
FormatterConfiguration
,
HandlerConfiguration
,
LoggerConfiguration
,
PojoConfiguration
All Known Implementing Classes:
AbstractBasicConfiguration
,
AbstractPropertyConfiguration
,
ErrorManagerConfigurationImpl
,
FilterConfigurationImpl
,
FormatterConfigurationImpl
,
HandlerConfigurationImpl
,
LoggerConfigurationImpl
,
PojoConfigurationImpl
public interface
NamedConfigurable
A configurable object with a name.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getName
()
Get the name of this configurable object.
Method Detail
getName
java.lang.String getName()
Get the name of this configurable object.
Returns:
the name
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method