atropos.start
Class SnmpAgentMain

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

public class SnmpAgentMain
extends InjectSnmpBase

This class starts up an individual Logical Process on a node. 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.KUSmartPacketV2
CPU_Requirements, Destination_Address, halted, IO_BW_Requirements, Memory_Requirements, NextHop, PacketID, Source_Address, thisNode, TypeID
 
Constructor Summary
SnmpAgentMain(int p, snmp.agent.AgentTable at)
          Set the information requires to start the SNMP agent.
 
Method Summary
 void exec()
          Begin running the SNMP agent.
 
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
 

Constructor Detail

SnmpAgentMain

public SnmpAgentMain(int p,
                     snmp.agent.AgentTable at)
Set the information requires to start the SNMP agent.
Parameters:
p - The SNMP port.
at - The AgentTable -- needs to be shared with smallstate interface mechanism.
Method Detail

exec

public void exec()
Begin running the SNMP agent.
Overrides:
exec in class magician.Node.KUSmartPacketV2


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