42434445464748
public JMXSimpleArrayIndexSupport() { } public Object getRowIdentifier(Object nativeRowId, int nativeIndex) { return new JMXArrayIndexKey(nativeIndex); }
555657585960616263
return null; } public Object mapToRowIdentifier(OID rowIndex) { if (rowIndex == null) { return new JMXArrayIndexKey(0); } return new JMXArrayIndexKey(rowIndex.get(0)); }