fr.dyade.aaa.agent
Class DriverDone
- Cloneable, Serializable
Notification reporting the end of a driver execution.
Driver
protected int | driver
|
protected int | driverKey - Identifies the driver in the context of multi-connections.
|
DriverDone(int driver) - Creates a notification to be sent.
|
DriverDone(int driver, int driverKey) - Constructor used in a multi-connections context.
|
int | getDriver() - Accesses read only property.
|
int | getDriverKey() - Method returning the driverKey identifying
the closing driver.
|
String | toString() - Provides a string image for this object.
|
driver
protected int driver
driverKey
protected int driverKey
Identifies the driver in the context of multi-connections.
DriverDone
public DriverDone(int driver)
Creates a notification to be sent.
driver
- identifies the terminated driver
DriverDone
public DriverDone(int driver,
int driverKey)
Constructor used in a multi-connections context.
driver
- identifies the terminated driver (IN or OUT).driverKey
- identifies the driver among other drivers.
getDriver
public int getDriver()
Accesses read only property.
getDriverKey
public int getDriverKey()
Method returning the driverKey identifying
the closing driver.
toString
public String toString()
Provides a string image for this object.
- toString in interface Notification
Copyright B) 2004 Scalagent - All rights reserved