@ConsumerType public interface RemoteServiceAdminListener
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.
RemoteServiceAdminEvent
Modifier and Type | Method and Description |
---|---|
void |
remoteAdminEvent(RemoteServiceAdminEvent event)
Receive notification of any export or import registrations and
unregistrations as well as errors and warnings.
|
void remoteAdminEvent(RemoteServiceAdminEvent event)
event
- The RemoteServiceAdminEvent
object.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0