Package | Description |
---|---|
edu.rice.hj.runtime.actors |
The base package for the habanero-java actors support.
|
edu.rice.hj.runtime.baseruntime |
Modifier and Type | Class and Description |
---|---|
class |
LingeringHabaneroActivity
A concrete implementation of a @see HabaneroActivity which delays its execution by claiming not to be ready until
forced to be ready.
|
class |
RunnableHabaneroActivity
A concrete implementation of a @see HabaneroActivity which accepts a runnable block to execute.
|
Modifier and Type | Method and Description |
---|---|
static RunnableActivity |
HabaneroActivityFactory.adapt(String activityName,
HjPlace hjPlace,
HjRunnable runnable)
Factory method for
RunnableActivity instances. |
protected static RunnableActivity |
RunnableActivity.availableActivity() |
Modifier and Type | Method and Description |
---|---|
protected static void |
RunnableActivity.enqueueActivity(RunnableActivity activity) |
void |
InvocationStrategy.RunnableInvocationStrategy.executeTask(RunnableActivity activityToInvoke)
This method implements the strategy used to invoke Hj activities.
|
void |
InvocationStrategy.RunnableInvocationStrategy.DefaultStrategy.executeTask(RunnableActivity activityToInvoke) |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.