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, waitvalidatepublic final ConnectorMessages getConnectorMessages()
Configurationmessage catalog that is set
by Configuration.setConnectorMessages(ConnectorMessages).getConnectorMessages in interface ConfigurationConnectorMessages instance.public final void setConnectorMessages(ConnectorMessages messages)
Configurationmessage 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 Configurationmessages - the message catalog.public final void addChangeCallback(AbstractConfiguration.ConfigurationChangeCallback handler)
protected void notifyConfigurationUpdate()
Copyright © 2018–2025. All rights reserved.