org.snmp4j.agent.mo.snmp
Interface UpdatableManagedObject

All Superinterfaces:
ManagedObject

Deprecated. This interface had not a clear definition and had not used by SNMP4J-Agent at all. For updatable managed objects use the new interface UpdatableManagedObject instead.

public interface UpdatableManagedObject
extends ManagedObject

An updatable ManagedObject can be externally triggered to update its state by calling its update() method.

Version:
1.0
Author:
Frank Fock

Method Summary
 void update()
          Deprecated. Updates the internal state of the managed object, for example to before a request is processed or if an external event needs to update the data.
 
Methods inherited from interface org.snmp4j.agent.ManagedObject
cleanup, commit, find, get, getScope, next, prepare, undo
 

Method Detail

update

void update()
Deprecated. 
Updates the internal state of the managed object, for example to before a request is processed or if an external event needs to update the data. Another example is updating a TimeStamp object.


Copyright 2005-2008 Frank Fock (SNMP4J.org)