signals.xml revision a28b420414cd8a05dea3d67c4e151b80f5a75ff5
70025d765b044c6d8594bb965a2247a61e991a99johnny<?xml version="1.0" encoding="UTF-8" standalone="no"?>
70025d765b044c6d8594bb965a2247a61e991a99johnny ! CDDL HEADER START
00d0963faf2e861a4aef6b1bf28f99a5b2b20755dilpreet ! The contents of this file are subject to the terms of the
70025d765b044c6d8594bb965a2247a61e991a99johnny ! Common Development and Distribution License, Version 1.0 only
70025d765b044c6d8594bb965a2247a61e991a99johnny ! (the "License"). You may not use this file except in compliance
70025d765b044c6d8594bb965a2247a61e991a99johnny ! with the License.
70025d765b044c6d8594bb965a2247a61e991a99johnny ! You can obtain a copy of the license at
70025d765b044c6d8594bb965a2247a61e991a99johnny ! See the License for the specific language governing permissions
70025d765b044c6d8594bb965a2247a61e991a99johnny ! and limitations under the License.
70025d765b044c6d8594bb965a2247a61e991a99johnny ! When distributing Covered Code, include this CDDL HEADER in each
70025d765b044c6d8594bb965a2247a61e991a99johnny ! file and include the License file at
70025d765b044c6d8594bb965a2247a61e991a99johnny ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
70025d765b044c6d8594bb965a2247a61e991a99johnny ! add the following below this CDDL HEADER, with the fields enclosed
70025d765b044c6d8594bb965a2247a61e991a99johnny ! by brackets "[]" replaced with your own identifying information:
70025d765b044c6d8594bb965a2247a61e991a99johnny ! Portions Copyright [yyyy] [name of copyright owner]
70025d765b044c6d8594bb965a2247a61e991a99johnny ! CDDL HEADER END
70025d765b044c6d8594bb965a2247a61e991a99johnny ! Copyright 2008 Sun Microsystems, Inc.
70025d765b044c6d8594bb965a2247a61e991a99johnny This function contains all signal related functions
70025d765b044c6d8594bb965a2247a61e991a99johnny <!-- Signal variables -->
00d0963faf2e861a4aef6b1bf28f99a5b2b20755dilpreet SignalRaised=''
70025d765b044c6d8594bb965a2247a61e991a99johnny <!-- Redefine the default signal handlers-->
70025d765b044c6d8594bb965a2247a61e991a99johnny </sequence>
70025d765b044c6d8594bb965a2247a61e991a99johnny </function>
70025d765b044c6d8594bb965a2247a61e991a99johnny <function name="OverideDefaultSignals" scope="local">
70025d765b044c6d8594bb965a2247a61e991a99johnny This function overides the default STAX signal handlers
70025d765b044c6d8594bb965a2247a61e991a99johnny <!-- STAXPythonEvaluationError signal -->
00d0963faf2e861a4aef6b1bf28f99a5b2b20755dilpreet <signalhandler signal="'STAXPythonEvaluationError'">
70025d765b044c6d8594bb965a2247a61e991a99johnny ('STAXPythonEvaluationError signal raised. ' + 'Continuing job. %s' % (STAXPythonEvalMsg))
70025d765b044c6d8594bb965a2247a61e991a99johnny SignalRaised='STAXPythonEvaluationError'
70025d765b044c6d8594bb965a2247a61e991a99johnny <message>'SignalRaised = %s' % SignalRaised</message>
70025d765b044c6d8594bb965a2247a61e991a99johnny </sequence>
70025d765b044c6d8594bb965a2247a61e991a99johnny </signalhandler>
70025d765b044c6d8594bb965a2247a61e991a99johnny </function>