Package org.openspaces.core.gateway
Class GatewayDelegation
java.lang.Object
org.openspaces.core.gateway.GatewayDelegation
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDelegateThrough(String delegateThrough) Sets the name of the component the delegation will be made through.voidSets the delegation target name.
-
Constructor Details
-
GatewayDelegation
public GatewayDelegation() -
GatewayDelegation
-
-
Method Details
-
getTarget
- Returns:
- The delegation target name.
-
getDelegateThrough
- Returns:
- The name of the component the delegation will be made through.
-
setTarget
Sets the delegation target name.- Parameters:
target- The delegation target name.
-
setDelegateThrough
Sets the name of the component the delegation will be made through.- Parameters:
delegateThrough- The component name to delegate through.
-