irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems. Fossies Dox: irods-4.2.8.tar.gz ("unofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file.
44 "role not supported [%s]",
77 char* sys_error =
NULL;
79 std::stringstream msg;
81 msg <<
" - Failed to unregister the data object \"";
84 msg << rods_error <<
" " << sys_error;
96 std::stringstream msg;
98 msg <<
" - Failed to signal resource that the data object \"";
100 msg <<
"\" was unregistered";
101 ret =
PASSMSG( msg.str(), ret );
112 "role not supported [%s]",
void rodsLog(int level, const char *formatStr,...)
int _rsUnregDataObj(rsComm_t *rsComm, unregDataObj_t *unregDataObjInp)
const std::string CFG_SERVICE_ROLE_CONSUMER("consumer")
@ SYS_SERVICE_ROLE_NOT_SUPPORTED
#define PASS(prev_error_)
#define PASSMSG(message_, prev_error_)
const char * rodsErrorName(int errorValue, char **subName)
dataObjInfo_t * dataObjInfo
int rsUnregDataObj(rsComm_t *rsComm, unregDataObj_t *unregDataObjInp)
const std::string CFG_SERVICE_ROLE_PROVIDER("provider")
irods::error fileUnregistered(rsComm_t *_comm, irods::first_class_object_ptr _object)
int rcUnregDataObj(rcComm_t *conn, unregDataObj_t *unregDataObjInp)
#define ERROR(code_, message_)
int getAndConnRcatHost(rsComm_t *rsComm, int rcatType, const char *rcatZoneHint, rodsServerHost_t **rodsServerHost)
irods::error get_catalog_service_role(std::string &_role)
boost::shared_ptr< file_object > file_object_ptr
int chlUnregDataObj(rsComm_t *rsComm, dataObjInfo_t *dataObjInfo, keyValPair_t *condInput)