From 71d720ce7b90f83f322259507d064f18017df2fa Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 8 Apr 2010 15:18:32 +0000 Subject: Try to remove non-utf8 characters from source git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931968 13f79535-47bb-0310-9956-ffa450edef68 --- .../impl/RemoteServiceAdminImpl.java | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'sca-java-2.x/trunk') diff --git a/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java b/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java index 38a7dd130c..56e17a5642 100644 --- a/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java +++ b/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java @@ -218,26 +218,26 @@ public class RemoteServiceAdminImpl implements RemoteServiceAdmin, ManagedServic } String topic = "org/osgi/service/remoteserviceadmin/" + eventType; Map props = new HashMap(); - /* - *
    -
  • bundle – (Bundle) The Remote Service Admin bundle -
  • bundle-id – (Long) The id of the Blueprint bundle. -
  • bundle-symbolicname – (String) The Bundle Symbolic Name of the - Remote Service Admin bundle. -
  • bundle-version - (Version) The version of the Blueprint bundle. -
  • cause – The exception, if present. -
  • import.registration – An imported endpoint, if present -
  • export.registration – An exported endpoint, if present -
  • service.remote.id – Remote service UUID, if present -
  • service.remote.uuid – Remote service UUID, if present -
  • service.remote.uri – (String) The URI of the endpoint, if present -
  • objectClass – (String[]) The interface names, if present -
  • service.imported.configs – (String+) The configuration types of the - imported services, if present -
  • timestamp – (Long) The time when the event occurred -
  • event – (RemoteServiceAdminEvent) The RemoteServiceAdminEvent - object that caused this event. -
+ /* + *
    +
  • bundle – (Bundle) The Remote Service Admin bundle +
  • bundle-id – (Long) The id of the Blueprint bundle. +
  • bundle-symbolicname – (String) The Bundle Symbolic Name of the + Remote Service Admin bundle. +
  • bundle-version - (Version) The version of the Blueprint bundle. +
  • cause – The exception, if present. +
  • import.registration – An imported endpoint, if present +
  • export.registration – An exported endpoint, if present +
  • service.remote.id – Remote service UUID, if present +
  • service.remote.uuid – Remote service UUID, if present +
  • service.remote.uri – (String) The URI of the endpoint, if present +
  • objectClass – (String[]) The interface names, if present +
  • service.imported.configs – (String+) The configuration types of the + imported services, if present +
  • timestamp – (Long) The time when the event occurred +
  • event – (RemoteServiceAdminEvent) The RemoteServiceAdminEvent + object that caused this event. +
*/ Bundle rsaBundle = context.getBundle(); props.put("bundle", rsaBundle); -- cgit v1.2.3