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 Modifier and Type Class Description static classRepositoryClientSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description VersionedObjectcheckoutObject(Reference version_ref, Reference object_ref)Возвращает объект из домена определенной или последней версииVersionedObjectrecvCheckoutObject()voidsendCheckoutObject(Reference version_ref, Reference object_ref)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
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.TExceptionDescription 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
-