wt.wrmf.delivery
Class RmtMethodActionDesc

java.lang.Object
  extended bywt.wrmf.delivery.RmtMethodActionDesc
All Implemented Interfaces:
Externalizable, Serializable

public class RmtMethodActionDesc
extends Object
implements Serializable, Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  Throwable alert
           
private  Serializable[] args
           
private  String[] argTypes
           
private static String CLASSNAME
           
static long EXTERNALIZATION_VERSION_UID
           
private  boolean hasPayload
           
protected static long OLD_FORMAT_VERSION_UID
           
private  boolean payloadGzipped
           
private static String RESOURCE
           
private  String rmtClass
           
private  String rmtMethod
           
(package private) static long serialVersionUID
           
private  long trackingId
           
private  String trackingIdSrc
           
 
Constructor Summary
RmtMethodActionDesc()
           
 
Method Summary
 Throwable getAlert()
          Gets the value of the attribute: alert.
 Serializable[] getArgs()
          Gets the value of the attribute: args.
 String[] getArgTypes()
          Gets the value of the attribute: argTypes.
 String getRmtClass()
          Gets the value of the attribute: rmtClass.
 String getRmtMethod()
          Gets the value of the attribute: rmtMethod.
 long getTrackingId()
          Gets the value of the attribute: trackingId.
 String getTrackingIdSrc()
          Gets the value of the attribute: trackingIdSrc.
 boolean hasPayloadStream()
          

Supported API: false
 boolean isPayloadGzipped()
          

Supported API: false
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(RmtMethodActionDesc thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  void rmtClassValidate(String a_RmtClass)
           
private  void rmtMethodValidate(String a_RmtMethod)
           
 void setAlert(Throwable a_Alert)
          Sets the value of the attribute: alert.
 void setArgs(Serializable[] a_Args)
          Sets the value of the attribute: args.
 void setArgTypes(String[] a_ArgTypes)
          Sets the value of the attribute: argTypes.
 void setHasPayloadStream(boolean flag)
          

Supported API: false
 void setIsPayloadGzipped(boolean flag)
          

Supported API: false
 void setRmtClass(String a_RmtClass)
          Sets the value of the attribute: rmtClass.
 void setRmtMethod(String a_RmtMethod)
          Sets the value of the attribute: rmtMethod.
 void setTrackingId(long a_TrackingId)
          Sets the value of the attribute: trackingId.
 void setTrackingIdSrc(String a_TrackingIdSrc)
          Sets the value of the attribute: trackingIdSrc.
private  void trackingIdSrcValidate(String a_TrackingIdSrc)
           
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

rmtClass

private String rmtClass

rmtMethod

private String rmtMethod

argTypes

private String[] argTypes

args

private Serializable[] args

hasPayload

private boolean hasPayload

payloadGzipped

private boolean payloadGzipped

trackingId

private long trackingId

trackingIdSrc

private String trackingIdSrc

alert

private Throwable alert

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

RmtMethodActionDesc

public RmtMethodActionDesc()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(RmtMethodActionDesc thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getRmtClass

public String getRmtClass()
Gets the value of the attribute: rmtClass.

Supported API: false

Returns:
String

setRmtClass

public void setRmtClass(String a_RmtClass)
                 throws WTPropertyVetoException
Sets the value of the attribute: rmtClass.

Supported API: false

Parameters:
a_RmtClass -
Throws:
WTPropertyVetoException

rmtClassValidate

private void rmtClassValidate(String a_RmtClass)
                       throws WTPropertyVetoException
Parameters:
a_RmtClass -
Throws:
WTPropertyVetoException

getRmtMethod

public String getRmtMethod()
Gets the value of the attribute: rmtMethod.

Supported API: false

Returns:
String

setRmtMethod

public void setRmtMethod(String a_RmtMethod)
                  throws WTPropertyVetoException
Sets the value of the attribute: rmtMethod.

Supported API: false

Parameters:
a_RmtMethod -
Throws:
WTPropertyVetoException

rmtMethodValidate

private void rmtMethodValidate(String a_RmtMethod)
                        throws WTPropertyVetoException
Parameters:
a_RmtMethod -
Throws:
WTPropertyVetoException

getArgTypes

public String[] getArgTypes()
Gets the value of the attribute: argTypes.

Supported API: false

Returns:
String[]

setArgTypes

public void setArgTypes(String[] a_ArgTypes)
                 throws WTPropertyVetoException
Sets the value of the attribute: argTypes.

Supported API: false

Parameters:
a_ArgTypes -
Throws:
WTPropertyVetoException

getArgs

public Serializable[] getArgs()
Gets the value of the attribute: args.

Supported API: false

Returns:
Serializable[]

setArgs

public void setArgs(Serializable[] a_Args)
             throws WTPropertyVetoException
Sets the value of the attribute: args.

Supported API: false

Parameters:
a_Args -
Throws:
WTPropertyVetoException

getTrackingId

public long getTrackingId()
Gets the value of the attribute: trackingId.

Supported API: false

Returns:
long

setTrackingId

public void setTrackingId(long a_TrackingId)
                   throws WTPropertyVetoException
Sets the value of the attribute: trackingId.

Supported API: false

Parameters:
a_TrackingId -
Throws:
WTPropertyVetoException

getTrackingIdSrc

public String getTrackingIdSrc()
Gets the value of the attribute: trackingIdSrc.

Supported API: false

Returns:
String

setTrackingIdSrc

public void setTrackingIdSrc(String a_TrackingIdSrc)
                      throws WTPropertyVetoException
Sets the value of the attribute: trackingIdSrc.

Supported API: false

Parameters:
a_TrackingIdSrc -
Throws:
WTPropertyVetoException

trackingIdSrcValidate

private void trackingIdSrcValidate(String a_TrackingIdSrc)
                            throws WTPropertyVetoException
Parameters:
a_TrackingIdSrc -
Throws:
WTPropertyVetoException

getAlert

public Throwable getAlert()
Gets the value of the attribute: alert.

Supported API: false

Returns:
Throwable

setAlert

public void setAlert(Throwable a_Alert)
              throws WTPropertyVetoException
Sets the value of the attribute: alert.

Supported API: false

Parameters:
a_Alert -
Throws:
WTPropertyVetoException

setHasPayloadStream

public void setHasPayloadStream(boolean flag)


Supported API: false

Parameters:
flag -

hasPayloadStream

public boolean hasPayloadStream()


Supported API: false

Returns:
boolean

setIsPayloadGzipped

public void setIsPayloadGzipped(boolean flag)


Supported API: false

Parameters:
flag -

isPayloadGzipped

public boolean isPayloadGzipped()


Supported API: false

Returns:
boolean