com.genesyslab.soa.client
Interface ServiceFactoryListener


public interface ServiceFactoryListener

Service factory Listener. This interface must be implemented in order to receive the callback.


Method Summary
 void connectionChanged(ConnectionInfo connectionInfo)
          Method called when the connection to the server goes down or up.
 

Method Detail

connectionChanged

public void connectionChanged(ConnectionInfo connectionInfo)
Method called when the connection to the server goes down or up. Note : when the factory is initialized this method is also called.

Parameters:
connectionInfo - Information about the factory connection.