public class AgentXRegEntry extends Object implements Comparable<AgentXRegEntry>
Constructor and Description |
---|
AgentXRegEntry(AgentXMasterSession session,
AgentXRegion region,
int priority,
OctetString context,
int timeout) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AgentXRegEntry other)
Compares this object with the specified object for order.
|
boolean |
equals(Object obj) |
OctetString |
getContext() |
OID |
getId() |
int |
getPriority() |
AgentXRegion |
getRegion() |
AgentXMasterSession |
getSession() |
int |
getSpecific() |
int |
getTimeout() |
int |
hashCode() |
void |
setId(OID id) |
String |
toString() |
public AgentXRegEntry(AgentXMasterSession session, AgentXRegion region, int priority, OctetString context, int timeout)
public OctetString getContext()
public int getPriority()
public AgentXRegion getRegion()
public AgentXMasterSession getSession()
public int getSpecific()
public int getTimeout()
public OID getId()
public int compareTo(AgentXRegEntry other)
compareTo
in interface Comparable<AgentXRegEntry>
other
- the AgentXRegEntry to be compared.public void setId(OID id)
Copyright © 2016 SNMP4J.org. All rights reserved.