com.tivoli.twg.rmon
Class TWGRMONTest

java.lang.Object
  extended bycom.tivoli.twg.rmon.TWGRMONTest
All Implemented Interfaces:
java.util.Observer

public class TWGRMONTest
extends java.lang.Object
implements java.util.Observer


Constructor Summary
TWGRMONTest(com.tivoli.twg.engine.TWGMofInstanceOf Factory, TWGSNMPDevice mo)
           
 
Method Summary
 void update(java.util.Observable o, java.lang.Object arg)
          This method is used as the observer for all Get/GetResponse operations performed to accomplish SNMP Discovery.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TWGRMONTest

public TWGRMONTest(com.tivoli.twg.engine.TWGMofInstanceOf Factory,
                   TWGSNMPDevice mo)
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
This method is used as the observer for all Get/GetResponse operations performed to accomplish SNMP Discovery. It is called by the Request SNMPPDU instance when it completes. This could be due to a timeout, as well as a response.

Specified by:
update in interface java.util.Observer