public abstract class AbstractConfiguration extends Object implements Configuration
Modifier and Type | Class and Description |
---|---|
static interface |
AbstractConfiguration.ConfigurationChangeCallback |
Constructor and Description |
---|
AbstractConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addChangeCallback(AbstractConfiguration.ConfigurationChangeCallback handler) |
ConnectorMessages |
getConnectorMessages()
Should return the
message catalog that is set
by Configuration.setConnectorMessages(ConnectorMessages) . |
protected void |
notifyConfigurationUpdate() |
void |
setConnectorMessages(ConnectorMessages messages)
Sets the
message catalog instance that allows
the Connector to localize messages. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
public final ConnectorMessages getConnectorMessages()
Configuration
message catalog
that is set
by Configuration.setConnectorMessages(ConnectorMessages)
.getConnectorMessages
in interface Configuration
ConnectorMessages
instance.public final void setConnectorMessages(ConnectorMessages messages)
Configuration
message catalog
instance that allows
the Connector to localize messages. This method is called before any bean
property setter, the Configuration.validate()
method or the
Configuration.getConnectorMessages()
method.setConnectorMessages
in interface Configuration
messages
- the message catalog.public final void addChangeCallback(AbstractConfiguration.ConfigurationChangeCallback handler)
protected void notifyConfigurationUpdate()
Copyright © 2018–2025. All rights reserved.