MOAccess
public class SimMOFactory.SimMOAccess extends MOAccessImpl
ACCESS_FOR_NOTIFY, ACCESS_READ_CREATE, ACCESS_READ_ONLY, ACCESS_READ_WRITE, ACCESS_WRITE_ONLY, ACCESSIBLE_FOR_CREATE, ACCESSIBLE_FOR_NOTIFY, ACCESSIBLE_FOR_READ, ACCESSIBLE_FOR_READ_CREATE, ACCESSIBLE_FOR_READ_ONLY, ACCESSIBLE_FOR_READ_WRITE, ACCESSIBLE_FOR_WRITE
Constructor | Description |
---|---|
SimMOAccess(int moAccess) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
isAccessibleForCreate() |
Check whether the managed object can be created (through a SET request on
a non existant instance of a columnar object).
|
boolean |
isAccessibleForWrite() |
Check whether the managed object can be written (i.e.
|
asString, getAccess, getInstance, isAccessibleForNotify, isAccessibleForRead, toString
public boolean isAccessibleForCreate()
MOAccess
isAccessibleForCreate
in interface MOAccess
isAccessibleForCreate
in class MOAccessImpl
true
if the managed object instance(s) can be created.public boolean isAccessibleForWrite()
MOAccess
isAccessibleForWrite
in interface MOAccess
isAccessibleForWrite
in class MOAccessImpl
true
if the managed object instance(s) can be written.Copyright © 2018 SNMP4J.org. All rights reserved.