All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class advent.sas.Receiver

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----advent.sas.Receiver

public class Receiver
extends Thread
The SNMP Applet client will request a session via this socket and Receiver will be invoked to handle the needs of that session.


Constructor Index

 o Receiver(DataOutputStream, DatagramSocket, SASessionClient)

Method Index

 o run()

Constructors

 o Receiver
 public Receiver(DataOutputStream output,
                 DatagramSocket snmpsock,
                 SASessionClient client)

Methods

 o run
 public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index