Interface ObjectConfigurable
- All Known Subinterfaces:
ErrorManagerConfiguration, FilterConfiguration, FormatterConfiguration, HandlerConfiguration, PojoConfiguration
- All Known Implementing Classes:
AbstractPropertyConfiguration, ErrorManagerConfigurationImpl, FilterConfigurationImpl, FormatterConfigurationImpl, HandlerConfigurationImpl, PojoConfigurationImpl
public interface ObjectConfigurable
A configurable object with a specific class name.
-
Method Summary
Modifier and TypeMethodDescriptionGet the class name for this object's configuration.Get the module name for this object's configuration, if any.
-
Method Details
-
getModuleName
String getModuleName()Get the module name for this object's configuration, if any. If JBoss Modules is not present on the class path, onlynullvalues are accepted.- Returns:
- the module name, or
nullif none is configured
-
getClassName
-