com.adventnet.snmp.snmp2.agent
Class StatusEvent

java.lang.Object
  extended by com.adventnet.utils.agent.AgentEventObject
      extended by com.adventnet.snmp.snmp2.agent.StatusEvent
All Implemented Interfaces:
java.io.Serializable

Deprecated. The API no longer uses this class.

public class StatusEvent
extends AgentEventObject

This class is used to tell the status of any bean. This depend purely on the bean implementation.

Since:
AdventNet Agent Toolkit (Java Edition) 4.2 release.
See Also:
SnmpAgent, Recorder, PlayBack, Serialized Form

Field Summary
(package private)  java.lang.String status
          Deprecated.  
 
Fields inherited from class com.adventnet.utils.agent.AgentEventObject
source
 
Constructor Summary
StatusEvent(java.lang.Object StatusEventSource)
          Deprecated. Constructor for the StatusEvent
StatusEvent(java.lang.Object StatusEventSource, java.lang.String status)
          Deprecated. Constructor for the StatusEvent
 
Method Summary
 java.lang.String getStatus()
          Deprecated. Getter of the bean status.
 void setStatus(java.lang.String status)
          Deprecated. Setter for the bean status.
 
Methods inherited from class com.adventnet.utils.agent.AgentEventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

status

java.lang.String status
Deprecated. 
Constructor Detail

StatusEvent

public StatusEvent(java.lang.Object StatusEventSource,
                   java.lang.String status)
Deprecated. 
Constructor for the StatusEvent

Parameters:
statusEventSource - the originator of this event
status - value of the status.

StatusEvent

public StatusEvent(java.lang.Object StatusEventSource)
Deprecated. 
Constructor for the StatusEvent

Parameters:
statusEventSource - the originator of this event
Method Detail

getStatus

public java.lang.String getStatus()
Deprecated. 
Getter of the bean status.

Returns:
agent status

setStatus

public void setStatus(java.lang.String status)
Deprecated. 
Setter for the bean status.

Parameters:
status - the bean status String