| Package | Description |
|---|---|
| org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
| org.apache.twill.ext | |
| org.apache.twill.internal |
This package provides internal classes for Twill.
|
| Modifier and Type | Method and Description |
|---|---|
protected TwillContext |
AbstractTwillRunnable.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
TwillRunnable.initialize(TwillContext context)
Called when the container process starts.
|
void |
AbstractTwillRunnable.initialize(TwillContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BundledJarRunnable.doInitialize(TwillContext context) |
void |
BundledJarRunnable.initialize(TwillContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTwillContext
Implementation of
TwillContext that provides the basic runtime information of a TwillRunnable. |
Copyright © 2013-2020 The Apache Software Foundation. All rights reserved.