Class Summary | |
---|---|
ArrayFrob | |
arraysignalhandler | Untyped signal handler |
badarraysignalhandler | handler which should never be called |
BusAddress | |
callbackhandler | Callback handler |
cross_test_client | |
CallbackHandler<ReturnType> | Interface for callbacks in async mode |
Caller | |
Container | This class is the super class of both Structs and Tuples and holds common methods. |
CreateInterface | Converts a DBus XML file into Java interface definitions. |
CreateInterface.Config | |
CreateInterface.ConsoleStreamFactory | |
CreateInterface.FileStreamFactory | |
CreateInterface.PrintStreamFactory | |
DBus | |
DBusAsyncReply<ReturnType> | A handle to an asynchronous method call. |
DBusCallInfo | Holds information on a method call |
DBusConnection | Handles a connection to DBus. |
DBusConnection._sighandler | |
DBusDaemon | A replacement DBusDaemon |
DBusDaemon.Connstruct | |
DBusDaemon.DBusServer | |
DBusDaemon.MagicMap<A,B> | |
DBusDaemon.Reader | |
DBusDaemon.Sender | |
DBusEntry | A summary class for a dbus entry for use in a table model |
DBusException | An exception within DBus. |
DBusExecutionException | An exception while running a remote method within DBus. |
DBusInterface | Denotes a class as exportable or a remote interface which can be called. |
DBusListType | The type of a list. |
DBusMap<K,V> | |
DBusMapType | The type of a map. |
DBusMap.Entry | |
DBusMatchRule | |
DBusSerializable | Custom classes may be sent over DBus if they implement this interface. |
DBusSigHandler<T> | Handle a signal on DBus. |
DBusSignal | |
DBusSignal.internalsig | |
DBusStructType | The type of a struct. |
DBusTableModel | |
DBus.Binding | Contains Binding-test interfaces |
DBus.Binding.SingleTests | |
DBus.Binding.TestClient | |
DBus.Binding.TestClient.Trigger | |
DBus.Binding.Tests | |
DBus.Binding.TestSignals | |
DBus.Binding.TestSignals.Triggered | |
DBus.Binding.TestStruct | |
DBus.Binding.Triplet<A,B,C> | |
DBus.Error | Contains standard errors that can be thrown from methods. |
DBus.Error.AccessDenied | Thrown if a message is denied due to a security policy |
DBus.Error.MatchRuleInvalid | Thrown if the match rule is invalid |
DBus.Error.NoReply | Thrown if there is no reply to a method call |
DBus.Error.ServiceUnknown | Thrown if the requested service was not available |
DBus.Error.UnknownMethod | Thrown if the method called was unknown on the remote object |
DBus.Error.UnknownObject | Thrown if the object was unknown on a remote connection |
DBus.GLib | Contains GLib-specific annotations |
DBus.Introspectable | Objects can provide introspection data via this interface and method. |
DBus.Local | Messages generated locally in the application. |
DBus.Local.Disconnected | |
DBus.Method | Contains method-specific annotations |
DBus.NameAcquired | Signal sent to a connection when it aquires a name |
DBus.NameLost | Signal sent to a connection when it loses a name |
DBus.NameOwnerChanged | Signal sent when the owner of a name changes |
DBus.Peer | All DBus Applications should respond to the Ping method on this interface |
DBus.Properties | A standard properties interface. |
DirectConnection | Handles a peer to peer connection between two applications withou a bus daemon. |
EfficientMap | Provides a long => MethodCall map which doesn't allocate objects on insertion/removal. |
EfficientQueue | Provides a Message queue which doesn't allocate objects on insertion/removal. |
Error | Error messages which can be sent over the bus. |
ExportedObject | |
FatalDBusException | |
FatalException | |
FileSaver | |
InternalMessageException | |
InternalSignal | |
IntrospectAction | |
IterableNodeList | |
ListDBus | This class lists all the names currently connected on the bus |
Marshalling | Contains static methods for marshalling values. |
MarshallingException | |
Message | Superclass of all messages which are sent over the Bus. |
MessageFormatException | Thrown if a message is formatted incorrectly. |
MessageProtocolVersionException | |
MessageReader | |
MessageTypeException | |
MessageWriter | |
Message.ArgumentType | Defines constants for each argument type. |
Message.Endian | Defines constants representing the endianness of the message. |
Message.Flags | Defines constants representing the flags which can be set on a message. |
Message.HeaderField | Defines constants for each valid header field type. |
Message.MessageType | Defines constants for each message type. |
MethodCall | |
MethodReturn | |
MethodTuple | |
NodeListIterator | |
NonFatalException | |
NotConnected | Thrown if a DBus action is called when not connected to the Bus. |
objectsignalhandler | Object path signal handler |
ObjectPath | |
ObjectTree | Keeps track of the exported objects for introspection data |
ObjectTree.TreeNode | |
profile | Profiling tests. |
profile.Log | |
Path | |
ProfileHandler | |
Profiler | |
ProfilerInstance | |
Profiler.ProfileSignal | |
ProfileStruct | |
RemoteInvocationHandler | |
RemoteObject | |
signalhandler | Typed signal handler |
SaveAllAction | |
SaveAllAction.TabIterator | |
SaveFileAction | |
SaveFileAction.SelectedTabIterator | |
SignalTuple | |
StringStreamFactory | A factory using a byte array input stream |
Struct | This class should be extended to create Structs. |
StructStruct | |
test | This is a test program which sends and recieves a signal, implements, exports and calls a remote method. |
testclass | |
testnewclass | |
test_low_level | |
test_p2p_client | |
test_p2p_server | |
two_part_test_client | |
two_part_test_client.two_part_test_object | |
two_part_test_server | |
two_part_test_server.two_part_test_object | |
TabbedSaveAction | |
TestException | |
TestNewInterface | A sample remote interface which exports one method. |
TestRemoteInterface2 | |
TestSerializable<A> | |
TestSignalInterface | A sample signal with two parameters |
TestSignalInterface.TestArraySignal | |
TestSignalInterface.TestObjectSignal | |
TestSignalInterface.TestSignal | |
TestStruct | |
TestStruct2 | |
TestTuple<A,B,C> | |
TextFile | A Text file abstraction |
Transport | |
Transport.SASL | |
Transport.SASL.Command | |
Tuple | This class should be extended to create Tuples. |
TwoPartInterface | |
TwoPartInterface.TwoPartSignal | |
TwoPartObject | |
TypeSignature | |
UInt16 | Class to represent 16-bit unsigned integers. |
UInt32 | Class to represent unsigned 32-bit numbers. |
UInt64 | Class to represent unsigned 64-bit numbers. |
UnknownTypeCodeException | |
Variant<T> | A Wrapper class for Variant values. |