com.adventnet.snmp.snmp2.agent
Class StatusEvent
java.lang.Object
|
+--com.adventnet.utils.agent.AgentEventObject
|
+--com.adventnet.snmp.snmp2.agent.StatusEvent
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. |
|
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 java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
status
java.lang.String status
- Deprecated.
StatusEvent
public StatusEvent(java.lang.Object StatusEventSource,
java.lang.String status)
- Deprecated.
- Constructor for the StatusEvent
- Parameters:
statusEventSource - the originator of this eventstatus - value of the status.
StatusEvent
public StatusEvent(java.lang.Object StatusEventSource)
- Deprecated.
- Constructor for the StatusEvent
- Parameters:
statusEventSource - the originator of this event
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