public class Invocation extends Object
INTERNAL: An Invocation holds runtime argument values that are used by an
XRServiceAdapter to invoke a named Operation
| Constructor and Description |
|---|
Invocation() |
Invocation(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
INTERNAL: Get the name of this
Invocation |
Object |
getParameter(String key)
PUBLIC: Get the runtime argument value with the given name
|
Collection<Object> |
getParameters()
INTERNAL: Get the runtime argument values
|
void |
setName(String name)
INTERNAL: Set the name of this
Invocation |
void |
setParameter(String key,
Object value)
INTERNAL: Set a runtime argument value
|
public Invocation()
public Invocation(String name)
public String getName()
INTERNAL: Get the name of this Invocation
Invocationpublic void setName(String name)
INTERNAL: Set the name of this Invocation
name - of this Invocationpublic Object getParameter(String key)
PUBLIC: Get the runtime argument value with the given name
name - of argumentpublic void setParameter(String key, Object value)
INTERNAL: Set a runtime argument value
name - of argumentparameter - runtime argument valuepublic Collection<Object> getParameters()
INTERNAL: Get the runtime argument values
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference