public final class ServiceInvocationStruct extends Object implements Externalizable
Modifier and Type | Field and Description |
---|---|
Object[] |
args |
String |
methodName |
Class<?> |
targetClass |
Constructor and Description |
---|
ServiceInvocationStruct() |
ServiceInvocationStruct(Object[] args,
String methodName,
Class<?> targetClass) |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public Class<?> targetClass
public String methodName
public Object[] args
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2020. All rights reserved.