org.freedesktop.dbus
public class DBusAsyncReply<ReturnType> extends Object
Method Summary | |
---|---|
ReturnType | getReply()
Get the reply. |
static Collection<DBusAsyncReply> | hasReply(Collection<DBusAsyncReply> replies)
Check if any of a set of asynchronous calls have had a reply. |
boolean | hasReply()
Check if we've had a reply. |
String | toString() |
Returns: The return value from the method.
Throws: DBusExecutionException if the reply to the method was an error. NoReply if the method hasn't had a reply yet
Parameters: replies A Collection of handles to replies to check.
Returns: A Collection only containing those calls which have had replies.
Returns: True if we have a reply