Active Virtual Network Management Prediction (AVNMP) Classes

avnmp.java.start
Class Amain

java.lang.Object
  |
  +--magician.Node.KU_SmartPacket_V2
        |
        +--avnmp.java.lp.AvnmpBase
              |
              +--avnmp.java.start.Amain
All Implemented Interfaces:
ConfigInterface, java.lang.Runnable, java.io.Serializable

public class Amain
extends AvnmpBase
implements ConfigInterface

This class starts up an individual Logical Process on a node.

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 avnmp.java.lp.ConfigInterface
Dvm, initTolerance, logdir, lvm, ootLimit, pdir, rmlog, rmplots, rmsnmp, runMinutes, snmpdir, VirtualMessageRatio
 
Constructor Summary
Amain()
           
 
Method Summary
 void exec()
          Process incoming messages and generate outgoing messages.
 
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

Amain

public Amain()
Method Detail

exec

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

Active Virtual Network Management Prediction (AVNMP) Classes