fr.dyade.aaa.agent

Class DriverDone

Implemented Interfaces:
Cloneable, Serializable

public class DriverDone
extends Notification

Notification reporting the end of a driver execution.

See Also:
Driver

Field Summary

protected int
driver
protected int
driverKey
Identifies the driver in the context of multi-connections.

Fields inherited from class fr.dyade.aaa.agent.Notification

persistent

Constructor Summary

DriverDone(int driver)
Creates a notification to be sent.
DriverDone(int driver, int driverKey)
Constructor used in a multi-connections context.

Method Summary

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.

Methods inherited from class fr.dyade.aaa.agent.Notification

clone, getContext, setContext, toString

Field Details

driver

protected int driver


driverKey

protected int driverKey
Identifies the driver in the context of multi-connections.

Constructor Details

DriverDone

public DriverDone(int driver)
Creates a notification to be sent.

Parameters:
driver - identifies the terminated driver


DriverDone

public DriverDone(int driver,
                  int driverKey)
Constructor used in a multi-connections context.

Parameters:
driver - identifies the terminated driver (IN or OUT).
driverKey - identifies the driver among other drivers.

Method Details

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.
Overrides:
toString in interface Notification


Copyright B) 2004 Scalagent - All rights reserved