public class MethodReturn extends Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageTypebytecounter, 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, toStringpublic MethodReturn(String dest, long replyserial, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodReturn(String source, String dest, long replyserial, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodReturn(MethodCall mc, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodReturn(String source, MethodCall mc, String sig, Object... args) throws DBusException
DBusExceptionpublic MethodCall getCall()
protected void setCall(MethodCall call)
Copyright © 2017 JBoss by Red Hat. All rights reserved.