Active Virtual Network Management Prediction (AVNMP) Classes

snmp.agent
Class AgentCommunicator

java.lang.Object
  |
  +--magician.Node.KU_SmartPacket_V2
        |
        +--snmp.agent.AgentCommunicator
All Implemented Interfaces:
CommInterface, java.lang.Runnable, java.io.Serializable

public class AgentCommunicator
extends magician.Node.KU_SmartPacket_V2
implements CommInterface

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

Fields inherited from class magician.Node.KU_SmartPacket_V2
CPU_Requirements, Destination_Address, IO_BW_Requirements, Memory_Requirements, NextHop, PacketID, Source_Address, TypeID
 
Fields inherited from interface snmp.agent.CommInterface
ERR_DUPENTRY, ERR_NOSUCHID, MSG_ADDINT, MSG_ADDLONG, MSG_ADDSTRING, MSG_GETINT, MSG_GETLONG, MSG_GETNEXT, MSG_GETSTRING, MSG_REMOVE, MSG_REMOVEBRANCH, MSG_UPDATEINT, MSG_UPDATELONG, MSG_UPDATESTRING, OK
 
Constructor Summary
AgentCommunicator()
           
AgentCommunicator(AgentTableInterface table)
           
 
Method Summary
 void exec()
           
 void setAgentTable(AgentTableInterface table)
           
 
Methods inherited from class magician.Node.KU_SmartPacket_V2
AcquireSmallState, build, CreateSmallState, describeComponents, DestroySmallState, GetCanonicalAddress, GetLinkLayerAddress, GetNetName, GetNextHop, GetNodeName, GetNumberOfHops, GetService, GetSmallState, GetSmallState, getSourceAddress, getTypeId, halt, pathNotFound, run, SendForProcessing, SendSmartPacket, SendSmartPacket, SetSmallState, sleep, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentCommunicator

public AgentCommunicator()

AgentCommunicator

public AgentCommunicator(AgentTableInterface table)
Method Detail

setAgentTable

public void setAgentTable(AgentTableInterface table)

exec

public void exec()
Overrides:
exec in class magician.Node.KU_SmartPacket_V2

Active Virtual Network Management Prediction (AVNMP) Classes