Package | Description |
---|---|
com.gwtplatform.dispatch.rpc.shared |
Modifier and Type | Method and Description |
---|---|
BatchAction.OnException |
BatchAction.getOnException()
The expected behaviour if any of the sub-actions throw an exception.
|
static BatchAction.OnException |
BatchAction.OnException.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchAction.OnException[] |
BatchAction.OnException.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BatchAction(BatchAction.OnException onException,
Action<?>... actions)
Constructs a new batch action, which will attempt to execute the provided list of actions in order.
|
Copyright © 2010–2014 Arcbees. All rights reserved.