Uses of Interface
tigase.server.gateways.GatewayConnection

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, java.lang.Throwable exc)
          The gatewayException method should be called when the exception occurs in side the gateway connection library.
 void Gateway.gatewayException(GatewayConnection gc, java.lang.Throwable exc)
           
 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)
           
 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)
           
 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)
           
 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)
           
 



Copyright © 2008 Tigase. All Rights Reserved.