Active Virtual Network Management Prediction (AVNMP) Classes

snmp.agent
Class valFunc

java.lang.Object
  |
  +--snmp.agent.valFunc
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
getName

public abstract class valFunc
extends java.lang.Object
implements java.io.Serializable

This class gets values from the application to respond to SNMP requests. This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF.

Version:
$Revision: 1.1.1.1 $ $State: Exp $
Author:
Steve Bush
See Also:
Serialized Form

Constructor Summary
valFunc()
           
 
Method Summary
abstract  java.lang.Long getValue(java.lang.Long type)
           
abstract  java.lang.String getValue(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

valFunc

public valFunc()
Method Detail

getValue

public abstract java.lang.Long getValue(java.lang.Long type)

getValue

public abstract java.lang.String getValue(java.lang.String type)

Active Virtual Network Management Prediction (AVNMP) Classes