Class GatewaySource

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

public class GatewaySource extends Object
Holds gateway source configuration.
Since:
8.0.3
Author:
Idan Moyal
  • Constructor Details

    • GatewaySource

      public GatewaySource()
    • GatewaySource

      public GatewaySource(String gatewaySourceName)
  • Method Details

    • getName

      public String getName()
      Returns:
      Gateway's source name used for identification.
    • setName

      public void setName(String name)
      Sets the gateway's source name used for identification.
      Parameters:
      name - The gateway's source name.
    • toString

      public String toString()
      Overrides:
      toString in class Object