Interface | Description |
---|---|
MOLockStrategy |
The
MOLockStrategy interface defines a strategy for locking ManagedObject
instances when they are accessed through a MOServer . |
Class | Description |
---|---|
DefaultMOLockStrategy |
The
DefaultMOLockStrategy implements a simple default locking strategy that
requires a lock if a write access on a ManagedObject is intended or if the managed object
accessed is an instance of UpdatableManagedObject . |
LockRequest |
The
LockRequest class bundles information necessary to request a lock on a
ManagedObject for update or value access. |
Enum | Description |
---|---|
LockRequest.LockStatus |
Copyright © 2018 SNMP4J.org. All rights reserved.