|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MOAccess
The MOAccess interface defines means to determine the maximum
access supported by a managed object.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||