Package Arp.System.Lm.Services.Grpc
Class ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub>
Arp.System.Lm.Services.Grpc.ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub
- Enclosing class:
ILicenseStatusServiceGrpc
public static final class ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateILicenseStatusServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) getLicenseStatus(ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest request) / <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>Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
ILicenseStatusServiceBlockingStub
private ILicenseStatusServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub>
-
getLicenseStatus
public ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse getLicenseStatus(ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest request) / <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>
-