public class AbstractConnectionListener extends java.lang.Object implements ConnectionListener
ConnectionListener
interface. This is a
convenience class which should be used in case you do not need to implement
all methods.Constructor and Description |
---|
AbstractConnectionListener() |
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.
|
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 reconnected successfully to the server.
|
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()
ConnectionListener
reconnectionSuccessful
in interface ConnectionListener
Copyright © 2003-2007 Jive Software.