Klasse DBusAsyncReply<T>

java.lang.Object
org.freedesktop.dbus.DBusAsyncReply<T>

public class DBusAsyncReply<T> extends Object
A handle to an asynchronous method call.
  • Konstruktordetails

  • Methodendetails

    • hasReply

      public boolean hasReply()
      Check if we've had a reply.
      Gibt zurück:
      true if we have a reply
    • getReply

      public T getReply() throws DBusException
      Get the reply.
      Gibt zurück:
      The return value from the method.
      Löst aus:
      DBusException - if the reply to the method was an error.
      NoReply - if the method hasn't had a reply yet
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getMethod

      public Method getMethod()
    • getConnection

      public AbstractConnection getConnection()
    • getCall

      public MethodCall getCall()