UniSet  2.6.0
UniSetObject_i.idl
00001 /*
00002  * Copyright (c) 2015 Pavel Vainerman.
00003  *
00004  * This program is free software: you can redistribute it and/or modify
00005  * it under the terms of the GNU Lesser General Public License as
00006  * published by the Free Software Foundation, version 2.1.
00007  *
00008  * This program is distributed in the hope that it will be useful, but
00009  * WITHOUT ANY WARRANTY; without even the implied warranty of
00010  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00011  * Lesser General Lesser Public License for more details.
00012  *
00013  * You should have received a copy of the GNU Lesser General Public License
00014  * along with this program. If not, see <http://www.gnu.org/licenses/>.
00015  */
00016 // --------------------------------------------------------------------------
00020 // --------------------------------------------------------------------------
00021 #ifndef UniSetObject_i_IDL_
00022 #define UniSetObject_i_IDL_
00023 // ---------------------------------------------------------------------------
00024 #include "UniSetTypes_i.idl"
00025 
00026 // ---------------------------------------------------------------------------
00027 //module UniSet
00028 //{
00037     interface UniSetObject_i
00038     {
00039         uniset::ObjectId getId();       
00040         uniset::ObjectType getType();   
00046         uniset::SimpleInfo getInfo( in string userparam );
00047 
00049         uniset::SimpleInfo apiRequest( in string query );
00050 
00051         boolean exist();   
00054         void push( in uniset::TransportMessage msg );
00055     };
00056 
00057 //};    // end of module UniSet
00058 
00059 #endif
00060 // --------------------------------------------------------------------------------------------------------------