org.freedesktop.dbus
Class Transport
java.lang.Object
org.freedesktop.dbus.Transport
public class Transport
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
min
public MessageReader min
mout
public MessageWriter mout
Transport
public Transport()
Transport
public Transport(BusAddress address)
throws java.io.IOException
- Throws:
java.io.IOException
Transport
public Transport(java.lang.String address)
throws java.io.IOException,
java.text.ParseException
- Throws:
java.io.IOException
java.text.ParseException
Transport
public Transport(java.lang.String address,
int timeout)
throws java.io.IOException,
java.text.ParseException
- Throws:
java.io.IOException
java.text.ParseException
genGUID
public static java.lang.String genGUID()
connect
public void connect(java.lang.String address)
throws java.io.IOException,
java.text.ParseException
- Throws:
java.io.IOException
java.text.ParseException
connect
public void connect(java.lang.String address,
int timeout)
throws java.io.IOException,
java.text.ParseException
- Throws:
java.io.IOException
java.text.ParseException
connect
public void connect(BusAddress address)
throws java.io.IOException
- Throws:
java.io.IOException
connect
public void connect(BusAddress address,
int timeout)
throws java.io.IOException
- Throws:
java.io.IOException
disconnect
public void disconnect()
throws java.io.IOException
- Throws:
java.io.IOException