Package org.freedesktop.dbus.connections
Class BusAddress
- java.lang.Object
-
- org.freedesktop.dbus.connections.BusAddress
-
public class BusAddress extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBusAddress.AddressBusTypes
-
Constructor Summary
Constructors Constructor Description BusAddress(String address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbstract()BusAddress.AddressBusTypesgetBusType()StringgetGuid()StringgetHost()StringgetPath()intgetPort()StringgetRawAddress()StringgetType()booleanhasGuid()booleanhasHost()booleanhasPath()booleanhasPort()booleanisAbstract()booleanisListeningSocket()booleanisServer()StringtoString()
-
-
-
Constructor Detail
-
BusAddress
public BusAddress(String address) throws DBusException
- Throws:
DBusException
-
-
Method Detail
-
getType
public String getType()
-
getBusType
public BusAddress.AddressBusTypes getBusType()
-
isAbstract
public boolean isAbstract()
-
isListeningSocket
public boolean isListeningSocket()
-
hasPath
public boolean hasPath()
-
hasHost
public boolean hasHost()
-
hasPort
public boolean hasPort()
-
hasGuid
public boolean hasGuid()
-
getAbstract
public String getAbstract()
-
getPath
public String getPath()
-
getPort
public int getPort()
-
getHost
public String getHost()
-
getGuid
public String getGuid()
-
getRawAddress
public String getRawAddress()
-
isServer
public boolean isServer()
-
-