private static class TPT.TPTState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_TPT_REMOTE
The constant to denote that all transfers are to be executed
on the remote site.
|
static int |
ALL_TPT_TYPE
The constant to denote that all transfers are to be third party.
|
static int |
INTER_TPT_REMOTE
The constant to denote that an inter site transfer is to be executed
on the remote site.
|
static int |
INTER_TPT_TYPE
The constant to denote that an inter site transfer is to be third party.
|
private int |
mState
Stores the state as an integer.
|
static int |
STAGE_IN_TPT_REMOTE
The constant to denote that a stage-in transfer is to be executed
on the remote site.
|
static int |
STAGE_IN_TPT_TYPE
The constant to denote that a stage-in transfer is to be third party.
|
static int |
STAGE_OUT_TPT_REMOTE
The constant to denote that a stage-out transfer is to be executed
on the remote site.
|
static int |
STAGE_OUT_TPT_TYPE
The constant to denote that a stage-out transfer is to be third party.
|
Constructor and Description |
---|
TPTState()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
get(int type)
Returns a boolean indicating whether the attribute passed is set
in the transfer state or not.
|
int |
getState()
Returns the state.
|
void |
set(int type)
Sets a type of transfer to be third party.
|
java.lang.String |
toString()
Returns a textual description of the state as
(stageinRemote,interRemote,stageoutRemote,stageinTPT,interTPT,stageOutTPT).
|
public static final int STAGE_IN_TPT_TYPE
public static final int INTER_TPT_TYPE
public static final int STAGE_OUT_TPT_TYPE
public static final int ALL_TPT_TYPE
public static final int STAGE_IN_TPT_REMOTE
public static final int INTER_TPT_REMOTE
public static final int STAGE_OUT_TPT_REMOTE
public static final int ALL_TPT_REMOTE
private int mState
public int getState()
public void set(int type)
type
- the type of transfer to be set TPTpublic boolean get(int type)
type
- the attribute type.public java.lang.String toString()
toString
in class java.lang.Object