java.lang.Object
org.eclipse.persistence.internal.xr.Invocation

public class Invocation extends Object

INTERNAL: An Invocation holds runtime argument values that are used by an XRServiceAdapter to invoke a named Operation

Since:
EclipseLink 1.x
  • Field Details

  • Constructor Details

    • Invocation

      public Invocation()
    • Invocation

      public Invocation(String name)
  • Method Details

    • getName

      public String getName()

      INTERNAL: Get the name of this Invocation

      Returns:
      name of this Invocation
    • setName

      public void setName(String name)

      INTERNAL: Set the name of this Invocation

      Parameters:
      name - of this Invocation
    • getParameter

      public Object getParameter(String key)

      PUBLIC: Get the runtime argument value with the given name

      Parameters:
      key - name of argument
      Returns:
      desired runtime argument value
    • setParameter

      public void setParameter(String key, Object value)

      INTERNAL: Set a runtime argument value

      Parameters:
      key - name of argument
      value - runtime argument value
    • getParameters

      public Collection<Object> getParameters()

      INTERNAL: Get the runtime argument values

      Returns:
      runtime argument values