|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry
This class is used to keep track of the VacmAccessEntry object for each unique group name. It maintains a list of VacmAccessEntry objects for each group name. There is no need for the API user to instantiate this class. Once the VacmAccessEntry object is created, it has to added to the VacmGroupAccessTable. The VacmGroupAccessTable instantiates this class.
VacmGroupAccessTable
,
Serialized FormMethod Summary | |
java.util.Vector |
getAccessEntries()
Returns an vector of VacmAccessEntries maintained by this class. |
byte[] |
getGroupName()
Get the VacmGroupName associated with this object. |
java.lang.Object |
getKey()
Retrive the key for this VacmGroupAccessEntry. |
static java.lang.Object |
getKey(byte[] groupName)
Retrive the key for this VacmGroupAccessEntry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public byte[] getGroupName()
public java.util.Vector getAccessEntries()
public java.lang.Object getKey()
public static java.lang.Object getKey(byte[] groupName)
groupName
- The VacmGroupName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |