| | |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012-2014 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.server.snmp; |
| | | |
| | |
| | | * Getter for the "DsApplIfProtocol" variable. |
| | | * @return an OID representing the connection handler:port |
| | | */ |
| | | @Override |
| | | public String getDsApplIfProtocol() { |
| | | String portNumber = (String)this.monitor.getAttribute |
| | | (this.connectionHandlerName, "ds-connectionhandler-listener"); |
| | |
| | | * Returns the ObjectName of the SNMP entry MBean. |
| | | * @return ObjectName of the entry |
| | | */ |
| | | @Override |
| | | public ObjectName getObjectName() { |
| | | if (this.entryName == null) { |
| | | try { |