javax.microedition.ipdr.callback
Interface ConnectionControllerFactory


public interface ConnectionControllerFactory

This interface is the ConnectionController factory. The interface is being sent as an input to the ExporeterManager implementation and enables the implementation to get a new ConnectionController whenever it is necessary.

The ExporterManager implementation gets a factory and not simply the ConnectionController which enables the ETA implementation to construct the new ConnectionController per thread. This way the ConnectionController implementation does not have to be thread safe.

Version:
1.0
Author:
Shai Gotlib
See Also:
ConnectionController, javax.microedition..ipdr.ExporterManager

Method Summary
 ConnectionController getConnectionController()
          Returns an instance of ConnectionController
 

Method Detail

getConnectionController

public ConnectionController getConnectionController()
Returns an instance of ConnectionController

Returns:
javax.microedition.events.ipdr.callback.ConnectionController