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