Class MethodReturn
java.lang.Object
org.freedesktop.dbus.Message
org.freedesktop.dbus.MethodReturn
-
Nested Class Summary
Nested classes/interfaces inherited from class Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageType -
Field Summary
Fields inherited from class Message
bytecounter, flags, globalserial, headers, PROTOCOL, protover, serial, type, wiredata -
Constructor Summary
ConstructorsConstructorDescriptionMethodReturn(String dest, long replyserial, String sig, Object... args) MethodReturn(String source, String dest, long replyserial, String sig, Object... args) MethodReturn(String source, MethodCall mc, String sig, Object... args) MethodReturn(MethodCall mc, String sig, Object... args) -
Method Summary
Methods inherited from class 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
-
Constructor Details
-
MethodReturn
- Throws:
DBusException
-
MethodReturn
public MethodReturn(String source, String dest, long replyserial, String sig, Object... args) throws DBusException - Throws:
DBusException
-
MethodReturn
- Throws:
DBusException
-
MethodReturn
- Throws:
DBusException
-
-
Method Details
-
getCall
-
setCall
-