|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpAccess | |
net.percederberg.mibble.snmp |
Uses of SnmpAccess in net.percederberg.mibble.snmp |
Fields in net.percederberg.mibble.snmp declared as SnmpAccess | |
static SnmpAccess |
SnmpAccess.NOT_IMPLEMENTED
The not implemented SNMP access mode. |
static SnmpAccess |
SnmpAccess.NOT_ACCESSIBLE
The not accesible SNMP access mode. |
static SnmpAccess |
SnmpAccess.ACCESSIBLE_FOR_NOTIFY
The accesible for notify SNMP access mode. |
static SnmpAccess |
SnmpAccess.READ_ONLY
The read-only SNMP access mode. |
static SnmpAccess |
SnmpAccess.READ_WRITE
The read-write SNMP access mode. |
static SnmpAccess |
SnmpAccess.READ_CREATE
The read-create SNMP access mode. |
static SnmpAccess |
SnmpAccess.WRITE_ONLY
The write-only SNMP access mode. |
Methods in net.percederberg.mibble.snmp that return SnmpAccess | |
SnmpAccess |
SnmpCompliance.getAccess()
Returns the access mode. |
SnmpAccess |
SnmpVariation.getAccess()
Returns the access mode. |
SnmpAccess |
SnmpObjectType.getAccess()
Returns the access mode. |
Constructors in net.percederberg.mibble.snmp with parameters of type SnmpAccess | |
SnmpCompliance(MibValue value,
MibType syntax,
MibType writeSyntax,
SnmpAccess access,
java.lang.String description)
Creates a new SNMP module compliance declaration. |
|
SnmpVariation(MibValue value,
MibType syntax,
MibType writeSyntax,
SnmpAccess access,
java.util.ArrayList requiredCells,
MibValue defaultValue,
java.lang.String description)
Creates a new SNMP module variation. |
|
SnmpObjectType(MibType syntax,
java.lang.String units,
SnmpAccess access,
SnmpStatus status,
java.lang.String description,
java.lang.String reference,
java.util.ArrayList index,
MibValue defaultValue)
Creates a new SNMP object type. |
|
SnmpObjectType(MibType syntax,
java.lang.String units,
SnmpAccess access,
SnmpStatus status,
java.lang.String description,
java.lang.String reference,
MibValue augments,
MibValue defaultValue)
Creates a new SNMP object type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |