Package | Description |
---|---|
org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
org.apache.twill.ext |
Modifier and Type | Method and Description |
---|---|
Command |
Command.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Future<Command> |
ServiceController.sendCommand(Command command)
Sends a user command to the running application.
|
Future<Command> |
ServiceController.sendCommand(String runnableName,
Command command)
Sends a user command to the given runnable of the running application.
|
Modifier and Type | Method and Description |
---|---|
void |
TwillRunnable.handleCommand(Command command)
Called when a command is received.
|
void |
AbstractTwillRunnable.handleCommand(Command command) |
Future<Command> |
ServiceController.sendCommand(Command command)
Sends a user command to the running application.
|
Future<Command> |
ServiceController.sendCommand(String runnableName,
Command command)
Sends a user command to the given runnable of the running application.
|
Modifier and Type | Method and Description |
---|---|
void |
BundledJarRunnable.handleCommand(Command command) |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.