|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
ConnectionController
,
javax.microedition..ipdr.ExporterManager
Method Summary | |
ConnectionController |
getConnectionController()
Returns an instance of ConnectionController |
Method Detail |
public ConnectionController getConnectionController()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |