org.snmp4j.agent
Interface RegisteredManagedObject

All Superinterfaces:
ManagedObject
All Known Subinterfaces:
SerializableManagedObject
All Known Implementing Classes:
AgentppSimulationMib.AgentppSimDeleteRow, AgentppSimulationMib.AgentppSimDeleteTableContents, AgentppSimulationMib.AgentppSimMode, DateAndTimeScalar, DefaultMOTable, DisplayStringScalar, EnumeratedScalar, MOScalar, NotificationLogMib.NlmConfigGlobalAgeOut, NotificationLogMib.NlmConfigGlobalEntryLimit, Snmp4jConfigMib.Snmp4jCfgSecSrcAddrValidation, Snmp4jDemoMib.Snmp4jDemoScalar, Snmp4jHeartbeatMib.Snmp4jAgentHBRefTime, SnmpTsmMib.SnmpTsmConfigurationUsePrefix, SNMPv2MIB.SysOREntry, SNMPv2MIB.SysUpTimeImpl, TestAndIncr, TimeStampScalar

public interface RegisteredManagedObject
extends ManagedObject

A registered ManagedObject has an unique OID that has been registered world-wide by a MIB module.

Version:
1.2
Author:
Frank Fock

Method Summary
 org.snmp4j.smi.OID getID()
          Gets the unique object ID of the managed object.
 
Methods inherited from interface org.snmp4j.agent.ManagedObject
cleanup, commit, find, get, getScope, next, prepare, undo
 

Method Detail

getID

org.snmp4j.smi.OID getID()
Gets the unique object ID of the managed object.

Returns:
an OID.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.