org.snmp4j.agent.mo.ext
Class SimMOFactory.SimMOAccess

java.lang.Object
  extended by org.snmp4j.agent.mo.MOAccessImpl
      extended by 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
SimMOFactory.SimMOAccess(int moAccess)
           
 
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 isAccessibleForWrite()
          Check whether the managed object can be written (i.e.
 
Methods inherited from class org.snmp4j.agent.mo.MOAccessImpl
getAccess, getInstance, isAccessibleForNotify, isAccessibleForRead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimMOFactory.SimMOAccess

public SimMOFactory.SimMOAccess(int moAccess)
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 interface MOAccess
Overrides:
isAccessibleForCreate in class MOAccessImpl
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 interface MOAccess
Overrides:
isAccessibleForWrite in class MOAccessImpl
Returns:
true if the managed object instance(s) can be written.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.