Class GatewayDelegation

java.lang.Object
org.openspaces.core.gateway.GatewayDelegation

public class GatewayDelegation extends Object
Holds gateway delegation settings. getTarget() specifies the delegation target name. getDelegateThrough() specifies the component name to delegate through.
Since:
8.0.3
Author:
Idan Moyal
  • Constructor Details

    • GatewayDelegation

      public GatewayDelegation()
    • GatewayDelegation

      public GatewayDelegation(String target, String delegateThrough)
  • Method Details

    • getTarget

      public String getTarget()
      Returns:
      The delegation target name.
    • getDelegateThrough

      public String getDelegateThrough()
      Returns:
      The name of the component the delegation will be made through.
    • setTarget

      public void setTarget(String target)
      Sets the delegation target name.
      Parameters:
      target - The delegation target name.
    • setDelegateThrough

      public void setDelegateThrough(String delegateThrough)
      Sets the name of the component the delegation will be made through.
      Parameters:
      delegateThrough - The component name to delegate through.