|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.wrmf.delivery.RmtMethodActionDesc
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private String rmtClass
private String rmtMethod
private String[] argTypes
private Serializable[] args
private boolean hasPayload
private boolean payloadGzipped
private long trackingId
private String trackingIdSrc
private Throwable alert
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public RmtMethodActionDesc()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(RmtMethodActionDesc thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getRmtClass()
public void setRmtClass(String a_RmtClass) throws WTPropertyVetoException
a_RmtClass
-
WTPropertyVetoException
private void rmtClassValidate(String a_RmtClass) throws WTPropertyVetoException
a_RmtClass
-
WTPropertyVetoException
public String getRmtMethod()
public void setRmtMethod(String a_RmtMethod) throws WTPropertyVetoException
a_RmtMethod
-
WTPropertyVetoException
private void rmtMethodValidate(String a_RmtMethod) throws WTPropertyVetoException
a_RmtMethod
-
WTPropertyVetoException
public String[] getArgTypes()
public void setArgTypes(String[] a_ArgTypes) throws WTPropertyVetoException
a_ArgTypes
-
WTPropertyVetoException
public Serializable[] getArgs()
public void setArgs(Serializable[] a_Args) throws WTPropertyVetoException
a_Args
-
WTPropertyVetoException
public long getTrackingId()
public void setTrackingId(long a_TrackingId) throws WTPropertyVetoException
a_TrackingId
-
WTPropertyVetoException
public String getTrackingIdSrc()
public void setTrackingIdSrc(String a_TrackingIdSrc) throws WTPropertyVetoException
a_TrackingIdSrc
-
WTPropertyVetoException
private void trackingIdSrcValidate(String a_TrackingIdSrc) throws WTPropertyVetoException
a_TrackingIdSrc
-
WTPropertyVetoException
public Throwable getAlert()
public void setAlert(Throwable a_Alert) throws WTPropertyVetoException
a_Alert
-
WTPropertyVetoException
public void setHasPayloadStream(boolean flag)
flag
- public boolean hasPayloadStream()
public void setIsPayloadGzipped(boolean flag)
flag
- public boolean isPayloadGzipped()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |