java.lang.Object
org.eclipse.persistence.internal.xr.Invocation
INTERNAL: An Invocation
holds runtime argument values that are used by an
XRServiceAdapter
to invoke a named Operation
- Since:
- EclipseLink 1.x
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
INTERNAL: Get the name of thisInvocation
getParameter
(String key) PUBLIC: Get the runtime argument value with the given nameINTERNAL: Get the runtime argument valuesvoid
INTERNAL: Set the name of thisInvocation
void
setParameter
(String key, Object value) INTERNAL: Set a runtime argument value
-
Field Details
-
name
-
parameters
-
-
Constructor Details
-
Invocation
public Invocation() -
Invocation
-
-
Method Details
-
getName
INTERNAL: Get the name of this
Invocation
- Returns:
- name of this
Invocation
-
setName
INTERNAL: Set the name of this
Invocation
- Parameters:
name
- of thisInvocation
-
getParameter
PUBLIC: Get the runtime argument value with the given name
- Parameters:
key
- name of argument- Returns:
- desired runtime argument value
-
setParameter
INTERNAL: Set a runtime argument value
- Parameters:
key
- name of argumentvalue
- runtime argument value
-
getParameters
INTERNAL: Get the runtime argument values
- Returns:
- runtime argument values
-