Package org.opends.server.snmp
Interface DsEntry
-
- All Known Implementing Classes:
DsApplIfOpsEntryImpl
,DsTableEntryImpl
public interface DsEntry
This interface should be implemented by all the DS:OID MBean and allows to get the ObjectName of a SNMP OID MBean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectName
getObjectName()
Returns the ObjectName of the SNMP Entry.
-
-
-
Method Detail
-
getObjectName
ObjectName getObjectName()
Returns the ObjectName of the SNMP Entry.- Returns:
- the ObjectName of the SNMP Entry
-
-