public class ConnectionMonitor extends AbstractClientPlugin implements ClientPluginI
Constructor and Description |
---|
ConnectionMonitor(ClientContextI _ctx,
electric.xml.Element _element) |
Modifier and Type | Method and Description |
---|---|
ClientContextI |
getCtx() |
java.lang.String |
getName() |
void |
postInit() |
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 |
setCtx(ClientContextI $1) |
clientCloseVeto, close, forcedClientDisconnectInitiated, forcedClientDisconnectStopped, localeChanged, refreshActions, refreshActions, reloadConfig, reregisterActions, updateServerHealth
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clientCloseVeto, close, forcedClientDisconnectInitiated, forcedClientDisconnectStopped, localeChanged, refreshActions, refreshActions, reloadConfig, reregisterActions, updateServerHealth
public ConnectionMonitor(ClientContextI _ctx, electric.xml.Element _element)
public java.lang.String getName()
getName
in interface ClientPluginI
getName
in class AbstractClientPlugin
public void postInit()
postInit
in interface ClientPluginI
postInit
in class AbstractClientPlugin
public void serverShutdownInitiated(java.util.Date _dateShutdown)
ClientPluginI
serverShutdownInitiated
in interface ClientPluginI
serverShutdownInitiated
in class AbstractClientPlugin
public void serverShutdownStopped()
ClientPluginI
serverShutdownStopped
in interface ClientPluginI
serverShutdownStopped
in class AbstractClientPlugin
public void serverIsShutdown(java.util.Date _dateShutdownOnClientReceived, java.util.Date _dateShutdownOnServer)
ClientPluginI
serverIsShutdown
in interface ClientPluginI
serverIsShutdown
in class AbstractClientPlugin
public void serverConnectionEstablished(java.lang.String serverURL)
ClientPluginI
serverConnectionEstablished
in interface ClientPluginI
serverConnectionEstablished
in class AbstractClientPlugin
public void serverConnectionLost(java.lang.String serverURL, java.lang.String reason)
ClientPluginI
serverConnectionLost
in interface ClientPluginI
serverConnectionLost
in class AbstractClientPlugin
public void serverConnectionRollingOver(java.lang.String serverURL, java.lang.String reason)
ClientPluginI
serverConnectionRollingOver
in interface ClientPluginI
serverConnectionRollingOver
in class AbstractClientPlugin
public ClientContextI getCtx()
public void setCtx(ClientContextI $1)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.