UniSet  2.8.0
UniSetObject_i.idl
1 /*
2  * Copyright (c) 2015 Pavel Vainerman.
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as
6  * published by the Free Software Foundation, version 2.1.
7  *
8  * This program is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  * Lesser General Lesser Public License for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  */
16 // --------------------------------------------------------------------------
20 // --------------------------------------------------------------------------
21 #ifndef UniSetObject_i_IDL_
22 #define UniSetObject_i_IDL_
23 // ---------------------------------------------------------------------------
24 #include "UniSetTypes_i.idl"
25 
26 // ---------------------------------------------------------------------------
27 //module UniSet
28 //{
37  interface UniSetObject_i
38  {
46  uniset::SimpleInfo getInfo( in string userparam );
47 
49  uniset::SimpleInfo apiRequest( in string query );
50 
51  boolean exist();
54  void push( in uniset::TransportMessage msg );
55 
57  void pushMessage( in string msg
58  , in long mtype
59  , in uniset::Timespec tm
60  , in uniset::ProducerInfo pi
61  , in long priority
62  , in long consumer
63  );
64  };
65 
66 //}; // end of module UniSet
67 
68 #endif
69 // --------------------------------------------------------------------------------------------------------------
Definition: UniSetTypes_i.idl:93
void push(in uniset::TransportMessage msg)
uniset::ObjectType getType()
void pushMessage(in string msg, in long mtype, in uniset::Timespec tm, in uniset::ProducerInfo pi, in long priority, in long consumer)
Definition: UniSetTypes_i.idl:81
uniset::ObjectId getId()
boolean exist()
Definition: UniSetTypes_i.idl:44
string< SizeOfObjectType > ObjectType
Definition: UniSetTypes_i.idl:33
uniset::SimpleInfo apiRequest(in string query)
Definition: UniSetTypes_i.idl:64
uniset::SimpleInfo getInfo(in string userparam)
Базовый интерфейс для всех объектов
Definition: UniSetObject_i.idl:37
long ObjectId
Definition: UniSetTypes_i.idl:30