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
Exceptionpublic Object execute(Object object)
throws Exception
Exceptionpublic Object[] getArguments()
public boolean hasReturnValue()
public boolean isLocal()
public boolean isSynchronous()
public void readExternal(ObjectInput objectInput)
throws ClassNotFoundException,
IOException
readExternal in interface ExternalizableClassNotFoundExceptionIOExceptionpublic String toString()
toString in class Objectpublic void writeExternal(ObjectOutput objectOutput)
throws IOException
writeExternal in interface ExternalizableIOException