org.freedesktop.dbus
Class BusAddress

java.lang.Object
  extended by org.freedesktop.dbus.BusAddress

public class BusAddress
extends Object


Constructor Summary
BusAddress(String address)
           
 
Method Summary
 String getParameter(String key)
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusAddress

public BusAddress(String address)
           throws ParseException
Throws:
ParseException
Method Detail

getType

public String getType()

getParameter

public String getParameter(String key)

toString

public String toString()
Overrides:
toString in class Object