fr.dyade.aaa.agent
Class DriverDone

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byfr.dyade.aaa.agent.DriverDone
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class DriverDone
extends Notification

Notification reporting the end of a driver execution.

See Also:
Driver, Serialized Form

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.
 java.lang.String toString()
          Provides a string image for this object.
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

driver

protected int driver

driverKey

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

Constructor Detail

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 Detail

getDriver

public int getDriver()
Accesses read only property.


getDriverKey

public int getDriverKey()
Method returning the driverKey identifying the closing driver.


toString

public java.lang.String toString()
Provides a string image for this object.

Overrides:
toString in class Notification


Copyright ? 2004 Scalagent - All rights reserved