|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.snmp.snmp2.agent.BaseTableEntry
|
+--com.adventnet.snmp.snmp2.agent.V3ForwardingEntry
Contains the data handling V3ForwardingEntry
| Field Summary | |
(package private) static int |
index
|
(package private) static int |
MANAGERCOMMUNITY
|
(package private) static int |
MANAGERHOST
|
(package private) static int |
MANAGERPORT
|
(package private) static int |
MANAGERRETRIES
|
(package private) static int |
MANAGERTIMEOUT
|
(package private) static int |
MANAGERVERSION
|
(package private) static int |
ROWSTATUS
|
(package private) static int |
V3MANAGERHOSTTYPE
|
(package private) static int |
V3MANAGERUSERCONTEXTNAME
|
(package private) static int |
V3MANAGERUSERNAME
|
(package private) static int |
V3MANAGERUSERSECMODEL
|
(package private) static int |
V3SECURITYLEVEL
|
| Fields inherited from class com.adventnet.snmp.snmp2.agent.BaseTableEntry |
agentName,
instanceOID |
| Constructor Summary | |
V3ForwardingEntry()
Default Constructor - does nothing. |
|
| Method Summary | |
void |
computeAndSetInstanceOID()
|
int |
getIndex()
|
java.lang.String |
getV3ManagerCommunity()
Handles the SNMP Get Request for managerCommunity |
java.lang.String |
getV3ManagerHost()
Handles the SNMP Get Request for managerHost |
java.lang.Integer |
getV3ManagerHostType()
Handles the SNMP Get Request for v3ManagerHostType |
java.lang.Integer |
getV3ManagerPort()
Handles the SNMP Get Request for V3 Manager's Port |
java.lang.Long |
getV3ManagerRetries()
Handles the SNMP Get Request for Retries count |
java.lang.Long |
getV3ManagerTimeOut()
Handles the SNMP Get Request for V3 Manager's Timeout |
java.lang.String |
getV3ManagerUserContextName()
Getter for V3 Manager's User Context Name |
java.lang.String |
getV3ManagerUserName()
Getter fot the V3 Manager's User Name |
java.lang.Long |
getV3ManagerUserSecModel()
Getter for V3 Manager's User Security Model |
java.lang.Integer |
getV3ManagerVersion()
Handles the SNMP Get Request for Manager's Version |
java.lang.Integer |
getV3RowStatus()
Handles the SNMP Get Request for rowStatus |
java.lang.Integer |
getV3SecurityLevel()
Getter of V3 Manager's Security Level. |
void |
setAttributes(java.util.Hashtable values,
java.util.Vector indexList)
|
void |
setIndex(int index)
|
void |
setrowStatus(java.lang.Integer value)
Method to set the rowStatus value |
void |
setV3ManagerCommunity(java.lang.String community)
Handles the SNMP Set Request for manager community |
void |
setV3ManagerHost(java.lang.String host)
Handles the SNMP Set Request for managerHost |
void |
setV3ManagerHostType(java.lang.Integer value)
Handles the SNMP Set Request for v3ManagerHostType |
void |
setV3ManagerPort(java.lang.Integer port)
Handles the SNMP Set Request for managerPort |
void |
setV3ManagerRetries(java.lang.Long retries)
Handles the SNMP Set Request for Retries count for this entry |
void |
setV3ManagerTimeOut(java.lang.Long tout)
Handles the SNMP Set Request for TimeOut |
void |
setV3ManagerUserContextName(java.lang.String cname)
Setter for V3 Manager's User Context Name |
void |
setV3ManagerUserName(java.lang.String uname)
Setter for V3 Manager's User Name |
void |
setV3ManagerUserSecModel(java.lang.Long smodel)
Setter for V3ManagerUserSecModel |
void |
setV3ManagerVersion(java.lang.Integer version)
Handles the SNMP Set Request for managerVersion |
void |
setV3RowStatus(java.lang.Integer status)
Handles the SNMP Set Request for rowStatus |
void |
setV3SecurityLevel(java.lang.Integer slevel)
Setter of V3 Manager's Security Level. |
| Methods inherited from class com.adventnet.snmp.snmp2.agent.BaseTableEntry |
computeInstanceOID,
decrementCount,
getAttributes,
getCount,
getInstanceOID,
setAgentRef,
setCount,
setInstanceOID |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
static final int V3MANAGERHOSTTYPE
static final int MANAGERHOST
static final int MANAGERPORT
static final int MANAGERVERSION
static final int MANAGERCOMMUNITY
static final int V3MANAGERUSERNAME
static final int V3MANAGERUSERSECMODEL
static final int V3SECURITYLEVEL
static final int V3MANAGERUSERCONTEXTNAME
static final int MANAGERTIMEOUT
static final int MANAGERRETRIES
static final int ROWSTATUS
static int index
| Constructor Detail |
public V3ForwardingEntry()
| Method Detail |
public int getIndex()
public void setIndex(int index)
public void setAttributes(java.util.Hashtable values,
java.util.Vector indexList)
throws AgentSnmpException
public java.lang.Integer getV3ManagerHostType()
throws AgentSnmpException
public void setV3ManagerHostType(java.lang.Integer value)
throws AgentSnmpException
value - - The Integer value to be set
public java.lang.String getV3ManagerHost()
throws AgentSnmpException
setV3ManagerHost(String host)
public void setV3ManagerHost(java.lang.String host)
throws AgentSnmpException
String - The String specifying the V3 Manager's Host IpAddressgetV3ManagerHost()
public java.lang.Integer getV3ManagerPort()
throws AgentSnmpException
setV3ManagerPort(Integer port)
public void setV3ManagerPort(java.lang.Integer port)
throws AgentSnmpException
port - The Integer specifying the V3 Manager's Port where
to forward the TrapsgetV3ManagerPort()
public java.lang.Integer getV3ManagerVersion()
throws AgentSnmpException
setV3ManagerVersion(Integer version)
public void setV3ManagerVersion(java.lang.Integer version)
throws AgentSnmpException
version - The Integer specifying the V3 Manager's Version with
which the Trap PDU is to be sentgetV3ManagerVersion()
public java.lang.String getV3ManagerCommunity()
throws AgentSnmpException
setV3ManagetCommunity(String community)
public void setV3ManagerCommunity(java.lang.String community)
throws AgentSnmpException
community - The String specifying the community to be set
for the Trap.getV3ManagerHost()
public java.lang.String getV3ManagerUserName()
throws AgentSnmpException
setV3ManagerUserName(String uname)
public void setV3ManagerUserName(java.lang.String uname)
throws AgentSnmpException
uname - The String specifying the V3 Manager's User NamegetV3ManagerUserName()
public java.lang.Long getV3ManagerUserSecModel()
throws AgentSnmpException
setV3ManagerUserSecModel(Integer smodel)
public void setV3ManagerUserSecModel(java.lang.Long smodel)
throws AgentSnmpException
smodle - The Long specifying the V3 Manager's User Security ModelgetV3ManagerUserSecModel()
public java.lang.String getV3ManagerUserContextName()
throws AgentSnmpException
setV3ManagerUserContextName(String cname)
public void setV3ManagerUserContextName(java.lang.String cname)
throws AgentSnmpException
cname - The String specifying the V3 Manger's User Context NamegetV3ManagerUserContextName()
public java.lang.Long getV3ManagerTimeOut()
throws AgentSnmpException
setV3ManagerTimeOut(Long tout)
public void setV3ManagerTimeOut(java.lang.Long tout)
throws AgentSnmpException
tout - The Long specifying the timeout value.getV3ManagerTimeOut()
public java.lang.Long getV3ManagerRetries()
throws AgentSnmpException
setV3ManagerRetries(Long retires)
public void setV3ManagerRetries(java.lang.Long retries)
throws AgentSnmpException
retries - The Long specifying the retires made for the Trap.getV3ManagerRetries()
public java.lang.Integer getV3RowStatus()
throws AgentSnmpException
setV3RowStatus(Integer status)
public void setV3RowStatus(java.lang.Integer status)
throws AgentSnmpException
status - The Integer of the RowStatus implementationgetV3RowStatus()
public void setV3SecurityLevel(java.lang.Integer slevel)
throws AgentSnmpException
slevel - the SecurityLevel Integer to be set.getV3SecurityLevel()
public java.lang.Integer getV3SecurityLevel()
throws AgentSnmpException
setV3SecurityLevel(Integer slevel)public void setrowStatus(java.lang.Integer value)
value - the Integer specifying the rowStatus value.public void computeAndSetInstanceOID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||