1 10 11 package com.sun.jmx.snmp.agent; 12 13 import com.sun.jmx.snmp.SnmpValue; 16 import com.sun.jmx.snmp.SnmpStatusException; 17 18 37 public interface SnmpStandardMetaServer { 38 56 public SnmpValue get(long arc, Object userData) 57 throws SnmpStatusException ; 58 59 80 public SnmpValue set(SnmpValue x, long arc, Object userData) 81 throws SnmpStatusException ; 82 83 101 public void check(SnmpValue x, long arc, Object userData) 102 throws SnmpStatusException ; 103 104 } 105 | Popular Tags |