|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.runtime.values.Value
orc.runtime.sites.Site
orc.lib.time.Rtimer
public class Rtimer
Implements the RTimer site
| Field Summary |
|---|
| Fields inherited from class orc.runtime.values.Value |
|---|
futureNotReady |
| Constructor Summary | |
|---|---|
Rtimer()
|
|
| Method Summary | |
|---|---|
void |
callSite(Args args,
Token returnToken)
Must be implemented by subclasses to implement the site behavior |
Type |
type()
|
| Methods inherited from class orc.runtime.sites.Site |
|---|
accept, createCall, enterTransaction |
| Methods inherited from class orc.runtime.values.Value |
|---|
forceArg, forceCall, signal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rtimer()
| Method Detail |
|---|
public void callSite(Args args,
Token returnToken)
throws TokenException
Site
callSite in class Siteargs - list of argument valuesreturnToken - where the result should be sent
TokenExceptionpublic Type type()
type in class Site
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||