Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.snmp
Interface SnmpConfigurationTypeReadOnlyMBean

All Known Subinterfaces:
SnmpConfigurationTypeMBean
All Known Implementing Classes:
SnmpConfigurationType

public interface SnmpConfigurationTypeReadOnlyMBean

Method Summary
 java.util.List<AccessControlTableTypeMBean> getAccessControlTableMBean()
          Return the list of the AccessControlTableType element
 int getLoggingLevel()
          Gets the value of the loggingLevel property.
 int getPort()
          Gets the value of the port property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.util.List<V1V2TrapForwardingTableTypeMBean> getV1V2TrapForwardingTableMBean()
          Return the list of the V1V2TrapForwardingTableType element
 java.util.List<V3TrapForwardingTableTypeMBean> getV3TrapForwardingTableMBean()
          Return the list of the V3TrapForwardingTableType element
 java.lang.String getVersion()
          Gets the value of the version property.

 

Method Detail

getTarget

java.lang.String getTarget()
Gets the value of the target property.

getPort

int getPort()
Gets the value of the port property.

getVersion

java.lang.String getVersion()
Gets the value of the version property.

getLoggingLevel

int getLoggingLevel()
Gets the value of the loggingLevel property.

getAccessControlTableMBean

java.util.List<AccessControlTableTypeMBean> getAccessControlTableMBean()
Return the list of the AccessControlTableType element

getV1V2TrapForwardingTableMBean

java.util.List<V1V2TrapForwardingTableTypeMBean> getV1V2TrapForwardingTableMBean()
Return the list of the V1V2TrapForwardingTableType element

getV3TrapForwardingTableMBean

java.util.List<V3TrapForwardingTableTypeMBean> getV3TrapForwardingTableMBean()
Return the list of the V3TrapForwardingTableType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.