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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubNextRequestHandler.java180 final SnmpVarBind elmt=
185 result[index]= elmt;
187 // if ((elmt != null) && (elmt.value == null) &&
189 // elmt.value = SnmpVarBind.endOfMibView;
197 if ((elmt != null) &&
198 (elmt.value != SnmpVarBind.endOfMibView))
199 result[index]= elmt;
207 if (elmt == null) continue;
210 if (elmt
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibNode.java355 int elmt= 0;
366 elmt= a[curr];
367 if (val == elmt) {
373 if (elmt < val) {
H A DSnmpMibOid.java472 int elmt= 0;
474 elmt= varList[curr];
475 if (cursor == elmt) {
480 if (elmt < cursor) {
497 int elmt=0;
507 elmt= varList[curr];
511 if (index == elmt)
514 if (elmt < index) {
/openjdk7/jdk/test/javax/management/notification/
H A DBroadcasterSupportDeadlockTest.java141 for (StackTraceElement elmt : stack)
142 System.out.println(" " + elmt);
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DMLet.java525 for (MLetContent elmt : mletList) {
527 String code = elmt.getCode();
533 String name = elmt.getName();
534 URL codebase = elmt.getCodeBase();
535 String version = elmt.getVersion();
536 String serName = elmt.getSerializedObject();
537 String jarFiles = elmt.getJarFiles();
538 URL documentBase = elmt.getDocumentBase();
543 .append("\n\tMLET TAG = ").append(elmt.getAttributes())
571 codebase = check(version, codebase, tok, elmt);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DIntrospector.java369 public static Descriptor descriptorForElement(final AnnotatedElement elmt) { argument
370 if (elmt == null)
372 final Annotation[] annots = elmt.getAnnotations();
H A DRepository.java435 NamedObject elmt= moiTb.get(cstr);
436 if (elmt != null) {

Completed in 40 milliseconds