Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c006f76a25349b3f55bcf154e324d7335a89f0aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
# Copyright (c) 2007, 2010 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_ALL 

EVENT_ASYNC_THREAD_NAME=EventAdmin Async Event Dispatcher Thread
EVENT_NULL_EVENT=Null event is passed to EventAdmin. Ignored.
EVENT_NO_TOPICPERMISSION_PUBLISH=Caller bundle does not have TopicPermission to publish topic {0}
EVENT_DISPATCH_HANDLER_EXCEPTION=Exception while dispatching event {0} to handler {1}
EVENT_INVALID_HANDLER_FILTER=Invalid handler filter {0}
EVENT_INVALID_HANDLER_TOPICS=Invalid handler topics {0}

Back to the top