Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOME Namespace Reference

Module SALOME contains all base interfaces of SALOME Kernel. More...

Data Structures

interface  MultiCommClass
 
interface  ServantLifeCycle
 
interface  Sender
 
interface  SenderDouble
 
interface  SenderInt
 
interface  CorbaDoubleNCSender
 
interface  CorbaDoubleCSender
 
interface  CorbaLongNCSender
 
interface  CorbaLongCSender
 
interface  MPISender
 
interface  MPISenderDouble
 
interface  MPISenderInt
 
interface  SocketSender
 
interface  SocketSenderDouble
 
interface  SocketSenderInt
 
interface  Matrix
 
struct  ExceptionStruct
 This struct contains a set of fields defining the structure of the exception. More...
 
exception  SALOME_Exception
 The main exception in SALOME application. More...
 
interface  GenericObj
 interface for common behavior of SALOME transient CORBA objects More...
 
interface  ExportableObject
 common usage interface for exporting of arbitrary data in SALOME environment More...
 
interface  BasicDataServer
 
interface  PickelizedPyObjServer
 
interface  PickelizedPyObjRdOnlyServer
 
interface  PickelizedPyObjRdExtBaseServer
 
interface  PickelizedPyObjRdExtServer
 
interface  PickelizedPyObjRdExtInitServer
 
interface  PickelizedPyObjRdWrServer
 
interface  DataScopeKiller
 
interface  DataScopeServerBase
 
interface  DataScopeServer
 
interface  Transaction
 
interface  TransactionRdWrAccess
 
interface  TransactionMultiKeyAddSession
 
interface  KeyWaiter
 
interface  DataScopeServerTransaction
 
interface  DataServerManager
 
struct  StatSession
 Session State and Statistics More...
 
interface  Session
 Interface of the session. More...
 

Typedefs

typedef sequence< double > vectorOfDouble
 
typedef sequence< long > vectorOfLong
 
typedef sequence< string > StringSeq
 
typedef sequence< string > StringVec
 
typedef sequence< octet > ByteVec
 
typedef sequence< ByteVec > SeqOfByteVec
 
typedef sequence< TransactionListOfTransaction
 

Enumerations

enum  TypeOfDataTransmitted { _DOUBLE_, _INT_ }
 
enum  TypeOfCommunication { CORBA_, MPI_, SOCKET_ }
 
enum  ExceptionType { COMM, BAD_PARAM, INTERNAL_ERROR }
 This enumeration contains the elements indicating the type of the exception which can be raised during SALOME session. More...
 
enum  SessionState { asleep, running, shutdown }
 State of the session. More...
 

Detailed Description

Module SALOME contains all base interfaces of SALOME Kernel.

Enumeration Type Documentation

This enumeration contains the elements indicating the type of the exception which can be raised during SALOME session.

Enumerator
COMM 

Communication problem

BAD_PARAM 

Bad User parameters

INTERNAL_ERROR 

Application level problem, irrecoverable

State of the session.

This enumeration contains values defining the state of the session

Enumerator
asleep 

Session is inactive

running 

Session is running

shutdown 

Session is shutting down