Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

jconttest_if.idl

Go to the documentation of this file.
00001 /* 00002 * ALMA - Atacama Large Millimiter Array 00003 * (c) European Southern Observatory, 2002 00004 * Copyright by ESO (in the framework of the ALMA collaboration), 00005 * All rights reserved 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public 00009 * License as published by the Free Software Foundation; either 00010 * version 2.1 of the License, or (at your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 * Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with this library; if not, write to the Free Software 00019 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 00020 * MA 02111-1307 USA 00021 */ 00022 #ifndef _JCONTTEST_IDL_ 00023 #define _JCONTTEST_IDL_ 00024 00025 #include <acscomponent.idl> 00026 #include <ACSErrTypeCommon.idl> 00027 00028 #pragma prefix "alma" 00029 00030 // Module for test components. 00031 // These are meant more for ACS internal tests rather than for demo purposes, 00032 // although they should be instructive at the same time. 00033 // 00034 module jconttest 00035 { 00036 interface ContainerServicesTester : ACS::ACSComponent 00037 { 00038 boolean testComponentName(out string compName); 00039 boolean testStateManager(out string currStateName); 00040 00041 boolean testGetDynamicDummyComponent(out string compName); 00042 00043 boolean testGetReferenceWithCustomClientSideTimeout(in string compName); 00044 00045 boolean testGetDefaultIdentifierArchive(out string compName); 00046 00047 boolean testGetThreadFactory(in long numThreads, in long busyLoopCount, in boolean randomize); 00048 00054 void testGetCollocatedComponent(in string curl, in string compType, in string targetCurl) raises (ACSErrTypeCommon::CouldntPerformActionEx); 00055 00063 void testGetComponentNonSticky(in string curl, in boolean release) raises (ACSErrTypeCommon::CouldntPerformActionEx); 00064 }; 00065 00066 00067 interface DummyComponent : ACS::ACSComponent 00068 { 00069 void dummyComponentsCanDoCloseToNothing(); 00070 void callThatTakesSomeTime(in long timeInMillisec); 00071 }; 00072 00076 interface DummyComponent2 : DummyComponent 00077 { 00078 }; 00079 00080 00084 interface DummyComponentWrapper : ACS::ACSComponent 00085 { 00091 boolean callDummyComponentWithTime(in long timeInMillisec) 00092 raises (ACSErrTypeCommon::CouldntPerformActionEx); 00093 }; 00094 00095 00096 interface DataReceiver : ACS::ACSComponent 00097 { 00098 void storeThis(in string data); 00099 double stop(); 00100 }; 00101 00102 }; 00103 00104 #endif

Generated on Thu Apr 30 02:26:27 2009 for ACS IDL interfaces by doxygen 1.3.8