Uses of Interface
es.bsc.dataclay.util.CommonManager
-
Packages that use CommonManager Package Description es.bsc.dataclay.communication.grpc.clients.dataservice Contains DataService client GRPC classes.es.bsc.dataclay.dataservice Module intended to management of Data of Objects and Executions.es.bsc.dataclay.dataservice.api Module intended to management of DataService service API.es.bsc.dataclay.logic.accountmgr Module intended to management of accounts.es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.logic.contractmgr Module intended to management of contracts.es.bsc.dataclay.logic.datacontractmgr Module intended to management of data contracts.es.bsc.dataclay.logic.datasetmgr Module intended to management of datasets.es.bsc.dataclay.logic.interfacemgr Module intended to management of interfaces.es.bsc.dataclay.logic.logicmetadata es.bsc.dataclay.logic.namespacemgr Module intended to management of namespaces.es.bsc.dataclay.logic.sessionmgr Module intended to management of information of sessionses.bsc.dataclay.metadataservice Module intended to management of information of distributed objectses.bsc.dataclay.util.management This package contains classes used in management. -
-
Uses of CommonManager in es.bsc.dataclay.communication.grpc.clients.dataservice
Classes in es.bsc.dataclay.communication.grpc.clients.dataservice that implement CommonManager Modifier and Type Class Description class
DataServiceGrpcClient
Client code that makes gRPC calls to the server. -
Uses of CommonManager in es.bsc.dataclay.dataservice
Classes in es.bsc.dataclay.dataservice that implement CommonManager Modifier and Type Class Description class
DataService
This class is responsible to manage data of the objects stored in the system. -
Uses of CommonManager in es.bsc.dataclay.dataservice.api
Subinterfaces of CommonManager in es.bsc.dataclay.dataservice.api Modifier and Type Interface Description interface
DataServiceAPI
This interface define the methods of the Data Service that can be executed remotely. -
Uses of CommonManager in es.bsc.dataclay.logic.accountmgr
Classes in es.bsc.dataclay.logic.accountmgr that implement CommonManager Modifier and Type Class Description class
AccountManager
This class is responsible to manage system accounts: add, remove and modify. -
Uses of CommonManager in es.bsc.dataclay.logic.classmgr
Classes in es.bsc.dataclay.logic.classmgr that implement CommonManager Modifier and Type Class Description class
ClassManager
This class is responsible to manage Classes, Operations, Properties and Implementations, and Properties: add, remove and modify. -
Uses of CommonManager in es.bsc.dataclay.logic.contractmgr
Classes in es.bsc.dataclay.logic.contractmgr that implement CommonManager Modifier and Type Class Description class
ContractManager
This class is responsible to manage contracts: add, remove and modify. -
Uses of CommonManager in es.bsc.dataclay.logic.datacontractmgr
Classes in es.bsc.dataclay.logic.datacontractmgr that implement CommonManager Modifier and Type Class Description class
DataContractManager
This class is responsible to manage datacontracts: add, remove and modify. -
Uses of CommonManager in es.bsc.dataclay.logic.datasetmgr
Classes in es.bsc.dataclay.logic.datasetmgr that implement CommonManager Modifier and Type Class Description class
DataSetManager
This class is responsible for managing datasets (add and remove). -
Uses of CommonManager in es.bsc.dataclay.logic.interfacemgr
Classes in es.bsc.dataclay.logic.interfacemgr that implement CommonManager Modifier and Type Class Description class
InterfaceManager
This class is responsible to manage interfaces: add, remove and modify. -
Uses of CommonManager in es.bsc.dataclay.logic.logicmetadata
Classes in es.bsc.dataclay.logic.logicmetadata that implement CommonManager Modifier and Type Class Description class
LogicModuleMetadataMgr
-
Uses of CommonManager in es.bsc.dataclay.logic.namespacemgr
Classes in es.bsc.dataclay.logic.namespacemgr that implement CommonManager Modifier and Type Class Description class
NamespaceManager
This class is responsible for managing namespaces (add and remove). -
Uses of CommonManager in es.bsc.dataclay.logic.sessionmgr
Classes in es.bsc.dataclay.logic.sessionmgr that implement CommonManager Modifier and Type Class Description class
SessionManager
This class is responsible to manage information related to sessions. -
Uses of CommonManager in es.bsc.dataclay.metadataservice
Classes in es.bsc.dataclay.metadataservice that implement CommonManager Modifier and Type Class Description class
MetaDataService
This class is responsible to manage information related to an object (metaclassID of the object, backend in which is stored, interface and contract used for creating the object...). -
Uses of CommonManager in es.bsc.dataclay.util.management
Classes in es.bsc.dataclay.util.management that implement CommonManager Modifier and Type Class Description class
AbstractManager
-