Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.snmp
Interface SnmpConfigMBean


public interface SnmpConfigMBean

Method Summary
 void addConfiguration()
          Add a new element named configuration
 void addMapping()
          Add a new element named mapping
 List<SnmpConfigurationTypeMBean> getConfigurationMBean()
          Return the list of the SnmpConfigurationType element
 List<MappingTypeMBean> getMappingMBean()
          Return the list of the MappingType element
 void removeConfiguration(int index)
          Remove an element named configuration by the index
 void removeMapping(int index)
          Remove an element named mapping by the index

 

Method Detail

addConfiguration

void addConfiguration()
Add a new element named configuration

removeConfiguration

void removeConfiguration(int index)
Remove an element named configuration by the index

addMapping

void addMapping()
Add a new element named mapping

removeMapping

void removeMapping(int index)
Remove an element named mapping by the index

getConfigurationMBean

List<SnmpConfigurationTypeMBean> getConfigurationMBean()
Return the list of the SnmpConfigurationType element

getMappingMBean

List<MappingTypeMBean> getMappingMBean()
Return the list of the MappingType element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.