|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.sir.SIRLatency
public class SIRLatency
This represents a latency for message delivery. A latency can be: - best-effort delivery - a max time for delivery - a (min,max) range for delivery - a set of discrete times for delivery
Field Summary | |
---|---|
static SIRLatency |
BEST_EFFORT
This signifies a best-effort latency. |
Constructor Summary | |
---|---|
protected |
SIRLatency()
|
Method Summary | |
---|---|
Object |
accept(AttributeVisitor p)
Accepts the specified attribute visitor. |
void |
accept(KjcVisitor p)
Accepts the specified visitor. |
Object |
deepClone()
Returns a deep clone of this object. |
protected void |
deepCloneInto(SIRLatency other)
Clones all fields of this into |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SIRLatency BEST_EFFORT
Constructor Detail |
---|
protected SIRLatency()
Method Detail |
---|
public String toString()
toString
in class Object
public void accept(KjcVisitor p)
public Object accept(AttributeVisitor p)
p
- the visitorpublic Object deepClone()
deepClone
in interface DeepCloneable
protected void deepCloneInto(SIRLatency other)
other
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |