public abstract class AbstractSequence extends Object
Modifier and Type | Field and Description |
---|---|
protected SequenceAcknowledgement |
acknowledgement |
protected Identifier |
id |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSequence(Identifier i,
ProtocolVariation p) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Identifier |
getIdentifier() |
ProtocolVariation |
getProtocol() |
int |
hashCode() |
static boolean |
identifierEquals(Identifier id1,
Identifier id2) |
boolean |
isAcknowledged(long m) |
String |
toString() |
protected final Identifier id
protected SequenceAcknowledgement acknowledgement
protected AbstractSequence(Identifier i, ProtocolVariation p)
public Identifier getIdentifier()
public ProtocolVariation getProtocol()
public static boolean identifierEquals(Identifier id1, Identifier id2)
public boolean isAcknowledged(long m)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.