mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
25.30.2008 df50105cb59f505200cb363b7a1ac76201dec6ec
opends/src/snmp/src/org/opends/server/snmp/DsEntry.java
@@ -30,12 +30,12 @@
/**
 * This interface should be implemented by all the DS:OID MBean and
 * allows to get the ObjectName of a SNMP OID MBean
 * allows to get the ObjectName of a SNMP OID MBean.
 */
public interface DsEntry {
  /**
   * Returns the ObjectName of the SNMP Entry
   * Returns the ObjectName of the SNMP Entry.
   * @return the ObjectName of the SNMP Entry
   */
  public ObjectName getObjectName();