public abstract class AbstractClientPlugin extends java.lang.Object implements ClientPluginI
Constructor and Description |
---|
AbstractClientPlugin() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
clientCloseVeto() |
void |
close() |
void |
forcedClientDisconnectInitiated(java.util.Date dateForcedDisconnect)
Called if the server demanded a forced client-disconnect which is relevant to our client.
|
void |
forcedClientDisconnectStopped()
Called if the server cancelled a forced client-disconnect which is relevant to our client.
|
abstract java.lang.String |
getName() |
void |
localeChanged(java.util.Locale oldLocale,
java.util.Locale newLocale)
Called whenever the default locale in @see de.ipcon.tools.L10n is changed.
|
abstract void |
postInit() |
void |
refreshActions() |
void |
refreshActions(boolean sync) |
void |
reloadConfig(electric.xml.Element el) |
void |
reregisterActions() |
void |
serverConnectionEstablished(java.lang.String serverURL)
Called if a new server connection was established.
|
void |
serverConnectionLost(java.lang.String serverURL,
java.lang.String reason)
Called if the current server connection was lost.
|
void |
serverConnectionRollingOver(java.lang.String serverURL,
java.lang.String reason)
Called if the current server connection will be replaced by a better one.
|
void |
serverIsShutdown(java.util.Date dateShutdownOnClientReceived,
java.util.Date dateShutdownOnServer)
Called if the server we were connected to was shut down.
|
void |
serverShutdownInitiated(java.util.Date dateShutdown)
Called if the server we are connected to is going to shut down.
|
void |
serverShutdownStopped()
Called if the shutdown of the server we are connected to was stopped.
|
void |
updateServerHealth(DBManServerHealthEvent she)
Called if the server sent an update to his health information.
|
public void close()
close
in interface ClientPluginI
public abstract java.lang.String getName()
getName
in interface ClientPluginI
public abstract void postInit()
postInit
in interface ClientPluginI
public void reregisterActions()
reregisterActions
in interface ClientPluginI
public void refreshActions()
refreshActions
in interface ClientPluginI
public void refreshActions(boolean sync)
refreshActions
in interface ClientPluginI
public java.lang.String clientCloseVeto()
clientCloseVeto
in interface ClientPluginI
public void localeChanged(java.util.Locale oldLocale, java.util.Locale newLocale)
ClientPluginI
localeChanged
in interface ClientPluginI
public void updateServerHealth(DBManServerHealthEvent she)
ClientPluginI
updateServerHealth
in interface ClientPluginI
public void serverShutdownInitiated(java.util.Date dateShutdown)
ClientPluginI
serverShutdownInitiated
in interface ClientPluginI
public void serverShutdownStopped()
ClientPluginI
serverShutdownStopped
in interface ClientPluginI
public void serverIsShutdown(java.util.Date dateShutdownOnClientReceived, java.util.Date dateShutdownOnServer)
ClientPluginI
serverIsShutdown
in interface ClientPluginI
public void forcedClientDisconnectInitiated(java.util.Date dateForcedDisconnect)
ClientPluginI
forcedClientDisconnectInitiated
in interface ClientPluginI
public void forcedClientDisconnectStopped()
ClientPluginI
forcedClientDisconnectStopped
in interface ClientPluginI
public void serverConnectionEstablished(java.lang.String serverURL)
ClientPluginI
serverConnectionEstablished
in interface ClientPluginI
public void serverConnectionLost(java.lang.String serverURL, java.lang.String reason)
ClientPluginI
serverConnectionLost
in interface ClientPluginI
public void serverConnectionRollingOver(java.lang.String serverURL, java.lang.String reason)
ClientPluginI
serverConnectionRollingOver
in interface ClientPluginI
public void reloadConfig(electric.xml.Element el)
reloadConfig
in interface ClientPluginI
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.