org.freedesktop.dbus
Class MethodReturn
java.lang.Object
org.freedesktop.dbus.Message
org.freedesktop.dbus.MethodReturn
public class MethodReturn
- extends Message
Constructor Summary |
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)
|
Methods inherited from class org.freedesktop.dbus.Message |
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 |
MethodReturn
public MethodReturn(String dest,
long replyserial,
String sig,
Object... args)
throws DBusException
- Throws:
DBusException
MethodReturn
public MethodReturn(String source,
String dest,
long replyserial,
String sig,
Object... args)
throws DBusException
- Throws:
DBusException
MethodReturn
public MethodReturn(MethodCall mc,
String sig,
Object... args)
throws DBusException
- Throws:
DBusException
MethodReturn
public MethodReturn(String source,
MethodCall mc,
String sig,
Object... args)
throws DBusException
- Throws:
DBusException
getCall
public MethodCall getCall()
setCall
protected void setCall(MethodCall call)