public class AgentXMasterSession extends AgentXSession
AgentXMasterSession extends the base session
AgentXSession by agent capability information and
sysObjectID as well as sysDescr.| Constructor and Description |
|---|
AgentXMasterSession(int sessionID,
AgentXQueue queue,
org.snmp4j.smi.OID oid,
org.snmp4j.smi.OctetString descr) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAgentCaps(org.snmp4j.smi.OID sysORID,
org.snmp4j.smi.OID agentCapsIndex) |
int |
getAgentXVersion() |
org.snmp4j.smi.OctetString |
getDescr() |
org.snmp4j.smi.OID |
getOid() |
AgentXQueue |
getQueue() |
org.snmp4j.smi.OID |
removeAgentCaps(org.snmp4j.smi.OID sysORID) |
void |
setAgentXVersion(int agentXVersion) |
clearConsecutiveTimeouts, createAgentXTarget, equals, getAgentCaps, getByteOrder, getConsecutiveTimeouts, getPeer, getSessionID, getTimeout, hashCode, incConsecutiveTimeouts, isClosed, setAgentCaps, setByteOrder, setClosed, setPeer, setSessionID, setTimeout, toStringpublic AgentXMasterSession(int sessionID,
AgentXQueue queue,
org.snmp4j.smi.OID oid,
org.snmp4j.smi.OctetString descr)
public AgentXQueue getQueue()
public org.snmp4j.smi.OID getOid()
public org.snmp4j.smi.OctetString getDescr()
public int getAgentXVersion()
public void setAgentXVersion(int agentXVersion)
public void addAgentCaps(org.snmp4j.smi.OID sysORID,
org.snmp4j.smi.OID agentCapsIndex)
public org.snmp4j.smi.OID removeAgentCaps(org.snmp4j.smi.OID sysORID)
Copyright © 2020 SNMP4J.org. All rights reserved.