public class AgentXNode extends Object implements ManagedObject
AgentXNode
represents an atomic registration
region within the master agents ManagedObject
s.
There can be several AgentXNodes for a single AgentX
region registration.Modifier | Constructor and Description |
---|---|
|
AgentXNode(AgentXRegion region,
AgentXRegEntry registration) |
protected |
AgentXNode(AgentXRegion region,
TreeSet<AgentXRegEntry> registrations) |
Modifier and Type | Method and Description |
---|---|
void |
addRegistration(AgentXRegEntry entry) |
void |
cleanup(SubRequest request) |
void |
commit(SubRequest request) |
boolean |
expand(OID upper,
boolean inclusive) |
OID |
find(MOScope range) |
void |
get(SubRequest request) |
AgentXRegEntry |
getActiveRegistration() |
AgentXNode |
getClone(AgentXRegion region) |
int |
getRegistrationCount() |
MOScope |
getScope() |
boolean |
next(SubRequest request) |
void |
prepare(SubRequest request) |
boolean |
removeRegistration(AgentXRegEntry entry) |
boolean |
shrink(OID upper) |
String |
toString() |
void |
undo(SubRequest request) |
public AgentXNode(AgentXRegion region, AgentXRegEntry registration)
protected AgentXNode(AgentXRegion region, TreeSet<AgentXRegEntry> registrations)
public AgentXNode getClone(AgentXRegion region)
public int getRegistrationCount()
public boolean shrink(OID upper)
public boolean expand(OID upper, boolean inclusive)
public void addRegistration(AgentXRegEntry entry)
public boolean removeRegistration(AgentXRegEntry entry)
public OID find(MOScope range)
find
in interface ManagedObject
public final AgentXRegEntry getActiveRegistration()
public void get(SubRequest request)
get
in interface ManagedObject
public MOScope getScope()
getScope
in interface ManagedObject
public boolean next(SubRequest request)
next
in interface ManagedObject
public void prepare(SubRequest request)
prepare
in interface ManagedObject
public void undo(SubRequest request)
undo
in interface ManagedObject
public void cleanup(SubRequest request)
cleanup
in interface ManagedObject
public void commit(SubRequest request)
commit
in interface ManagedObject
Copyright © 2016 SNMP4J.org. All rights reserved.