org.freedesktop.dbus
public class MethodReturn extends Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageType
bytecounter, flags, globalserial, headers, PROTOCOL, protover, serial, type, wiredata
Constructor and Description |
---|
MethodReturn(MethodCall mc,
String sig,
Object... args) |
MethodReturn(String dest,
long replyserial,
String sig,
Object... args) |
MethodReturn(String source,
MethodCall mc,
String sig,
Object... args) |
MethodReturn(String source,
String dest,
long replyserial,
String sig,
Object... args) |
Modifier and Type | Method and Description |
---|---|
MethodCall |
getCall() |
protected void |
setCall(MethodCall call) |
align, append, appendByte, appendBytes, appendint, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getDestination, getFlags, getHeader, getHeaderFieldName, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getWireData, marshallint, marshallintBig, marshallintLittle, pad, setArgs, setSource, toString
public MethodReturn(String dest, long replyserial, String sig, Object... args) throws DBusException
DBusException
public MethodReturn(String source, String dest, long replyserial, String sig, Object... args) throws DBusException
DBusException
public MethodReturn(MethodCall mc, String sig, Object... args) throws DBusException
DBusException
public MethodReturn(String source, MethodCall mc, String sig, Object... args) throws DBusException
DBusException
public MethodCall getCall()
protected void setCall(MethodCall call)