Package dev.vality.damsel.domain_config
Class RepositoryClientSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.domain_config.RepositoryClientSrv.Client
- All Implemented Interfaces:
RepositoryClientSrv.Iface
- Enclosing class:
- RepositoryClientSrv
public static class RepositoryClientSrv.Client
extends org.apache.thrift.TServiceClient
implements RepositoryClientSrv.Iface
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
interceptor, iprot_, oprot_, seqid_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckoutObject(Reference version_ref, Reference object_ref) Возвращает объект из домена определенной или последней версииvoidsendCheckoutObject(Reference version_ref, Reference object_ref) Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getInterceptor, getOutputProtocol, receiveBase, sendBase, sendBaseOneway, setInterceptor
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
checkoutObject
public VersionedObject checkoutObject(Reference version_ref, Reference object_ref) throws VersionNotFound, ObjectNotFound, org.apache.thrift.TException Description copied from interface:RepositoryClientSrv.IfaceВозвращает объект из домена определенной или последней версии- Specified by:
checkoutObjectin interfaceRepositoryClientSrv.Iface- Throws:
VersionNotFoundObjectNotFoundorg.apache.thrift.TException
-
sendCheckoutObject
public void sendCheckoutObject(Reference version_ref, Reference object_ref) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
recvCheckoutObject
public VersionedObject recvCheckoutObject() throws VersionNotFound, ObjectNotFound, org.apache.thrift.TException- Throws:
VersionNotFoundObjectNotFoundorg.apache.thrift.TException
-