public class MarshalledInvocation extends Object implements Serializable
Instances of this class are used to collect invocation data that is exchanged between a local application and a remote system.
Copyright 2010 (C) by Martin Ganserer
| Constructor and Description |
|---|
MarshalledInvocation() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
String |
getMethodName() |
String |
getPassword() |
Object |
getReturnValue() |
static long |
getSerialVersionUID() |
String |
getServiceInterfaceName() |
String |
getUserName() |
boolean |
isAsynchronous() |
void |
setArguments(Object[] arguments) |
void |
setAsynchronous(boolean asynchronous) |
void |
setMethodName(String methodName) |
void |
setPassword(String password) |
void |
setReturnValue(Object returnValue) |
void |
setServiceInterfaceName(String serviceInterfaceName) |
void |
setUserName(String userName) |
public boolean isAsynchronous()
public void setAsynchronous(boolean asynchronous)
asynchronous - the asynchronous flag to setpublic String getUserName()
public void setUserName(String userName)
userName - the user name to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic Object[] getArguments()
public void setArguments(Object[] arguments)
arguments - the arguments to setpublic String getMethodName()
public void setMethodName(String methodName)
methodName - the method name to setpublic Object getReturnValue()
public void setReturnValue(Object returnValue)
returnValue - the return value to setpublic static long getSerialVersionUID()
public String getServiceInterfaceName()
public void setServiceInterfaceName(String serviceInterfaceName)
serviceInterfaceName - the fully qualified class name of the service interface to setCopyright © 2016. All rights reserved.