1 /*==================================================================== 2 Tnis file was produced by the OpenCCM ir3_jimpl generator. 3 OpenCCM: The Open CORBA Component Model Platform 4 Copyright (C) 2000-2002 USTL - LIFL - GOAL 5 Contact: openccm-team@objectweb.org 6 This library is free software; you can redistribute it and/or 7 modify it under the terms of the GNU Lesser General Public 8 License as published by the Free Software Foundation; either 9 version 2.1 of the License, or any later version. 10 This library is distributed in the hope that it will be useful, 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 Lesser General Public License for more details. 14 You should have received a copy of the GNU Lesser General Public 15 License along with this library; if not, write to the Free Software 16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 17 USA 18 Initial developer(s): Philippe Merle, Mathieu Vadet. 19 Contributor(s): ______________________________________. 20 ====================================================================*/ 21 22 package ist.coach.coachEmfServicesComponents; 23 24 /** 25 ** Implementation skeleton class for the ::coachEmfServicesComponents::LogThresholdAlarm event. 26 ** Business operations MUST be completed !!! 27 **/ 28 public class LogThresholdAlarmImpl 29 extends LogThresholdAlarm 30 { 31 // ================================================================== 32 // 33 // Internal State. 34 // 35 // =================================================================== 36 37 // ================================================================== 38 // 39 // Constructor. 40 // 41 // =================================================================== 42 43 /** 44 ** The default constructor. 45 **/ 46 public 47 LogThresholdAlarmImpl() 48 { 49 threshold = -1; 50 logId = -1; 51 } 52 53 // ================================================================== 54 // 55 // Local operations for the LogThresholdAlarm valuetype. 56 // 57 // =================================================================== 58 59 } 60