Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.snmp
Interface V3TrapForwardingTableTypeReadOnlyMBean

All Known Subinterfaces:
V3TrapForwardingTableTypeMBean
All Known Implementing Classes:
V3TrapForwardingTableType

public interface V3TrapForwardingTableTypeReadOnlyMBean

Method Summary
 java.lang.String getCommunity()
          Gets the value of the community property.
 java.lang.String getManagerHost()
          Gets the value of the managerHost property.
 int getManagerPort()
          Gets the value of the managerPort property.
 int getRetries()
          Gets the value of the retries property.
 int getSecurityLevel()
          Gets the value of the securityLevel property.
 int getTimeout()
          Gets the value of the timeout property.
 java.lang.String getUserContextName()
          Gets the value of the userContextName property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 int getUserSecModel()
          Gets the value of the userSecModel property.
 int getVersion()
          Gets the value of the version property.

 

Method Detail

getManagerHost

java.lang.String getManagerHost()
Gets the value of the managerHost property.

getManagerPort

int getManagerPort()
Gets the value of the managerPort property.

getVersion

int getVersion()
Gets the value of the version property.

getCommunity

java.lang.String getCommunity()
Gets the value of the community property.

getUserName

java.lang.String getUserName()
Gets the value of the userName property.

getUserSecModel

int getUserSecModel()
Gets the value of the userSecModel property.

getSecurityLevel

int getSecurityLevel()
Gets the value of the securityLevel property.

getUserContextName

java.lang.String getUserContextName()
Gets the value of the userContextName property.

getTimeout

int getTimeout()
Gets the value of the timeout property.

getRetries

int getRetries()
Gets the value of the retries property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.