public class DeploymentMessage extends Exchange
| Modifier and Type | Field and Description |
|---|---|
static int |
ABORT |
static int |
DEPLOY |
static int |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
java.lang.String |
getJobIdentifier() |
Operation |
getOperation() |
java.lang.String |
getTaskIdentifier() |
boolean |
isValidExchangeSubType()
Checks to see if the exchange sub-type in the reconstructed exchange is a
valid one.
|
void |
marshallExchangeSpecificElements(FormatWriter mFormat)
This method is utilized by the derived classes to marshall (or serialize)
elements that are specific to the derived class.
|
java.lang.String |
toString() |
void |
unmarshallExchangeSpecificElements(FormatReader mFormat)
This method is utilized by the derived classes to reconstruct elements
that are specific to the derived class.
|
getBytes, getConditionFlag, getDescription, getExchangeSubType, getExchangeType, getIdentifier, getRespondTo, getTimestamp, isRequest, isResponse, reconstruct, setExchangeType, setRespondTo, setTimestamppublic static final int DEPLOY
public static final int STATUS
public static final int ABORT
public java.lang.String getJobIdentifier()
public Operation getOperation()
public java.lang.String getClassName()
public java.lang.String getTaskIdentifier()
public void marshallExchangeSpecificElements(FormatWriter mFormat) throws FormatException
ExchangemarshallExchangeSpecificElements in class ExchangemFormat - The buffer formatter to write to.FormatExceptionpublic void unmarshallExchangeSpecificElements(FormatReader mFormat) throws FormatException
ExchangeunmarshallExchangeSpecificElements in class ExchangemFormat - The buffer formatter to read from.FormatExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isValidExchangeSubType()
ExchangeisValidExchangeSubType in class Exchangetrue If the exchange subType is a valid one, or
false otherwise.