com.github.gcf.io.jse
Class ConnectionFactory

java.lang.Object
  extended by com.github.gcf.io.jse.ConnectionFactory
All Implemented Interfaces:
IConnectionFactory

public class ConnectionFactory
extends Object
implements IConnectionFactory

Author:
Marcel Patzlaff

Constructor Summary
ConnectionFactory()
           
 
Method Summary
 boolean conflictsWith(String protocol, IConnectionFactory factory)
           
 Vector getSupportedProtocols()
           
 Connection openPrim(String protocol, String uriStr, int mode, boolean timeouts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactory

public ConnectionFactory()
Method Detail

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.