org.freedesktop.dbus
Class Transport
java.lang.Object
org.freedesktop.dbus.Transport
public class Transport
- extends 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 IOException
- Throws:
IOException
Transport
public Transport(String address)
throws IOException,
ParseException
- Throws:
IOException
ParseException
Transport
public Transport(String address,
int timeout)
throws IOException,
ParseException
- Throws:
IOException
ParseException
genGUID
public static String genGUID()
connect
public void connect(String address)
throws IOException,
ParseException
- Throws:
IOException
ParseException
connect
public void connect(String address,
int timeout)
throws IOException,
ParseException
- Throws:
IOException
ParseException
connect
public void connect(BusAddress address)
throws IOException
- Throws:
IOException
connect
public void connect(BusAddress address,
int timeout)
throws IOException
- Throws:
IOException
disconnect
public void disconnect()
throws IOException
- Throws:
IOException