Searched refs:SNMP_PORT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DAgent.java69 private static final String SNMP_PORT = field in class:Agent
232 String snmpPort = props.getProperty(SNMP_PORT);
362 String snmpPort = System.getProperty(SNMP_PORT);
388 throw new UnsupportedOperationException("Unsupported management property: " + SNMP_PORT,x);
391 throw new UnsupportedOperationException("Unsupported management property: " + SNMP_PORT,x);
399 throw new UnsupportedOperationException("Unsupported management property: " + SNMP_PORT,cause);
402 throw new UnsupportedOperationException("Unsupported management property: " + SNMP_PORT,x);

Completed in 30 milliseconds