ch.ethz.iks.r_osgi
Interface SurrogateRegistration


public interface SurrogateRegistration

Just an empty interface that adapter bundles can use to register legacy services for remote access. Registering bundles should set the property SERVICE_REFERENCE to the service reference of the legacy service that is registered. Additionally, all the default properties like RemoteOSGiService.SMART_PROXY can be set on behalf of the legacy service in the usual way.

Author:
Jan S. Rellermeyer, ETH Zurich

Field Summary
static java.lang.String SERVICE_REFERENCE
           
 

Field Detail

SERVICE_REFERENCE

static final java.lang.String SERVICE_REFERENCE
See Also:
Constant Field Values


Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.