Package org.freedesktop.dbus.messages
Class ExportedObject
- java.lang.Object
-
- org.freedesktop.dbus.messages.ExportedObject
-
public class ExportedObject extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportedObject(DBusInterface _object, boolean _weakreferences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIntrospectiondata()Map<MethodTuple,Method>getMethods()Reference<DBusInterface>getObject()
-
-
-
Constructor Detail
-
ExportedObject
public ExportedObject(DBusInterface _object, boolean _weakreferences) throws DBusException
- Throws:
DBusException
-
-
Method Detail
-
getMethods
public Map<MethodTuple,Method> getMethods()
-
getObject
public Reference<DBusInterface> getObject()
-
getIntrospectiondata
public String getIntrospectiondata()
-
-