Package org.opends.server.snmp
Interface DsEntry
- 
- All Known Implementing Classes:
 DsApplIfOpsEntryImpl,DsTableEntryImpl
public interface DsEntryThis 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 ObjectNamegetObjectName()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
 
 
 - 
 
 -