Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.snmp
Interface V3TrapForwardingTableTypeMBean


public interface V3TrapForwardingTableTypeMBean

Method Summary
 String getCommunity()
          Gets the value of the community property.
 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.
 String getUserContextName()
          Gets the value of the userContextName property.
 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.
 void setCommunity(String value)
          Sets the value of the community property.
 void setManagerHost(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(String value)
          Sets the value of the userContextName property.
 void setUserName(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.

 

Method Detail

getManagerHost

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

setManagerHost

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

getManagerPort

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

setManagerPort

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

getVersion

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

setVersion

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

getCommunity

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

setCommunity

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

getUserName

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

setUserName

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

getUserSecModel

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

setUserSecModel

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

getSecurityLevel

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

setSecurityLevel

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

getUserContextName

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

setUserContextName

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

getTimeout

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

setTimeout

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

getRetries

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

setRetries

void setRetries(int value)
Sets the value of the retries property.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.