Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.sysactivity
Interface DBusNetworkManager

All Superinterfaces:
org.freedesktop.dbus.DBusInterface

public interface DBusNetworkManager
extends org.freedesktop.dbus.DBusInterface

NetworkManager D-Bus Interface

Author:
Damian Minkov, Ingo Bauersachs

Nested Class Summary
static class DBusNetworkManager.StateChange
          State change signal.
static class DBusNetworkManager.StateChanged
          State changed signal.
 
Field Summary
static int NM_STATE_ASLEEP
           
static int NM_STATE_CONNECTED
           
static int NM_STATE_CONNECTING
           
static int NM_STATE_DISCONNECTED
           
static int NM_STATE_UNKNOWN
           
static int NM9_STATE_ASLEEP
           
static int NM9_STATE_CONNECTED_GLOBAL
           
static int NM9_STATE_CONNECTED_LOCAL
           
static int NM9_STATE_CONNECTED_SITE
           
static int NM9_STATE_CONNECTING
           
static int NM9_STATE_DISCONNECTED
           
static int NM9_STATE_DISCONNECTING
           
static int NM9_STATE_UNKNOWN
           
 
Method Summary
 
Methods inherited from interface org.freedesktop.dbus.DBusInterface
isRemote
 

Field Detail

NM_STATE_UNKNOWN

static final int NM_STATE_UNKNOWN
See Also:
Constant Field Values

NM_STATE_ASLEEP

static final int NM_STATE_ASLEEP
See Also:
Constant Field Values

NM_STATE_CONNECTING

static final int NM_STATE_CONNECTING
See Also:
Constant Field Values

NM_STATE_CONNECTED

static final int NM_STATE_CONNECTED
See Also:
Constant Field Values

NM_STATE_DISCONNECTED

static final int NM_STATE_DISCONNECTED
See Also:
Constant Field Values

NM9_STATE_UNKNOWN

static final int NM9_STATE_UNKNOWN
See Also:
Constant Field Values

NM9_STATE_ASLEEP

static final int NM9_STATE_ASLEEP
See Also:
Constant Field Values

NM9_STATE_DISCONNECTED

static final int NM9_STATE_DISCONNECTED
See Also:
Constant Field Values

NM9_STATE_DISCONNECTING

static final int NM9_STATE_DISCONNECTING
See Also:
Constant Field Values

NM9_STATE_CONNECTING

static final int NM9_STATE_CONNECTING
See Also:
Constant Field Values

NM9_STATE_CONNECTED_LOCAL

static final int NM9_STATE_CONNECTED_LOCAL
See Also:
Constant Field Values

NM9_STATE_CONNECTED_SITE

static final int NM9_STATE_CONNECTED_SITE
See Also:
Constant Field Values

NM9_STATE_CONNECTED_GLOBAL

static final int NM9_STATE_CONNECTED_GLOBAL
See Also:
Constant Field Values

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.