org.freedesktop.dbus

Class MethodCall

public class MethodCall extends Message

Constructor Summary
MethodCall(String dest, String path, String iface, String member, byte flags, String sig, Object... args)
MethodCall(String source, String dest, String path, String iface, String member, byte flags, String sig, Object... args)
Method Summary
MessagegetReply()
booleanhasReply()
protected voidsetReply(Message reply)

Constructor Detail

MethodCall

public MethodCall(String dest, String path, String iface, String member, byte flags, String sig, Object... args)

MethodCall

public MethodCall(String source, String dest, String path, String iface, String member, byte flags, String sig, Object... args)

Method Detail

getReply

public Message getReply()

hasReply

public boolean hasReply()

setReply

protected void setReply(Message reply)