Uses of Class
com.omnisci.thrift.server.TLicenseInfo
-
Packages that use TLicenseInfo Package Description com.omnisci.thrift.server -
-
Uses of TLicenseInfo in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TLicenseInfo Modifier and Type Field Description TLicenseInfoOmniSci.get_license_claims_result. successTLicenseInfoOmniSci.set_license_key_result. successMethods in com.omnisci.thrift.server that return TLicenseInfo Modifier and Type Method Description TLicenseInfoTLicenseInfo. deepCopy()TLicenseInfoOmniSci.Client. get_license_claims(String session, String nonce)TLicenseInfoOmniSci.Iface. get_license_claims(String session, String nonce)TLicenseInfoOmniSci.AsyncClient.get_license_claims_call. getResult()TLicenseInfoOmniSci.AsyncClient.set_license_key_call. getResult()TLicenseInfoOmniSci.get_license_claims_result. getSuccess()TLicenseInfoOmniSci.set_license_key_result. getSuccess()TLicenseInfoOmniSci.Client. recv_get_license_claims()TLicenseInfoOmniSci.Client. recv_set_license_key()TLicenseInfoOmniSci.Client. set_license_key(String session, String key, String nonce)TLicenseInfoOmniSci.Iface. set_license_key(String session, String key, String nonce)TLicenseInfoTLicenseInfo. setClaims(List<String> claims)Methods in com.omnisci.thrift.server that return types with arguments of type TLicenseInfo Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo>OmniSci.AsyncProcessor.get_license_claims. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo>OmniSci.AsyncProcessor.set_license_key. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TLicenseInfo Modifier and Type Method Description intTLicenseInfo. compareTo(TLicenseInfo other)booleanTLicenseInfo. equals(TLicenseInfo that)OmniSci.get_license_claims_resultOmniSci.get_license_claims_result. setSuccess(TLicenseInfo success)OmniSci.set_license_key_resultOmniSci.set_license_key_result. setSuccess(TLicenseInfo success)Method parameters in com.omnisci.thrift.server with type arguments of type TLicenseInfo Modifier and Type Method Description voidOmniSci.AsyncClient. get_license_claims(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidOmniSci.AsyncIface. get_license_claims(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidOmniSci.AsyncClient. set_license_key(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidOmniSci.AsyncIface. set_license_key(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidOmniSci.AsyncProcessor.get_license_claims. start(I iface, OmniSci.get_license_claims_args args, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)voidOmniSci.AsyncProcessor.set_license_key. start(I iface, OmniSci.set_license_key_args args, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TLicenseInfo Constructor Description get_license_claims_result(TLicenseInfo success, TOmniSciException e)set_license_key_result(TLicenseInfo success, TOmniSciException e)TLicenseInfo(TLicenseInfo other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TLicenseInfo Constructor Description get_license_claims_call(String session, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)set_license_key_call(String session, String key, String nonce, org.apache.thrift.async.AsyncMethodCallback<TLicenseInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-