- java.lang.Object
-
- org.snmp4j.agent.mo.MOAccessImpl
-
- org.snmp4j.agent.mo.ext.SimMOFactory.SimMOAccess
-
- All Implemented Interfaces:
MOAccess
- Enclosing class:
- SimMOFactory
public class SimMOFactory.SimMOAccess extends MOAccessImpl
-
-
Field Summary
-
Fields inherited from class org.snmp4j.agent.mo.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 Summary
Constructors Constructor Description SimMOAccess(int moAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class org.snmp4j.agent.mo.MOAccessImpl
asString, getAccess, getInstance, isAccessibleForNotify, isAccessibleForRead, toString
-
-
-
-
Method Detail
-
isAccessibleForCreate
public boolean isAccessibleForCreate()
Description copied from interface:MOAccess
Check whether the managed object can be created (through a SET request on a non existant instance of a columnar object).- Specified by:
isAccessibleForCreate
in interfaceMOAccess
- Overrides:
isAccessibleForCreate
in classMOAccessImpl
- Returns:
true
if the managed object instance(s) can be created.
-
isAccessibleForWrite
public boolean isAccessibleForWrite()
Description copied from interface:MOAccess
Check whether the managed object can be written (i.e. accessed by SET requests).- Specified by:
isAccessibleForWrite
in interfaceMOAccess
- Overrides:
isAccessibleForWrite
in classMOAccessImpl
- Returns:
true
if the managed object instance(s) can be written.
-
-