Package wt.wrmf.delivery
Class MethodInvocationDesc
java.lang.Object
wt.wrmf.delivery._MethodInvocationDesc
wt.wrmf.delivery.MethodInvocationDesc
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
@GenAsObjectMappable(versions=-6658478718490569558L,properties={@GeneratedProperty(name="targetClass",type=java.lang.String.class),@GeneratedProperty(name="targetMethod",type=java.lang.String.class),@GeneratedProperty(name="argTypes",type=java.lang.String[][].class,columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="args",type=java.io.Serializable[][].class,columnProperties=@ColumnProperties(columnType=BLOB))})
public class MethodInvocationDesc
extends wt.wrmf.delivery._MethodInvocationDesc
Use the newMethodInvocationDesc static factory method(s),
not the MethodInvocationDesc constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.wrmf.delivery._MethodInvocationDesc
ARG_TYPES, ARGS, EXTERNALIZATION_VERSION_UID, TARGET_CLASS, TARGET_METHOD -
Method Summary
Methods inherited from class wt.wrmf.delivery._MethodInvocationDesc
getArgs, getArgTypes, getClassInfo, getConceptualClassname, getTargetClass, getTargetMethod, readExternal, readExternal, readVersion, setArgs, setArgTypes, setTargetClass, setTargetMethod, toString, writeExternal, writeExternal