com.github.gcf.io.jse
Class ConnectionFactory
java.lang.Object
com.github.gcf.io.jse.ConnectionFactory
- All Implemented Interfaces:
- IConnectionFactory
public class ConnectionFactory
- extends Object
- implements IConnectionFactory
- Author:
- Marcel Patzlaff
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionFactory
public ConnectionFactory()
conflictsWith
public boolean conflictsWith(String protocol,
IConnectionFactory factory)
- Specified by:
conflictsWith in interface IConnectionFactory
getSupportedProtocols
public Vector getSupportedProtocols()
- Specified by:
getSupportedProtocols in interface IConnectionFactory
openPrim
public Connection openPrim(String protocol,
String uriStr,
int mode,
boolean timeouts)
throws IOException
- Specified by:
openPrim in interface IConnectionFactory
- Throws:
IOException
Copyright © 2007-2010. All Rights Reserved.