接口 IGatewayService


public interface IGatewayService
  • 方法详细资料

    • createGateway

      boolean createGateway(GatewayDescription gatewayDescription)
      创建网关
      返回:
      抛出:
      Exception
    • updateGateway

      boolean updateGateway(GatewayDescription gatewayDescription)
      更新网关
      返回:
      抛出:
      Exception
    • deleteGateway

      boolean deleteGateway(String gatewayId)
      移除网关
      返回:
    • connect

      boolean connect(String gatewayId)
      连接网关
      返回:
    • disconnect

      boolean disconnect(String gatewayId)
      断开网关
      返回:
    • simMoneyIO

      boolean simMoneyIO(String gatewayId, int money)
      模拟出入金
      参数:
      money -
      返回:
    • resetPlayback

      boolean resetPlayback(String gatewayId)
      复位重置回放网关
      参数:
      gatewayId -
      返回:
      抛出:
      Exception