public interface MOAccess
MOAccess
interface defines means to determine the maximum
access supported by a managed object.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 |
isAccessibleForNotify()
Check whether the managed object can be send in a notification.
|
boolean |
isAccessibleForRead()
Check whether the managed object can be read (i.e.
|
boolean |
isAccessibleForWrite()
Check whether the managed object can be written (i.e.
|
boolean isAccessibleForRead()
true
if the managed object instance(s) can be read.boolean isAccessibleForWrite()
true
if the managed object instance(s) can be written.boolean isAccessibleForNotify()
true
if the managed object instance(s) can be send in a
notification.boolean isAccessibleForCreate()
true
if the managed object instance(s) can be created.Copyright © 2019 SNMP4J.org. All rights reserved.