GigaSpaces XAP 8.0 API

org.openspaces.core.gateway
Class GatewayDelegation

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

public class GatewayDelegation
extends Object

Holds gateway delegation settings. GatewayDelegation.getTarget specifies the delegation target name. GatewayDelegation.getDelegateThrough specifies the component name to delegate through.

Since:
8.0.3
Author:
Idan Moyal

Constructor Summary
GatewayDelegation()
           
GatewayDelegation(String target, String delegateThrough)
           
 
Method Summary
 String getDelegateThrough()
           
 String getTarget()
           
 void setDelegateThrough(String delegateThrough)
          Sets the name of the component the delegation will be made through.
 void setTarget(String target)
          Sets the delegation target name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayDelegation

public GatewayDelegation()

GatewayDelegation

public GatewayDelegation(String target,
                         String delegateThrough)
Method Detail

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.

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.