public class GatewayDelegation extends Object
getTarget() specifies the delegation
 target name. getDelegateThrough() specifies the component name to
 delegate through.| Constructor and Description | 
|---|
GatewayDelegation()  | 
GatewayDelegation(String target,
                 String delegateThrough)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public String getTarget()
public String getDelegateThrough()
public void setTarget(String target)
target - The delegation target name.public void setDelegateThrough(String delegateThrough)
delegateThrough - The component name to delegate through.Copyright © GigaSpaces.