org.eclipse.rse.services.search
Interface IHostSearchConstants
-
public interface IHostSearchConstants
Field Summary
|
static int
|
CANCELLED
Status indicating configuration has been cancelled, 2. |
static int
|
DISCONNECTED
Status indicating configuration has been disconnected, 3. |
static int
|
FINISHED
Status indicating configuration has finished, 1. |
static int
|
RUNNING
Status indicating configuration is still running, 0. |
RUNNING
static final int RUNNING
- Status indicating configuration is still running, 0.
-
See Also:
-
Constant Field Values
FINISHED
static final int FINISHED
- Status indicating configuration has finished, 1.
-
See Also:
-
Constant Field Values
CANCELLED
static final int CANCELLED
- Status indicating configuration has been cancelled, 2.
-
See Also:
-
Constant Field Values
DISCONNECTED
static final int DISCONNECTED
- Status indicating configuration has been disconnected, 3.
-
See Also:
-
Constant Field Values
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.