Package org.firebirdsql.gds.impl.wire
Class WireGDSFactoryPlugin
- java.lang.Object
- 
- org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
- 
- org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
 
- 
- All Implemented Interfaces:
- GDSFactoryPlugin
 
 public class WireGDSFactoryPlugin extends BaseGDSFactoryPlugin 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPURE_JAVA_TYPE_NAME
 - 
Constructor SummaryConstructors Constructor Description WireGDSFactoryPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FbWireDatabaseFactorygetDatabaseFactory()java.lang.StringgetDefaultProtocol()java.lang.StringgetPluginName()java.lang.String[]getSupportedProtocols()java.lang.String[]getTypeAliases()java.lang.StringgetTypeName()- 
Methods inherited from class org.firebirdsql.gds.impl.BaseGDSFactoryPluginequals, getConnectionClass, getDatabasePath, getDatabasePath, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.firebirdsql.gds.impl.GDSFactoryPlugingetDatabasePath
 
- 
 
- 
- 
- 
Field Detail- 
PURE_JAVA_TYPE_NAMEpublic static final java.lang.String PURE_JAVA_TYPE_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getPluginNamepublic java.lang.String getPluginName() 
 - 
getTypeNamepublic java.lang.String getTypeName() 
 - 
getTypeAliasespublic java.lang.String[] getTypeAliases() 
 - 
getSupportedProtocolspublic java.lang.String[] getSupportedProtocols() 
 - 
getDefaultProtocolpublic java.lang.String getDefaultProtocol() - Specified by:
- getDefaultProtocolin interface- GDSFactoryPlugin
- Overrides:
- getDefaultProtocolin class- BaseGDSFactoryPlugin
 
 - 
getDatabaseFactorypublic FbWireDatabaseFactory getDatabaseFactory() 
 
- 
 
-