fr.dyade.aaa.agent
Class DriverMonitor

java.lang.Object
  extended byfr.dyade.aaa.agent.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

getQout

public Queue getQout()
Method returning the qout object.


getOis

public NotificationInputStream getOis()
Method returning the ois object.


getOos

public NotificationOutputStream getOos()
Method returning the oos object.



Copyright ? 2004 Scalagent - All rights reserved