You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2009/04/10 16:55:15 UTC

svn commit: r763957 - /incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties

Author: cwiklik
Date: Fri Apr 10 14:55:15 2009
New Revision: 763957

URL: http://svn.apache.org/viewvc?rev=763957&view=rev
Log:
UIMA-1109 Added new messages

Modified:
    incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties

Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=763957&r1=763956&r2=763957&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties Fri Apr 10 14:55:15 2009
@@ -204,4 +204,9 @@
 UIMAEE_stopping_collocated_cm_INFO =  Controller: {0} Stopping Collocated Delegate Cas Multiplier: {1} 
 UIMAEE_stopping_collocated_cm_INFO =  Controller: {0} Stopping Remote Delegate Cas Multiplier: {1} 
 UIMAEE_stopped_producing_new_cases__INFO = Thread:{0} Controller: {1} Cas Multiplier Stopped Generating CASes from Input CAS: {2}
-UIMAEE_show_platform_info__INFO = {0} 
\ No newline at end of file
+UIMAEE_show_platform_info__INFO = {0} 
+UIMAEE_jmx_stop_called__INFO = Controller: {0} Received Stop Request Via JMX. Initiating Orderly Service Shutdown. Waiting For All CASes To Be Processed Before Stopping
+UIMAEE_jmx_stopNow_called__INFO = Controller: {0} Received StopNow Request Via JMX. Initiating Hard Stop. Not Waiting For CASes to Finish.
+UIMAEE_register_onEmpty_callback__INFO = Controller: {0} Registering onEmpty Callback With InProcessCache.
+UIMAEE_waiting_for_onEmpty_callback__INFO  = Controller: {0} Awaiting onEmpty Callback From InProcessCache
+UIMAEE_onEmpty_callback_received__INFO = Controller: {0} Received onEmpty Callback From InProcessCache
\ No newline at end of file