public class ProxyRequest
extends Object
implements Externalizable
Constructor and Description |
---|
ProxyRequest()
The empty constructor is required by
Externalizable . |
ProxyRequest(Method method,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object object) |
Object[] |
getArguments() |
boolean |
hasReturnValue() |
boolean |
isLocal() |
boolean |
isSynchronous() |
void |
readExternal(ObjectInput objectInput) |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public ProxyRequest()
Externalizable
. Do not use
this for any other purpose.public ProxyRequest(Method method, Object[] arguments) throws Exception
Exception
public Object execute(Object object) throws Exception
Exception
public Object[] getArguments()
public boolean hasReturnValue()
public boolean isLocal()
public boolean isSynchronous()
public void readExternal(ObjectInput objectInput) throws ClassNotFoundException, IOException
readExternal
in interface Externalizable
ClassNotFoundException
IOException
public String toString()
toString
in class Object
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException