|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdatableManagedObject
The UpdatableManagedObject interface defines the basic
operations for all SNMP(4J) manageable objects that need to be updated
to reflect the up-to-date state of the managed object.
| Method Summary | |
|---|---|
java.util.Date |
getLastUpdate()
Gets the date and time of the last update. |
java.lang.Object |
getLastUpdateSource()
Gets the object that triggered the last update of this managed object. |
void |
update(MOQuery updateScope)
Update the content of the managed object that is covered by the supplied scope. |
| Methods inherited from interface org.snmp4j.agent.ManagedObject |
|---|
cleanup, commit, find, get, getScope, next, prepare, undo |
| Method Detail |
|---|
java.util.Date getLastUpdate()
null is returned.
update(MOQuery updateScope) has
been called.java.lang.Object getLastUpdateSource()
null if the source of the last update is
unknown/undefined.void update(MOQuery updateScope)
updateScope - the query that triggered the update and thus defining the update scope.
If null the whole managed object has to be updated.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||