|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.DriverMonitor
The DriverMonitor
class is used by ProxyAgent
instances managing multi-connections for holding the elements composing a
connection set.
Constructor Summary | |
DriverMonitor(fr.dyade.aaa.agent.DriverIn drvIn,
fr.dyade.aaa.agent.DriverOut drvOut,
Queue qout,
NotificationInputStream ois,
NotificationOutputStream oos,
fr.dyade.aaa.agent.DriverConnect drvCnx)
Constructor. |
Method Summary | |
NotificationInputStream |
getOis()
Method returning the ois object. |
NotificationOutputStream |
getOos()
Method returning the oos object. |
Queue |
getQout()
Method returning the qout object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DriverMonitor(fr.dyade.aaa.agent.DriverIn drvIn, fr.dyade.aaa.agent.DriverOut drvOut, Queue qout, NotificationInputStream ois, NotificationOutputStream oos, fr.dyade.aaa.agent.DriverConnect drvCnx)
Method Detail |
public Queue getQout()
public NotificationInputStream getOis()
public NotificationOutputStream getOos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |