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 and Description |
|---|
SimMOAccess(int moAccess) |
| Modifier and Type | Method and 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, toStringpublic boolean isAccessibleForCreate()
MOAccessisAccessibleForCreate in interface MOAccessisAccessibleForCreate in class MOAccessImpltrue if the managed object instance(s) can be created.public boolean isAccessibleForWrite()
MOAccessisAccessibleForWrite in interface MOAccessisAccessibleForWrite in class MOAccessImpltrue if the managed object instance(s) can be written.Copyright © 2020 SNMP4J.org. All rights reserved.