Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.snmp
Interface V1V2TrapForwardingTableTypeMBean

All Superinterfaces:
V1V2TrapForwardingTableTypeReadOnlyMBean
All Known Implementing Classes:
V1V2TrapForwardingTableType

public interface V1V2TrapForwardingTableTypeMBean
extends V1V2TrapForwardingTableTypeReadOnlyMBean

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 setTimeout(int value)
          Sets the value of the timeout property.
 void setVersion(int value)
          Sets the value of the version property.

 

Methods inherited from interface oracle.axia.config.beans.snmp.V1V2TrapForwardingTableTypeReadOnlyMBean
getCommunity, getManagerHost, getManagerPort, getRetries, getTimeout, 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.

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.