Package | Description |
---|---|
edu.rice.hj.runtime.baseruntime |
Modifier and Type | Class and Description |
---|---|
static class |
InvocationStrategy.SuspendableInvocationStrategy.AbstractSuspendableStrategy |
static class |
InvocationStrategy.SuspendableInvocationStrategy.AsyncInFinishStrategy
Run Hj activity in finish invocation strategy implementation.
|
static class |
InvocationStrategy.SuspendableInvocationStrategy.CompleteFinishStrategy
Run Hj activity in finish invocation strategy implementation.
|
static class |
InvocationStrategy.SuspendableInvocationStrategy.DefaultStrategy
Default Hj activity invocation strategy implementation.
|
Modifier and Type | Field and Description |
---|---|
static InvocationStrategy.SuspendableInvocationStrategy |
InvocationStrategy.SuspendableInvocationStrategy.ASYNC_DEFAULT
Singleton representing the default strategy to invoke an Hj activity.
|
static InvocationStrategy.SuspendableInvocationStrategy |
InvocationStrategy.SuspendableInvocationStrategy.ASYNC_IN_FINISH
Singleton representing a strategy to invoke an HJ activity in a finish.
|
static InvocationStrategy.SuspendableInvocationStrategy |
InvocationStrategy.SuspendableInvocationStrategy.COMPLETE_FINISH |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.