|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.vmm.agent.driver.DriverFactory
public class DriverFactory
The DriverFactory class is a singleton which acts a factory of Driver objects. Driver are identified with symbolic aliases in domain XML files. The mapping between driver aliases and Java Driver classes is specified in the etc/drivermap.properties file.
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
|
| Method Summary | |
|---|---|
static DriverFactory |
getInstance()
Returns the single DriverFactory instance |
Driver |
newDriver(java.lang.String driverName)
Builds a new Driver object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger logger
| Method Detail |
|---|
public static DriverFactory getInstance()
public Driver newDriver(java.lang.String driverName)
driverName - alias of the driver to create
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||