Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.snmp
Interface V3TrapForwardingTableTypeMBean

All Superinterfaces:
V3TrapForwardingTableTypeReadOnlyMBean
All Known Implementing Classes:
V3TrapForwardingTableType

public interface V3TrapForwardingTableTypeMBean
extends V3TrapForwardingTableTypeReadOnlyMBean

Method Summary
 void setCommunity(java.lang.String value)
          Sets the value of the community property.
 void setManagerHost(java.lang.String value)
          Sets the value of the managerHost property.
 void setManagerPort(int value)
          Sets the value of the managerPort property.
 void setRetries(int value)
          Sets the value of the retries property.
 void setSecurityLevel(int value)
          Sets the value of the securityLevel property.
 void setTimeout(int value)
          Sets the value of the timeout property.
 void setUserContextName(java.lang.String value)
          Sets the value of the userContextName property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 void setUserSecModel(int value)
          Sets the value of the userSecModel property.
 void setVersion(int value)
          Sets the value of the version property.

 

Methods inherited from interface oracle.axia.config.beans.snmp.V3TrapForwardingTableTypeReadOnlyMBean
getCommunity, getManagerHost, getManagerPort, getRetries, getSecurityLevel, getTimeout, getUserContextName, getUserName, getUserSecModel, getVersion

 

Method Detail

setManagerHost

void setManagerHost(java.lang.String value)
Sets the value of the managerHost property.

setManagerPort

void setManagerPort(int value)
Sets the value of the managerPort property.

setVersion

void setVersion(int value)
Sets the value of the version property.

setCommunity

void setCommunity(java.lang.String value)
Sets the value of the community property.

setUserName

void setUserName(java.lang.String value)
Sets the value of the userName property.

setUserSecModel

void setUserSecModel(int value)
Sets the value of the userSecModel property.

setSecurityLevel

void setSecurityLevel(int value)
Sets the value of the securityLevel property.

setUserContextName

void setUserContextName(java.lang.String value)
Sets the value of the userContextName property.

setTimeout

void setTimeout(int value)
Sets the value of the timeout property.

setRetries

void setRetries(int value)
Sets 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.