OSGi™ Service Platform
Compendium Specification

Release 4 Version 4.3

org.osgi.service.remoteserviceadmin
Interface RemoteServiceAdminListener


public interface RemoteServiceAdminListener

A RemoteServiceAdminEvent listener is notified synchronously of any export or import registrations and unregistrations.

If the Java Runtime Environment supports permissions, then filtering is done. RemoteServiceAdminEvent objects are only delivered to the listener if the bundle which defines the listener object's class has the appropriate EndpointPermission[endpoint,READ] for the endpoint referenced by the event.

See Also:
RemoteServiceAdminEvent
ThreadSafe

Method Summary
 void remoteAdminEvent(RemoteServiceAdminEvent event)
          Receive notification of any export or import registrations and unregistrations as well as errors and warnings.
 

Method Detail

remoteAdminEvent

void remoteAdminEvent(RemoteServiceAdminEvent event)
Receive notification of any export or import registrations and unregistrations as well as errors and warnings.

Parameters:
event - The RemoteServiceAdminEvent object.

OSGi™ Service Platform
Compendium Specification

Release 4 Version 4.3

Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0