| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.RuntimeInterface
public abstract class RuntimeInterface
Encapsulates the runtime interface specific configurations of an ODA driver that implements a data source extension.
| Field Summary | |
|---|---|
| static int | C_TYPEImplements C/C++ runtime interface. | 
| static int | JAVA_TYPEImplements Java runtime interface. | 
| Constructor Summary | |
|---|---|
| RuntimeInterface() | |
| Method Summary | |
|---|---|
| abstract  java.net.URL | getDriverFileLocation(java.lang.String filename)Returns the driver file location for the current OS platform. | 
| abstract  int | getInterfaceType()Returns the interface type of the runtime. | 
| abstract  java.lang.String[] | getLibraries()Returns the list of libraries for the current OS platform. | 
| abstract  java.net.URL | getLibraryLocation()Returns the library location for the current OS platform. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int C_TYPE
public static final int JAVA_TYPE
| Constructor Detail | 
|---|
public RuntimeInterface()
| Method Detail | 
|---|
public abstract int getInterfaceType()
public abstract java.net.URL getLibraryLocation()
                                         throws java.io.IOException
java.io.IOException - if an IO error occurs.
public abstract java.net.URL getDriverFileLocation(java.lang.String filename)
                                            throws java.io.IOException
filename - the name of the driver file.
java.io.IOException - if an IO error occurs.public abstract java.lang.String[] getLibraries()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||