Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.snmp
Interface SnmpConfigurationTypeMBean

All Superinterfaces:
SnmpConfigurationTypeReadOnlyMBean
All Known Implementing Classes:
SnmpConfigurationType

public interface SnmpConfigurationTypeMBean
extends SnmpConfigurationTypeReadOnlyMBean

Method Summary
 void addAccessControlTable()
          Add a new element named accessControlTable
 void addV1V2TrapForwardingTable()
          Add a new element named v1V2TrapForwardingTable
 void addV3TrapForwardingTable()
          Add a new element named v3TrapForwardingTable
 boolean isEnabled()
          Gets the value of the enabled property.
 void removeAccessControlTable(int index)
          Remove an element named accessControlTable by the index
 void removeV1V2TrapForwardingTable(int index)
          Remove an element named v1V2TrapForwardingTable by the index
 void removeV3TrapForwardingTable(int index)
          Remove an element named v3TrapForwardingTable by the index
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setLoggingLevel(int value)
          Sets the value of the loggingLevel property.
 void setPort(int value)
          Sets the value of the port property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.

 

Methods inherited from interface oracle.axia.config.beans.snmp.SnmpConfigurationTypeReadOnlyMBean
getAccessControlTableMBean, getLoggingLevel, getPort, getTarget, getV1V2TrapForwardingTableMBean, getV3TrapForwardingTableMBean, getVersion

 

Method Detail

setTarget

void setTarget(java.lang.String value)
Sets the value of the target property.

isEnabled

boolean isEnabled()
Gets the value of the enabled property.

setEnabled

void setEnabled(boolean value)
Sets the value of the enabled property.

setPort

void setPort(int value)
Sets the value of the port property.

setVersion

void setVersion(java.lang.String value)
Sets the value of the version property.

setLoggingLevel

void setLoggingLevel(int value)
Sets the value of the loggingLevel property.

addAccessControlTable

void addAccessControlTable()
Add a new element named accessControlTable

removeAccessControlTable

void removeAccessControlTable(int index)
Remove an element named accessControlTable by the index

addV1V2TrapForwardingTable

void addV1V2TrapForwardingTable()
Add a new element named v1V2TrapForwardingTable

removeV1V2TrapForwardingTable

void removeV1V2TrapForwardingTable(int index)
Remove an element named v1V2TrapForwardingTable by the index

addV3TrapForwardingTable

void addV3TrapForwardingTable()
Add a new element named v3TrapForwardingTable

removeV3TrapForwardingTable

void removeV3TrapForwardingTable(int index)
Remove an element named v3TrapForwardingTable by the index

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.