atropos.start
Class InjectSnmp

java.lang.Object
  |
  +--magician.Node.KUSmartPacketV2
        |
        +--atropos.start.InjectSnmpBase
              |
              +--atropos.start.InjectSnmp
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class InjectSnmp
extends InjectSnmpBase

Inject the SNMP protocol into the network. AgentTable holds all the management state.

Version:
$Revision: 1.1.1.1 $ $State: Exp $
Author:
Steve Bush
See Also:
This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF., Serialized Form

Field Summary
 Others addresses
          Carry known addresses to next node
 boolean redundant
          Is an SNMP agent already on this node ?
 
Fields inherited from class magician.Node.KUSmartPacketV2
CPU_Requirements, Destination_Address, halted, IO_BW_Requirements, Memory_Requirements, NextHop, PacketID, Source_Address, thisNode, TypeID
 
Constructor Summary
InjectSnmp()
          Default constructor.
InjectSnmp(java.lang.String d)
          Set the Destination field.
 
Method Summary
 void exec()
          Process incoming messages and generate outgoing messages.
 
Methods inherited from class magician.Node.KUSmartPacketV2
AcquireSmallState, build, CreateSmallState, describeComponents, DestroySmallState, GetCanonicalAddress, getExecTime, GetLinkLayerAddress, GetNetName, GetNextHop, GetNodeName, GetNumberOfHops, GetService, GetSmallState, GetSmallState, getSourceAddress, getTypeId, halt, pathNotFound, run, SendForProcessing, SendSmartPacket, SendSmartPacket, SetSmallState, sleep, stop, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

redundant

public boolean redundant
Is an SNMP agent already on this node ?

addresses

public Others addresses
Carry known addresses to next node
Constructor Detail

InjectSnmp

public InjectSnmp()
Default constructor. Does nothing.

InjectSnmp

public InjectSnmp(java.lang.String d)
Set the Destination field.
Parameters:
d - Description of the Parameter
Method Detail

exec

public void exec()
Process incoming messages and generate outgoing messages.
Overrides:
exec in class magician.Node.KUSmartPacketV2


Copyright © 2002 GE Corporate Research and Development. All Rights Reserved.