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

    Constructors
    Modifier
    Constructor
    Description
    private
    ILicenseStatusServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    / <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, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait