|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionListener | |
---|---|
org.jboss.remoting | |
org.jboss.remoting.callback | |
org.jboss.remoting.transport |
Uses of ConnectionListener in org.jboss.remoting |
---|
Methods in org.jboss.remoting with parameters of type ConnectionListener | |
---|---|
void |
ServerInvoker.addConnectionListener(ConnectionListener listener)
|
void |
ConnectionValidator.addConnectionListener(ConnectionListener listener)
|
void |
Client.addConnectionListener(ConnectionListener listener)
Adds a connection listener that will be notified if/when the connection to the server fails while the client is idle (no calls being made). |
void |
Client.addConnectionListener(ConnectionListener listener,
int pingPeriod)
Adds a connection listener that will be notified if/when the connection to the server fails while the client is idle (no calls being made). |
void |
Client.addConnectionListener(ConnectionListener listener,
java.util.Map metadata)
Adds a connection listener that will be notified if/when the connection to the server fails while the client is idle (no calls being made). |
void |
ConnectionNotifier.addListener(ConnectionListener listener)
|
void |
ConnectionNotifier.addListenerFirst(ConnectionListener listener)
|
void |
ServerInvoker.removeConnectionListener(ConnectionListener listener)
|
boolean |
ConnectionValidator.removeConnectionListener(ConnectionListener listener)
|
boolean |
Client.removeConnectionListener(ConnectionListener listener)
Removes specified connection listener. |
void |
ConnectionNotifier.removeListener(ConnectionListener listener)
|
Uses of ConnectionListener in org.jboss.remoting.callback |
---|
Classes in org.jboss.remoting.callback that implement ConnectionListener | |
---|---|
class |
ServerInvokerCallbackHandler
Responsible for all callbacks in remoting at invoker level (on the server side). |
Uses of ConnectionListener in org.jboss.remoting.transport |
---|
Methods in org.jboss.remoting.transport with parameters of type ConnectionListener | |
---|---|
void |
ConnectorMBean.addConnectionListener(ConnectionListener listener)
Adds a connection listener to receive notification when a client connection is lost or disconnected. |
void |
Connector.addConnectionListener(ConnectionListener listener)
Adds a connection listener to receive notification when a client connection is lost or disconnected. |
void |
ConnectorMBean.removeConnectionListener(ConnectionListener listener)
Removes connection listener from receiving client connection lost/disconnected notifications. |
void |
Connector.removeConnectionListener(ConnectionListener listener)
Removes connection listener from receiving client connection lost/disconnected notifications. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |