endrov.core.dbus
Class DBusImpl

java.lang.Object
  extended by endrov.core.dbus.DBusImpl
All Implemented Interfaces:
DBus, org.freedesktop.dbus.DBusInterface

public class DBusImpl
extends java.lang.Object
implements DBus

Implementation of the Endrov DBUS connection


Constructor Summary
DBusImpl()
           
 
Method Summary
 boolean isRemote()
           
 boolean openFile(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBusImpl

public DBusImpl()
Method Detail

isRemote

public boolean isRemote()
Specified by:
isRemote in interface org.freedesktop.dbus.DBusInterface

openFile

public boolean openFile(java.lang.String filename)
Specified by:
openFile in interface DBus