Package co.ecg.alpaca.toolkit
Class AbstractContext<T extends AbstractContext<?>>
java.lang.Object
co.ecg.alpaca.toolkit.AbstractContext<T>
- Direct Known Subclasses:
ProcessContext,RequestContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidabstract Tintlonglongvoidjoin()protected voidremoveChild(T requestContext) toString()
-
Field Details
-
parent
-
-
Constructor Details
-
AbstractContext
-
-
Method Details
-
getOutstandingFutures
public long getOutstandingFutures() -
getOutstandingInheritedFutures
public long getOutstandingInheritedFutures() -
addChild
-
removeChild
-
getNumberChildren
public int getNumberChildren() -
getChildContext
-
getFutures
-
getAllInheritedFutures
-
join
public void join() -
toString
-