|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.DriverDone
Notification reporting the end of a driver execution.
Driver
,
Serialized FormField 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 |
protected int driver
protected int driverKey
Constructor Detail |
public DriverDone(int driver)
driver
- identifies the terminated driverpublic DriverDone(int driver, int driverKey)
driver
- identifies the terminated driver (IN or OUT).driverKey
- identifies the driver among other drivers.Method Detail |
public int getDriver()
public int getDriverKey()
public java.lang.String toString()
toString
in class Notification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |