A C E M O 

A

Async - Interface in org.osgi.service.async
The Async Service, as defined in OSGi RFC 204 https://github.com/osgi/design/tree/master/rfcs/rfc0206
async(Method, Object[]) - Method in interface org.osgi.service.async.delegate.AsyncDelegate
Asynchronously call a method
AsyncDelegate - Interface in org.osgi.service.async.delegate
The AsyncDelegate, as defined in OSGi RFC 204 https://github.com/osgi/design/tree/master/rfcs/rfc0206

C

call(R) - Method in interface org.osgi.service.async.Async
Asynchronously run the last method call registered by a mediated object, returning the result as a Promise.
call() - Method in interface org.osgi.service.async.Async
Asynchronously run the last method call registered by a mediated object, returning the result as a Promise.

E

execute() - Method in interface org.osgi.service.async.Async
Asynchronously run the last method call registered by a mediated object, ignoring the return value.
execute(Method, Object[]) - Method in interface org.osgi.service.async.delegate.AsyncDelegate
Asynchronously call a method

M

mediate(T, Class<T>) - Method in interface org.osgi.service.async.Async
Create a mediated object for asynchronous calls
mediate(ServiceReference<? extends T>, Class<T>) - Method in interface org.osgi.service.async.Async
Create a mediated object for asynchronous calls

O

org.osgi.service.async - package org.osgi.service.async
 
org.osgi.service.async.delegate - package org.osgi.service.async.delegate
 
A C E M O 

Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.