|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GatewayConnection | |
---|---|
tigase.server.gateways |
Uses of GatewayConnection in tigase.server.gateways |
---|
Methods in tigase.server.gateways with parameters of type GatewayConnection | |
---|---|
void |
GatewayListener.gatewayException(GatewayConnection gc,
Throwable exc)
The gatewayException method should be called when the exception
occurs in side the gateway connection library. |
void |
Gateway.gatewayException(GatewayConnection gc,
Throwable exc)
Method description |
void |
GatewayListener.loginCompleted(GatewayConnection gc)
The loginCompleted method is called when the login to the
external network has been completed. |
void |
Gateway.loginCompleted(GatewayConnection gc)
Method description |
void |
GatewayListener.logout(GatewayConnection gc)
The logout method is called when the connection to the external
network has been terminated (closed). |
void |
Gateway.logout(GatewayConnection gc)
Method description |
void |
GatewayListener.updateStatus(GatewayConnection gc,
RosterItem item)
The updateStatus method is called to update status of the single
roster contact. |
void |
Gateway.updateStatus(GatewayConnection gc,
RosterItem item)
Method description |
void |
GatewayListener.userRoster(GatewayConnection gc)
The userRoster method should be called whenever the user roster
in the external network has changed. |
void |
Gateway.userRoster(GatewayConnection gc)
Method description |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |