public class AgentXQueue.AgentXQueueEntry extends Object implements Comparable<AgentXQueue.AgentXQueueEntry>
Constructor and Description |
---|
AgentXQueueEntry(int transactionID) |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(AgentXPending pendingRequest) |
int |
compareTo(AgentXQueue.AgentXQueueEntry other) |
boolean |
equals(Object obj) |
AgentXPending |
get(int sessionID,
boolean remove) |
int |
getMinTimeout() |
Collection<AgentXPending> |
getPending() |
long |
getTimestamp() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
void |
updateTimestamp() |
public final void addEntry(AgentXPending pendingRequest)
public final void updateTimestamp()
public final long getTimestamp()
public final int getMinTimeout()
public int compareTo(AgentXQueue.AgentXQueueEntry other)
compareTo
in interface Comparable<AgentXQueue.AgentXQueueEntry>
public final AgentXPending get(int sessionID, boolean remove)
public final boolean isEmpty()
public final Collection<AgentXPending> getPending()
Copyright © 2016 SNMP4J.org. All rights reserved.