public class DBusAsyncReply<T> extends Object
| Constructor and Description |
|---|
DBusAsyncReply(MethodCall _mc,
Method _me,
AbstractConnection _conn) |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
getCall() |
AbstractConnection |
getConnection() |
Method |
getMethod() |
T |
getReply()
Get the reply.
|
boolean |
hasReply()
Check if we've had a reply.
|
static Collection<DBusAsyncReply<?>> |
hasReply(Collection<DBusAsyncReply<?>> replies)
Check if any of a set of asynchronous calls have had a reply.
|
String |
toString() |
public DBusAsyncReply(MethodCall _mc, Method _me, AbstractConnection _conn)
public static Collection<DBusAsyncReply<?>> hasReply(Collection<DBusAsyncReply<?>> replies)
replies - A Collection of handles to replies to check.public boolean hasReply()
public T getReply() throws DBusException
DBusException - if the reply to the method was an error.NoReply - if the method hasn't had a reply yetpublic Method getMethod()
public AbstractConnection getConnection()
public MethodCall getCall()
Copyright © 2020. All rights reserved.