public interface IDriver
| Modifier and Type | Method and Description |
|---|---|
int |
cleanup()
Cleanup any relevant state.
|
int |
dispatch(java.lang.String actionId,
java.util.Properties in,
java.util.Properties out)
Main driver dispatch routine.
|
int |
dispatch2(java.lang.String objectId,
java.lang.String actionId,
java.util.Properties in,
java.util.Properties out)
Main driver dispatch routine for objects.
|
DriverId |
getId()
Returns the unique driver identifier.
|
int |
initialize()
Initialize the driver
|
boolean |
isStateful()
If the driver maintains state between calls, this method should return true.
|
void |
setFactory(DriverFactory factory)
Sets the factory used to create this driver
|
DriverId getId()
int initialize()
throws java.lang.Exception
java.lang.Exception - in case of errorint cleanup()
throws java.lang.Exception
java.lang.Exception - in case of errorint dispatch(java.lang.String actionId,
java.util.Properties in,
java.util.Properties out)
throws java.lang.Exception
actionId - action identifierin - Properties list describing the requestout - Output properties listjava.lang.Exception - in case of errorint dispatch2(java.lang.String objectId,
java.lang.String actionId,
java.util.Properties in,
java.util.Properties out)
throws java.lang.Exception
actionId - action identifierin - Properties list describing the requestout - Output properties listjava.lang.Exception - in case of errorboolean isStateful()
void setFactory(DriverFactory factory)
factory - factoryCopyright © 2018 RENCI. All Rights Reserved.