Interface IConnectionFactory
- 
public interface IConnectionFactory- Since:
 - Mar 8, 2006
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConnection[]connect(INativeService service) 
 - 
 
- 
- 
Method Detail
- 
connect
IConnection[] connect(INativeService service) throws NativeCommException
- Parameters:
 service- the calling INativeService- Returns:
 - established IConnection objects
 - Throws:
 NativeCommException- on failure
 
 - 
 
 -