|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.snmp2.vacm.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 FormMethod Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public byte[] getFamilyViewName()
public java.util.Vector getFamilyEntries()
public java.lang.Object getKey()
public static java.lang.Object getKey(byte[] viewName)
viewName
- The familyViewName
java.lang.NullPointerException
- if the viewName is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |