public class ReconnectionManager extends java.lang.Object implements ConnectionListener
The reconnection mechanism will try to reconnect periodically:
Modifier and Type | Method and Description |
---|---|
void |
connectionClosed()
Notification that the connection was closed normally or that the reconnection
process has been aborted.
|
void |
connectionClosedOnError(java.lang.Exception e)
Notification that the connection was closed due to an exception.
|
protected void |
notifyAttemptToReconnectIn(int seconds)
Fires listeners when The Connection will retry a reconnection.
|
protected void |
notifyReconnectionFailed(java.lang.Exception exception)
Fires listeners when a reconnection attempt has failed.
|
protected void |
reconnect()
Starts a reconnection mechanism if it was configured to do that.
|
void |
reconnectingIn(int seconds)
The connection will retry to reconnect in the specified number of seconds.
|
void |
reconnectionFailed(java.lang.Exception e)
An attempt to connect to the server has failed.
|
void |
reconnectionSuccessful()
The connection has successfull gotten connected.
|
protected void reconnect()
protected void notifyReconnectionFailed(java.lang.Exception exception)
exception
- the exception that occured.protected void notifyAttemptToReconnectIn(int seconds)
seconds
- the number of seconds that a reconnection will be attempted in.public void connectionClosed()
ConnectionListener
connectionClosed
in interface ConnectionListener
public void connectionClosedOnError(java.lang.Exception e)
ConnectionListener
connectionClosedOnError
in interface ConnectionListener
e
- the exception.public void reconnectingIn(int seconds)
ConnectionListener
reconnectingIn
in interface ConnectionListener
seconds
- remaining seconds before attempting a reconnection.public void reconnectionFailed(java.lang.Exception e)
ConnectionListener
reconnectionFailed
in interface ConnectionListener
e
- the exception that caused the reconnection to fail.public void reconnectionSuccessful()
reconnectionSuccessful
in interface ConnectionListener
Copyright © 2003-2007 Jive Software.