org.snmp4j.agent
Interface MOAccess

All Known Implementing Classes:
MOAccessImpl, SimMOFactory.SimMOAccess

public interface MOAccess

The MOAccess interface defines means to determine the maximum access supported by a managed object.

Version:
1.0
Author:
Frank Fock

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

isAccessibleForRead

boolean isAccessibleForRead()
Check whether the managed object can be read (i.e. accessed by GET, GETNEXT, or GETBULK requests).

Returns:
true if the managed object instance(s) can be read.

isAccessibleForWrite

boolean isAccessibleForWrite()
Check whether the managed object can be written (i.e. accessed by SET requests).

Returns:
true if the managed object instance(s) can be written.

isAccessibleForNotify

boolean isAccessibleForNotify()
Check whether the managed object can be send in a notification.

Returns:
true if the managed object instance(s) can be send in a notification.

isAccessibleForCreate

boolean isAccessibleForCreate()
Check whether the managed object can be created (through a SET request on a non existant instance of a columnar object).

Returns:
true if the managed object instance(s) can be created.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.