fr.dyade.aaa.agent

Class DriverMonitor


public class DriverMonitor
extends java.lang.Object

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.

Constructor Details

DriverMonitor

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)
Constructor.

Method Details

getOis

public NotificationInputStream getOis()
Method returning the ois object.


getOos

public NotificationOutputStream getOos()
Method returning the oos object.


getQout

public Queue getQout()
Method returning the qout object.


Copyright B) 2004 Scalagent - All rights reserved