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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()INTERNAL: Get the name of thisInvocationgetParameter(String key) PUBLIC: Get the runtime argument value with the given nameINTERNAL: Get the runtime argument valuesvoidINTERNAL: Set the name of thisInvocationvoidsetParameter(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
-