| Package | Description |
|---|---|
| net.exogeni.orca.drivers |
| Modifier and Type | Field and Description |
|---|---|
protected DriverId |
Driver.driverId
Driver identifier.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Hashtable<DriverId,net.exogeni.orca.drivers.DriverEntry> |
DriverFactory.drivers
Map of installed drivers
|
| Modifier and Type | Method and Description |
|---|---|
DriverId |
Driver.getId() |
DriverId |
IDriver.getId()
Returns the unique driver identifier.
|
| Modifier and Type | Method and Description |
|---|---|
IDriver |
DriverFactory.getDriver(DriverId id)
Obtains a driver
|
protected net.exogeni.orca.drivers.DriverEntry |
DriverFactory.getDriverEntry(DriverId id)
Obtains the specified Driver entry
|
java.lang.String |
DriverFactory.getDriverRoot(DriverId id) |
int |
DriverFactory.install(DriverId id,
java.lang.String className)
Installs the specified driver
|
int |
DriverFactory.uninstall(DriverId id)
Uninstalls the specified driver
|
int |
DriverFactory.upgrade(DriverId id,
java.lang.String className)
Upgrades the specified driver
|
| Constructor and Description |
|---|
Driver(DriverId driverId) |
Copyright © 2018 RENCI. All Rights Reserved.