|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.vacm.VacmViewTreeEntry
public class VacmViewTreeEntry
This class is used to keep track of the VacmAccessEntry objects for each unique familyViewName. It maintains a list of VacmFamilyEntry objects for a each family viewName. The API user need not instantiate this class as the VacmViewTreeTable instantiates it. Once the VacmFamilyEntry object is created, it has to be added to the VacmViewTreeTable.
VacmViewTreeTable,
Serialized Form| Field Summary | |
|---|---|
(package private) java.util.Vector |
familyVector
Vector of VacmFamilyEntry Objects. |
(package private) byte[] |
familyViewName
VacmViewTreeFamilyName |
| Constructor Summary | |
|---|---|
VacmViewTreeEntry(byte[] viewName)
Creates a VacmViewTreeEntry with the specified familyViewName |
|
| Method Summary | |
|---|---|
(package private) void |
addElement(VacmFamilyEntry entry1)
Adds an entry to the accessEntryVector. |
java.util.Vector |
getFamilyEntries()
Returns an Vector of VacmFamilyEntry maintained by this class. |
byte[] |
getFamilyViewName()
Get the FamilyViewName associated with this object. |
java.lang.Object |
getKey()
Retrive the Key for this VacmViewTreeEntry. |
static java.lang.Object |
getKey(byte[] viewName)
Retrive the Key for this VacmViewTreeEntry. |
(package private) boolean |
isInMibView(int[] OID)
This method checks to see if the requested variable OID is in the MibView for this entry's viewName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
byte[] familyViewName
java.util.Vector familyVector
| Constructor Detail |
|---|
VacmViewTreeEntry(byte[] viewName)
viewName - The FamilyViewName| Method Detail |
|---|
public byte[] getFamilyViewName()
public java.util.Vector getFamilyEntries()
void addElement(VacmFamilyEntry entry1)
entry - The VacmFamilyEntrypublic java.lang.Object getKey()
public static java.lang.Object getKey(byte[] viewName)
viewName - The familyViewName
java.lang.NullPointerException - if the viewName is null.boolean isInMibView(int[] OID)
OID - The requested variable OID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||