Package Arp.System.Lm.Services.Grpc
Class ILicenseStatusServiceGrpc.ILicenseStatusServiceImplBase
java.lang.Object
Arp.System.Lm.Services.Grpc.ILicenseStatusServiceGrpc.ILicenseStatusServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
ILicenseStatusServiceGrpc
public abstract static class ILicenseStatusServiceGrpc.ILicenseStatusServiceImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidgetLicenseStatus(ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest request, io.grpc.stub.StreamObserver<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> responseObserver) / <summary> / Retrieves license status of specified firm code, product code and feature code provide by license issuer / </summary> / <param name="firmCode">Firm code</param> / <param name="productCode">Product code</param> / <param name="featureCode">Feature code (ignored if <c>0</c>)</param> / <returns> / <c>true</c>, if license is valid, <c>false</c> if license is invalid / </returns> / <exception cref="System.InvalidOperationException">"License manager has not been configured."</exception>
-
Constructor Details
-
ILicenseStatusServiceImplBase
public ILicenseStatusServiceImplBase()
-
-
Method Details
-
getLicenseStatus
public void getLicenseStatus(ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest request, io.grpc.stub.StreamObserver<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> responseObserver) / <summary> / Retrieves license status of specified firm code, product code and feature code provide by license issuer / </summary> / <param name="firmCode">Firm code</param> / <param name="productCode">Product code</param> / <param name="featureCode">Feature code (ignored if <c>0</c>)</param> / <returns> / <c>true</c>, if license is valid, <c>false</c> if license is invalid / </returns> / <exception cref="System.InvalidOperationException">"License manager has not been configured."</exception>
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-