All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
protected int |
acceptSession(AgentXMasterSession session) |
AgentXResponsePDU |
addAgentCaps(AgentXAddAgentCapsPDU pdu,
AgentXMasterSession session) |
void |
addAgentXMasterListener(AgentXMasterListener l) |
protected void |
addPeer(AgentXPeer peer) |
protected void |
addRegion(AgentXRegEntry registration,
AgentXRegion region) |
protected void |
addRegistration(AgentXRegEntry registration) |
protected void |
addSession(AgentXMasterSession session) |
protected AgentXPeer |
closePeer(Address peerAddress,
byte reason) |
AgentXResponsePDU |
closeSession(AgentXClosePDU pdu,
AgentXMasterSession session) |
void |
closeSession(AgentXMasterSession session,
byte reason) |
void |
connectionStateChanged(TransportStateEvent change) |
protected AgentXResponsePDU |
createResponse(AgentXPDU request,
AgentXSession session) |
protected void |
finalizeRequest(CommandResponderEvent command,
SnmpRequest req,
MOServer server) |
protected void |
fireMasterChanged(AgentXMasterEvent event) |
protected AgentCapabilityList |
getAgentCaps(OctetString contextName) |
byte |
getAgentXVersion() |
protected TimeTicks |
getContextSysUpTime(OctetString context) |
byte |
getDefaultTimeout() |
int |
getMaxConsecutiveTimeouts()
Gets the maximum number of consecutive timeouts allowed per session.
|
int |
getMaxParseErrors()
Gets the upper limit for parse errors for an AgentX peer.
|
int |
getMaxReprocessing() |
protected int |
getNextSessionID() |
protected AgentXPeer |
getPeer(Address address) |
MOServer |
getServer()
|
protected AgentXMasterSession |
getSession(AgentXPDU pdu) |
protected AgentXMasterSession |
getSession(int sessionID) |
AgentXResponsePDU |
indexAllocate(AgentXIndexAllocatePDU pdu,
AgentXMasterSession session) |
AgentXResponsePDU |
indexDeallocate(AgentXIndexDeallocatePDU pdu,
AgentXMasterSession session) |
boolean |
isAcceptNewContexts()
Indicates whether subagents can register contexts that are not yet
supported by this master agent.
|
protected boolean |
isDuplicate(AgentXRegEntry registration) |
protected AgentXResponsePDU |
notify(AgentXNotifyPDU pdu,
AgentXMasterSession session) |
void |
onResponse(AgentXResponseEvent event)
Process an AgentX response.
|
AgentXResponsePDU |
openSession(AgentXOpenPDU pdu,
AgentXCommandEvent event) |
protected AgentXResponsePDU |
ping(AgentXPingPDU pdu,
AgentXMasterSession session) |
protected void |
processAgentXBulkResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
processAgentXGetNextResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
processAgentXGetResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
processAgentXSearchResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected void |
processAgentXSetResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
void |
processCommand(AgentXCommandEvent event) |
protected static void |
processsErrorResponse(AgentXPending pending,
AgentXResponsePDU pdu) |
protected AgentXResponsePDU |
register(AgentXRegisterPDU pdu,
AgentXCommandEvent command,
AgentXMasterSession session) |
AgentXResponsePDU |
removeAgentCaps(AgentXRemoveAgentCapsPDU pdu,
AgentXMasterSession session) |
void |
removeAgentXMasterListener(AgentXMasterListener l) |
protected void |
removeAllRegistrations(AgentXMasterSession session) |
protected AgentXPeer |
removePeer(Address peerAddress) |
protected boolean |
removeRegistration(AgentXRegEntry registration,
Iterator<AgentXRegEntry> regIterator) |
protected AgentXMasterSession |
removeSession(int sessionID) |
protected void |
sendResponse(AgentXPDU response,
AgentXSession session) |
void |
setAcceptNewContexts(boolean acceptNewContexts)
Enables or disables accepting new contexts from subagents.
|
void |
setDefaultTimeout(byte defaultTimeout) |
void |
setMaxConsecutiveTimeouts(int maxConsecutiveTimeouts)
Sets the maximum number of timeouts allowed per session.
|
void |
setMaxParseErrors(int maxParseErrors)
Sets the maximum number of parse errors allowed per peer.
|
void |
setMaxReprocessing(int maxReprocessing) |
protected AgentXResponsePDU |
unregister(AgentXUnregisterPDU pdu,
AgentXCommandEvent event,
AgentXMasterSession session) |