| | |
| | | super(mib); |
| | | this.server = server; |
| | | this.connectionHandlerName = connectionHandlerObjectName; |
| | | this.ApplIndex = new Integer(applIndex); |
| | | this.DsApplIfProtocolIndex = new Integer(connectionHandlerIndex); |
| | | this.ApplIndex = Integer.valueOf(applIndex); |
| | | this.DsApplIfProtocolIndex = Integer.valueOf(connectionHandlerIndex); |
| | | this.monitor = SNMPMonitor.getMonitor(server); |
| | | } |
| | | |
| | |
| | | if (index==-1) { |
| | | return this.DsApplIfProtocol; |
| | | } |
| | | return new String("1.3.6.1..27.3.") + portNumber.substring(index+1); |
| | | return "1.3.6.1..27.3." + portNumber.substring(index+1); |
| | | } |
| | | } |
| | | |