Uses of Interface
es.bsc.dataclay.serialization.DataClaySerializable
-
Packages that use DataClaySerializable Package Description es.bsc.dataclay es.bsc.dataclay.exceptions General exception to manage error codeses.bsc.dataclay.exceptions.dataservice Module intended to management of Exceptions in DataService module.es.bsc.dataclay.exceptions.dbhandler Module intended to management of Exceptions on DbHandler module.es.bsc.dataclay.exceptions.logicmodule.accountmgr Module intended to management of Exception in Account Manager module.es.bsc.dataclay.exceptions.logicmodule.classmgr Module intended to management of Exceptions on ClassMgr module.es.bsc.dataclay.exceptions.logicmodule.contractmgr Module intended to management of Exceptions on ContractManager module.es.bsc.dataclay.exceptions.logicmodule.datacontractmgr Module intended to management of Exceptions on DataContractManager module.es.bsc.dataclay.exceptions.logicmodule.datasetmgr Module intended to management of Exceptions on DataSetManager module.es.bsc.dataclay.exceptions.logicmodule.interfacemgr Module intended to management of exceptions in InterfaceManageres.bsc.dataclay.exceptions.logicmodule.namespacemgr Module intended to management of Exceptions on NamespaceManager module.es.bsc.dataclay.exceptions.logicmodule.notificationmgr Module intended to management of Exceptions on MetaDataService module.es.bsc.dataclay.exceptions.logicmodule.sessionmgr Module intended to management of Exceptions in Session Manager module.es.bsc.dataclay.exceptions.metadataservice Module intended to management of Exceptions on MetaDataService module.es.bsc.dataclay.serialization Utility classes for binary serializationes.bsc.dataclay.serialization.es.bsc.dataclay.util.ids Wrappers.es.bsc.dataclay.serialization.java This package contains representation of Java Classes in DataClay for Serialization purposes.es.bsc.dataclay.serialization.java.lang This package contains representation of Java Util classeses.bsc.dataclay.serialization.java.util This package contains representation of Java Util classes (like Collection or Map) in DataClay for Serialization purposes.es.bsc.dataclay.serialization.java.util.concurrent.atomic This package contains representation of Java concurrent Classes in DataClay for Serialization purposes.es.bsc.dataclay.serialization.lib Utility classes for binary serializationes.bsc.dataclay.util.filtering Package containing classes for filtering iterable objects.es.bsc.dataclay.util.ids All ids usedes.bsc.dataclay.util.management.accountmgr This package contains classes used in management of Accounts.es.bsc.dataclay.util.management.namespacemgr This package contains classes used in management of namespaces. -
-
Uses of DataClaySerializable in es.bsc.dataclay
Classes in es.bsc.dataclay that implement DataClaySerializable Modifier and Type Class Description class
DataClayExecutionObject
This class represents a Object in a DataClay's execution environment.class
DataClayObject
This class represents a Object in DataClay.Methods in es.bsc.dataclay that return types with arguments of type DataClaySerializable Modifier and Type Method Description List<DataClaySerializable>
DataClayObject. wrapParameters(ImplementationID implID, Object[] params)
Wraps parameters for serializationList<DataClaySerializable>
DataClayObject. wrapReturn(ImplementationID implID, Object ret)
Wraps return for serializationMethod parameters in es.bsc.dataclay with type arguments of type DataClaySerializable Modifier and Type Method Description void
DataClayObject. wrapFieldsDeserialization(List<DataClaySerializable> wrapFields)
Wraps fields for deserializationvoid
DataClayObject. wrapFieldsSerialization(List<DataClaySerializable> wrapFields)
Wraps fields for serialization -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions
Classes in es.bsc.dataclay.exceptions that implement DataClaySerializable Modifier and Type Class Description class
DataClayException
This class represents the exceptions produced.class
DataClayRuntimeException
This class represents the exceptions produced.class
JavaExecutionException
This class represents the Java exceptions produced in Execution Environment.class
LanguageExecutionException
This class represents the exceptions produced in Execution Environment. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.dataservice
Classes in es.bsc.dataclay.exceptions.dataservice that implement DataClaySerializable Modifier and Type Class Description class
ClassDeploymentException
This class represents the exceptions produced in DataService module when cannot deploy a specific execution class.class
CleanExecutionClassesDirException
This class represents the exceptions produced in DataService module when cannot remove the execution classes directory.class
ExecuteMethodException
This class represents the exceptions produced in DataService module when you try to invoke a method.class
ObjectNotExistException
This class represents the exceptions produced in DataService module when you look for an ObjectData that does not exist in the database. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.dbhandler
Classes in es.bsc.dataclay.exceptions.dbhandler that implement DataClaySerializable Modifier and Type Class Description class
DbHandlerException
This class represents the exceptions produced in DbHandler module.class
DbObjectAlreadyExistException
This class represents the exception produced in DbHandler module when no Object is found in a query.class
DbObjectNotExistException
This class represents the exception produced in DbHandler module when no Object is found in a query. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.accountmgr
Classes in es.bsc.dataclay.exceptions.logicmodule.accountmgr that implement DataClaySerializable Modifier and Type Class Description class
AccountAlreadyExistException
This class represents the exceptions produced in AccountManager module when a new Account to validate does not exist.class
AccountNotExistException
This class represents the exceptions produced in AccountManager module when a new Account to validate does not exist.class
InvalidCredentialsException
This class represents the exceptions produced in AccountManager module when invalid Credentials are provided: wrong association Account-Credential... -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.classmgr
Classes in es.bsc.dataclay.exceptions.logicmodule.classmgr that implement DataClaySerializable Modifier and Type Class Description class
AnnotationDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Annotation language-dependant information which is already registered.class
ClassDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a class language-dependant information which is already registered.class
ClassInIncludesException
This class represents the exceptions produced in ClassManager module when you a class is included by some property, operation or implementation and must not.class
ClassNotExistsException
This class represents the exceptions produced in ClassManager module when you try to retrieve a class that does not exist in the database.class
ImplementationNotExistException
This class represents the exceptions produced in ClassManager module when some Implementation was not found for some reason.class
NoMoreImplementationsInOperationException
This class represents the exceptions produced in ClassManager module when you try to remove an implementation from an Operation that just have this implementation.class
OperationAlreadyInClassException
This class represents the exceptions produced in ClassManager module when you try to add a new Operation to a class which already has it in the database.class
OperationDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Operation language-dependant information which is already registered.class
OperationNotExistException
This class represents the exceptions produced in ClassManager module when some Operation was not found for some reason.class
OperationNotInClassException
This class represents the exceptions produced in ClassManager module when some operation was not found in some class for some reason.class
PropertyAlreadyInClassException
This class represents the exceptions produced in ClassManager module when you try to add a new Property to a class which already has it in the database.class
PropertyDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Property language-dependant information which is already registered.class
PropertyNotExistException
This class represents the exceptions produced in ClassManager module when some Property was not found for some reason.class
PropertyNotInClassException
This class represents the exceptions produced in ClassManager module when some Property was not found in some class for some reason.class
SetterOrGetterOperationsCannotBeRemoved
This class represents the exceptions produced in ClassManager module when trying to remove a default getter or setter operation.class
TypeDepInfoAlreadyRegisteredException
This class represents the exceptions produced in ClassManager module when you try to register into a Type language-dependant information which is already registered.class
UnsupportedLanguage
This class represents the exceptions produced in ClassManager module when you try to do some type of operation and the RunTime doesn't recognize or doesn't support the language code. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.contractmgr
Classes in es.bsc.dataclay.exceptions.logicmodule.contractmgr that implement DataClaySerializable Modifier and Type Class Description class
AccountAlreadyRegisteredInContract
This class represents the exception produced in ContractManager when an account pretends to be registered in it, but it already was.class
AccountNotRegisteredInContract
This class represents the exception produced in ContractManager when an account is not registered in a contract and it should be.class
ContractNotActiveException
This class represents the exception produced in ContractManager when a contract has to be used but it is not active.class
ContractNotExistException
This class represents the exception produced in ContractManager when a contract does not exist.class
ContractNotPublicException
This class represents the exception produced in ContractManager when a contract is expected to be public and it is not.class
InterfaceNotInContractException
This class represents the exception produced in ContractManager when a contract cannot access a specific interface. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.datacontractmgr
Classes in es.bsc.dataclay.exceptions.logicmodule.datacontractmgr that implement DataClaySerializable Modifier and Type Class Description class
AccountAlreadyHasADataContractWithProvider
This class represents the exception produced in DataContractManager when an account already has a data contract with a specific dataset.class
AccountHasNoDataContractWithProvider
This class represents the exception produced in DataContractManager when an account is not registered in a contract and it should be.class
DataContractNotActiveException
This class represents the exception produced in DataContractManager when a datacontract has to be used but it is not active.class
DataContractNotExistException
This class represents the exception produced in DataContractManager when a datacontract does not exist.class
DataContractNotPublicException
This class represents the exception produced in DataContractManager when a datacontract is expected to be public and it is not. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.datasetmgr
Classes in es.bsc.dataclay.exceptions.logicmodule.datasetmgr that implement DataClaySerializable Modifier and Type Class Description class
DataSetDoesNotExistException
This class represents the exceptions produced in DataSetManager module when a DataSet does not exist.class
DataSetExistsException
This class represents the exceptions produced in DataSetManager module when a DataSet already exists. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.interfacemgr
Classes in es.bsc.dataclay.exceptions.logicmodule.interfacemgr that implement DataClaySerializable Modifier and Type Class Description class
InterfaceNotExistsException
This class represents the exception occurred when an interface is not found. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.namespacemgr
Classes in es.bsc.dataclay.exceptions.logicmodule.namespacemgr that implement DataClaySerializable Modifier and Type Class Description class
AccountNotResponsibleOfNamespace
This class represents the exceptions produced in NamespaceManager module when a Namespace does not belong to account provided.class
ImportedInterfaceInUseException
This class represents the exceptions produced in NamespaceManager module when an imported interface is in use.class
InterfaceAlreadyImportedException
This class represents the exceptions produced in NamespaceManager module when trying to improt an interface that is already imported.class
InterfaceNotImportedException
This class represents the exceptions produced in NamespaceManager module when interface is not imported.class
NamespaceDoesNotExistException
This class represents the exceptions produced in NamespaceManager module when a Namespace does not exist.class
NamespaceExistsException
This class represents the exceptions produced in NamespaceManager module when a Namespace already exists. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.notificationmgr
Classes in es.bsc.dataclay.exceptions.logicmodule.notificationmgr that implement DataClaySerializable Modifier and Type Class Description class
EventListenerAlreadyRegisteredException
This class represents the exceptions produced in NotificationManager module when some event listener specified is already registered.class
EventListenerNotRegisteredException
This class represents the exceptions produced in NotificationManager module when some event listener specified is not registered.class
EventMessageAlreadyStoredException
This class represents the exceptions produced in NotificationManager module when some event message specified is already registered.class
EventMessageNotRegisteredException
This class represents the exceptions produced in NotificationManager module when some event message is not registered.class
EventObjsMeetConditionAlreadyRegisteredException
This class represents the exceptions produced in NotificationManager module when some EventObjsMeetConditionspecified is already registered. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.logicmodule.sessionmgr
Classes in es.bsc.dataclay.exceptions.logicmodule.sessionmgr that implement DataClaySerializable Modifier and Type Class Description class
SessionExternalIsNotActiveException
This class represents the exceptions produced in Session Manager module when an external Session is not active.class
SessionExternalNotExistException
This class represents the exceptions produced in Session Manager module when an external Session does not exist.class
SessionIsNotActiveException
This class represents the exceptions produced in Session Manager module when a Session is not active.class
SessionNotExistException
This class represents the exceptions produced in Session Manager module when a Session does not belong to specific account. -
Uses of DataClaySerializable in es.bsc.dataclay.exceptions.metadataservice
Classes in es.bsc.dataclay.exceptions.metadataservice that implement DataClaySerializable Modifier and Type Class Description class
AliasAlreadyInUseException
This class represents the exceptions produced in MetaDataService module when some alias is already being used.class
ExecutionEnvironmentAlreadyExistsException
This class represents the exceptions produced in MetaDataService module when you try to add a new Storage Location that already exists in the database.class
ExecutionEnvironmentNotExistException
This class represents the exceptions produced in MetaDataService module when a backend specified does not exist.class
ExternalDataClayNotRegisteredException
This class represents the exceptions produced in MetaDataService module when an external dataClay specified is not registeredclass
MultipleAliasesException
This class represents the exceptions produced in MetaDataService module when some alias is already being used.class
ObjectAlreadyRegisteredException
This class represents the exceptions produced in MetaDataService module when some object specified is already registered.class
ObjectHasReplicas
This class represents the exceptions produced in MetaDataService module when some object has replicas.class
ObjectNotRegisteredException
This class represents the exceptions produced in MetaDataService module when some object specified is not registered.class
StorageLocationAlreadyExistsException
This class represents the exceptions produced in MetaDataService module when you try to add a new Storage Location that already exists in the database.class
StorageLocationNotExistException
This class represents the exceptions produced in MetaDataService module when a backend specified does not exist. -
Uses of DataClaySerializable in es.bsc.dataclay.serialization
Classes in es.bsc.dataclay.serialization that implement DataClaySerializable Modifier and Type Class Description class
DataClayRefList
List of references wrapper for serialization. -
Uses of DataClaySerializable in es.bsc.dataclay.serialization.es.bsc.dataclay.util.ids
Classes in es.bsc.dataclay.serialization.es.bsc.dataclay.util.ids that implement DataClaySerializable Modifier and Type Class Description class
DataClayInstanceIDWrapper
Wrapper for DataClayInstanceID class.class
ExecutionEnvironmentIDWrapper
Wrapper for ExecutionEnvironmentID class.class
ObjectIDWrapper
Wrapper for OID class. -
Uses of DataClaySerializable in es.bsc.dataclay.serialization.java
Classes in es.bsc.dataclay.serialization.java that implement DataClaySerializable Modifier and Type Class Description class
DataClayJavaWrapper
Interface class for Java objects wrappers in DataClay. -
Uses of DataClaySerializable in es.bsc.dataclay.serialization.java.lang
Classes in es.bsc.dataclay.serialization.java.lang that implement DataClaySerializable Modifier and Type Class Description class
BooleanWrapper
Wrapper for Boolean class.class
ByteWrapper
Wrapper for Byte class.class
CharacterWrapper
Wrapper for Character class.class
DoubleWrapper
Wrapper for Double class.class
FloatWrapper
Wrapper for Float class.class
IntegerWrapper
Wrapper for Integer class.class
LongWrapper
Wrapper for Long class.class
ObjectWrapper
Utility functions for wrapping Java classes into DataClay.class
ShortWrapper
Wrapper for Short class.class
StringWrapper
Wrapper for String class. -
Uses of DataClaySerializable in es.bsc.dataclay.serialization.java.util
Classes in es.bsc.dataclay.serialization.java.util that implement DataClaySerializable Modifier and Type Class Description class
ArrayWrapper
This class represents an array of objects (also for multidimensional arrays) in DataClay.class
CollectionWrapper
This class represents a java Collection in DataClay.static class
Map.EntryWrapper
This class represents a java entry Map in DataClay.class
MapWrapper
This class represents a java Map in DataClay. -
Uses of DataClaySerializable in es.bsc.dataclay.serialization.java.util.concurrent.atomic
Classes in es.bsc.dataclay.serialization.java.util.concurrent.atomic that implement DataClaySerializable Modifier and Type Class Description class
AtomicIntegerWrapper
This class represents an AtomicInteger in DataClay. -
Uses of DataClaySerializable in es.bsc.dataclay.serialization.lib
Classes in es.bsc.dataclay.serialization.lib that implement DataClaySerializable Modifier and Type Class Description class
ImmutableParamOrReturn
Language-dependant params or returns.class
LanguageParamOrReturn
Language-dependant params or returns.class
ObjectWithDataParamOrReturn
DataClay object with Data param or return (volatiles, make persistent...).Methods in es.bsc.dataclay.serialization.lib with parameters of type DataClaySerializable Modifier and Type Method Description static void
DataClayDeserializationLib. createBufferAndDeserialize(DataClayByteArray byteArray, DataClaySerializable instance, Map<MetaClassID,byte[]> ifaceBitMaps, DataClayObjectMetaData metadata, Map<Integer,Object> curDeserializedJavaObjs)
Create buffer and deserializestatic DataClayByteArray
DataClaySerializationLib. createBufferAndSerialize(DataClaySerializable instance, boolean ignoreUserTypes, Map<MetaClassID,byte[]> ifaceBitMaps, IdentityHashMap<Object,Integer> curSerializedObjs, ListIterator<DataClayObject> pendingObjs, boolean returnNullIfNoRefCounting)
Create buffer and serializestatic DataClayByteArray
DataClaySerializationLib. serializeParameterOrReturn(DataClaySerializable paramReturn, ListIterator<DataClayObject> it)
Serialize parameter or returnMethod parameters in es.bsc.dataclay.serialization.lib with type arguments of type DataClaySerializable Modifier and Type Method Description static SerializedParametersOrReturn
DataClaySerializationLib. serializeParamsOrReturn(List<DataClaySerializable> wrappedParamsOrRet, Map<MetaClassID,byte[]> ifaceBitMaps, DataClayRuntime runtime, boolean forUpdate, BackendID hint, boolean ignoreSubObjects)
Serialize parameters or return of an execution -
Uses of DataClaySerializable in es.bsc.dataclay.util.filtering
Classes in es.bsc.dataclay.util.filtering that implement DataClaySerializable Modifier and Type Class Description class
DataClayPredicate
-
Uses of DataClaySerializable in es.bsc.dataclay.util.ids
Classes in es.bsc.dataclay.util.ids that implement DataClaySerializable Modifier and Type Class Description class
AccountID
This class represents the identification of an Account.class
ContractID
This class represents the identification of a Contract.class
CredentialID
This class represents the identification of an Credential.class
DataClayInstanceID
This class represents the identification of a dataClay instance.class
DataContractID
This class represents the identification of a Data Contract.class
DataSetID
This class represents the identification of a DataSet.class
ECAID
class
EventMessageID
class
EventObjsMeetConditionID
class
ExecutionEnvironmentID
This class represents the identification of a ExecutionEnvironment.class
ID
This class represents an identification.class
ImplementationID
This class represents the identification of an Implementation.class
InterfaceID
This class represents the identification of an Interface.class
MetaClassID
This class represents the identification of an Argument.class
NamespaceID
This class represents the identification of a Namespace.class
ObjectID
This class represents the identification of an Object.class
OperationID
This class represents the identification of an Operation.class
PropertyID
This class represents the identification of a Property.class
QualitativeRegistryID
This class represents the identification of a Feature.class
ResourceID
This class represents the identification of a Resource.class
SessionID
This class represents the identification of a Session.class
StorageLocationID
This class represents the identification of a StorageLocation. -
Uses of DataClaySerializable in es.bsc.dataclay.util.management.accountmgr
Classes in es.bsc.dataclay.util.management.accountmgr that implement DataClaySerializable Modifier and Type Class Description class
PasswordCredential
This class represents a system PasswordCredential for the system Accounts. -
Uses of DataClaySerializable in es.bsc.dataclay.util.management.namespacemgr
Classes in es.bsc.dataclay.util.management.namespacemgr that implement DataClaySerializable Modifier and Type Class Description class
ImportedInterface
This class represents an imported interface in a Namespace.
-