public interface Disposable
Modifier and Type | Field and Description |
---|---|
static int |
EXITCODE_ERROR
This Exit-code might be used to indicate an action error from the dispose method
The code will be forwarded to the request's exit method (see below)
|
static int |
EXITCODE_SUCCESS
This exit-code might be used to indicate a successful action from the dispose method
The code will be forwarded to the WebRequest's exit method (see WebRequest.exit())
|
static final int EXITCODE_SUCCESS
static final int EXITCODE_ERROR
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.