|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.BaseTableEntry
com.adventnet.snmp.snmp2.agent.VaclEntry
public class VaclEntry
Contains the data handling under vaclEntry group
| Field Summary | |
|---|---|
protected java.lang.String |
aclCommunity
The aclCommunity value of this Entry |
protected int[] |
instanceOID
The InstanceOID of this entry. |
protected java.lang.String |
mibViews
The MibViews of this Entry |
protected java.lang.Integer |
viewStatus
The RowStatus Implementation of this Entry |
| Fields inherited from class com.adventnet.snmp.snmp2.agent.BaseTableEntry |
|---|
agentName |
| Constructor Summary | |
|---|---|
VaclEntry()
Default Constructor - currently does nothing. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAclCommunity()
Handles the SNMP Get Request for aclCommunity |
java.lang.String |
getMibViews()
Handles the SNMP Get Request for mibViews |
java.lang.Integer |
getViewStatus()
Handles the SNMP Get Request for viewStatus |
void |
setAclCommunity(java.lang.String value)
Handles the SNMP Set Request for aclCommunity |
void |
setMibViews(java.lang.String value)
Handles the SNMP Set Request for mibViews |
void |
setrowStatus(java.lang.Integer value)
Method to set the rowStatus value |
void |
setViewStatus(java.lang.Integer value)
Handles the SNMP Set Request for viewStatus |
java.lang.String |
toString()
Overriding toString for tag Output of information. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.adventnet.utils.agent.TableEntry |
|---|
computeInstanceOID, getInstanceOID, setInstanceOID |
| Field Detail |
|---|
protected java.lang.String aclCommunity
protected java.lang.String mibViews
protected java.lang.Integer viewStatus
protected int[] instanceOID
| Constructor Detail |
|---|
public VaclEntry()
| Method Detail |
|---|
public java.lang.String getAclCommunity()
throws AgentException
AgentException - on error.
public void setAclCommunity(java.lang.String value)
throws AgentException
value - The aclCommunity String value.
AgentException - on error.
public java.lang.String getMibViews()
throws AgentException
AgentException - on error.
public void setMibViews(java.lang.String value)
throws AgentException
value - The MibViews OID String value default will be .1.3
AgentException - on error
public java.lang.Integer getViewStatus()
throws AgentException
AgentException - on error.
public void setViewStatus(java.lang.Integer value)
throws AgentException
value - The RowStatus Integer value
AgentException - on errorpublic java.lang.String toString()
toString in class java.lang.Objectpublic void setrowStatus(java.lang.Integer value)
RowStatusHandlerInterface
setrowStatus in interface RowStatusHandlerInterfacevalue - the Integer specifying the rowStatus value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||