DRCL J-Sim API

Uses of Interface
drcl.comp.ActiveComponent

Packages that use ActiveComponent
drcl.comp   
drcl.comp.lib   
drcl.comp.lib.bytestream   
drcl.comp.tool   
drcl.inet.application   
drcl.inet.core   
drcl.inet.mac   
drcl.inet.protocol.aodv   
drcl.inet.protocol.cbt   
drcl.inet.sensorsim   
drcl.inet.socket   
drcl.inet.transport   
drcl.net.traffic   
 

Uses of ActiveComponent in drcl.comp
 

Subinterfaces of ActiveComponent in drcl.comp
 interface RestartableComponent
          An ActiveComponent that can be Component#_start()ed for multiple times, that is, allows re-entrance of Component#_start().
 

Classes in drcl.comp that implement ActiveComponent
 class ComponentTemplate
          This component provides skeleton codes for writing a component.
 

Uses of ActiveComponent in drcl.comp.lib
 

Classes in drcl.comp.lib that implement ActiveComponent
 class RNG
          A random number generation component.
 class Talk
          A simple chat client component.
 

Uses of ActiveComponent in drcl.comp.lib.bytestream
 

Classes in drcl.comp.lib.bytestream that implement ActiveComponent
 class ByteStreamNetPeer
          An intermediate component that acts as between a ByteStreamContract component and a real network socket.
 

Uses of ActiveComponent in drcl.comp.tool
 

Classes in drcl.comp.tool that implement ActiveComponent
 class ComponentDebugger
          Can specify a set of keyword combinations to filter out unrelated events.
 class ComponentTester
          This tester component is designed for testing a component.
 

Uses of ActiveComponent in drcl.inet.application
 

Classes in drcl.inet.application that implement ActiveComponent
 class BulkSource
          A byte stream source which always sends bytes as long as the receiver has sufficient buffers.
 class BulkSourceSink
          A byte stream source which always sends bytes as long as the receiver has sufficient buffers.
 class FileSource
          A byte stream source which simulates sending a file of limited size.
 class fspd
          A simple FSP (File Service Protocol) server.
 class ftp
          This component implements a uni-directional file transfer protocol.
 class ftpd
          A simple FTP server.
 

Uses of ActiveComponent in drcl.inet.core
 

Classes in drcl.inet.core that implement ActiveComponent
 class Hello
          Component that resides in a node and exchanges information with neighboring nodes.
 class Hellov
          Component that resides in a node and exchanges information with neighboring nodes.
 

Uses of ActiveComponent in drcl.inet.mac
 

Classes in drcl.inet.mac that implement ActiveComponent
 class Mac_802_11
          This class implements IEEE802.11 protocol.
 class MobilityModel
          This class simulates the movement of the mobile nodes.
 class WirelessPhy
          This class simulates many functions of a wireless physical card.
 

Uses of ActiveComponent in drcl.inet.protocol.aodv
 

Classes in drcl.inet.protocol.aodv that implement ActiveComponent
 class AODV
          AODV.java: the main part of AODV protocols.
 

Uses of ActiveComponent in drcl.inet.protocol.cbt
 

Classes in drcl.inet.protocol.cbt that implement ActiveComponent
 class CBT
          Implements the Core Based Tree (CBT) Multicast Routing protocol.
 

Uses of ActiveComponent in drcl.inet.sensorsim
 

Classes in drcl.inet.sensorsim that implement ActiveComponent
 class SensorMobilityModel
          This class implements the sensor mobility model which handles location, speed and mobility pattern of a sensor/target node.
 class TargetAgent
          This class implements a target node in a wireless sensor network.
 

Uses of ActiveComponent in drcl.inet.socket
 

Classes in drcl.inet.socket that implement ActiveComponent
 class TCP_socket
          This class adds 3way-handshaking and SocketContract to TCPb.
 

Uses of ActiveComponent in drcl.inet.transport
 

Classes in drcl.inet.transport that implement ActiveComponent
 class TCP
          This component implements the single-session sender TCP.
 class TCPb
          Bi-directional (Single-session) TCP Protocol.
 

Uses of ActiveComponent in drcl.net.traffic
 

Classes in drcl.net.traffic that implement ActiveComponent
 class SimpleTrace
          This class implements a simple trace component.
 class TCPTrace
           
 class TraceInput
          TraceInput output packets to down@ port based on a trace file.
 class TrafficSourceComponent
          Defines the base class for implementing a traffic source.
 class tsExpOnOff
          This class implements an On/Off traffic source.
 class tsFixedPoints
          This class implements a traffic shaper that conforms to the fixed-points traffic model.
 class tsOnOff
          This class implements an On/Off traffic source.
 class tsPacketTrain
          This class implements a traffic shaper that conforms to the packet train traffic model.
 class tsParetoOnOff
          This class implements a Pareto On/Off traffic source.
 class tsPeakRate
          This class implements a traffic source that conforms to the traffic_PeakRate peak rate traffic model.
 class tsPoisson
          This class implements an On/Off traffic source.
 class tsPoissonVariableSize
          This class implements an On/Off traffic source.
 


DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~