Package org.opennms.protocols.snmp

Examples of org.opennms.protocols.snmp.SnmpNull


            + be.attr.getName() + ": " + e.toString());
         }
      }
      else
      {
      ssy = new SnmpNull();
      log.info(NO_ENTRY_FOUND_FOR_OID + oid);
    }
    return ssy;
  }
View Full Code Here


            log.trace("setValueFor: set attribute in mbean-Server");
        }
        else
            {
          log.debug("Did not find a suitable data type for newVal " + newVal);
          ssy = new SnmpNull();
        }
        // TODO
      }
      catch (Exception e )
         {
        log.debug("setValueFor: exception " + e.getMessage());
        ssy = new SnmpNull();
      }
    }
    else
      {
      ssy = new SnmpNull();
      log.info(NO_ENTRY_FOUND_FOR_OID + oid);
    }
    return ssy;
  }
View Full Code Here

TOP

Related Classes of org.opennms.protocols.snmp.SnmpNull

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.