Title: ProxySession
Description: This class is responsible for storing information about a device management consoles (DMCs) that sends requests to the SNMPProxy. It is used by ProtocolHandlers (through the ProxySessionManager) who wish to que data that was intended for use to respond to a DMC SNMP request but was not availible in time to respond. This qued data is then used to respond to a repeated requests for that data and then dequed.
In addition, a Session is responsible for storing a POMESClient so that each DMC may have its commands trancieved by its own connection to the POMES.
Sessions are generally timed out and destroyed by the Session manager after a certain length of time.
Copyright: Copyright (c) 2002
Company: Printronix
Method Detail |
public void tick()
public boolean hasExpired()
public String toString()