public class ReaperElement extends Object implements Comparable<ReaperElement>
Modifier and Type | Field and Description |
---|---|
long |
_absoluteTimeout |
ActivityImple |
_activity |
int |
_timeout |
Constructor and Description |
---|
ReaperElement(ActivityImple act,
int timeout) |
public ActivityImple _activity
public long _absoluteTimeout
public int _timeout
public ReaperElement(ActivityImple act, int timeout)
public int compareTo(ReaperElement o)
compareTo
in interface Comparable<ReaperElement>
Copyright © 2016 JBoss by Red Hat. All rights reserved.