Class Session

java.lang.Object
de.swiesend.secretservice.handlers.Messaging
de.swiesend.secretservice.Session
All Implemented Interfaces:
Session, org.freedesktop.dbus.interfaces.DBusInterface

public class Session extends de.swiesend.secretservice.handlers.Messaging implements Session
  • Field Summary

    Fields inherited from class de.swiesend.secretservice.handlers.Messaging

    connection, interfaceName, msg, objectPath, serviceName, sh
  • Constructor Summary

    Constructors
    Constructor
    Description
    Session(String session_id, Service service)
     
    Session(org.freedesktop.dbus.DBusPath path, Service service)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close this session.
     
    boolean
     

    Methods inherited from class de.swiesend.secretservice.handlers.Messaging

    getAllProperties, getConnection, getInterfaceName, getMessageHandler, getPath, getProperty, getServiceName, getSignalHandler, send, send, setProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Session

      public Session(org.freedesktop.dbus.DBusPath path, Service service)
    • Session

      public Session(String session_id, Service service)
  • Method Details

    • close

      public void close()
      Description copied from interface: Session
      Close this session.
      Specified by:
      close in interface Session
    • isRemote

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

      public String getObjectPath()
      Specified by:
      getObjectPath in interface org.freedesktop.dbus.interfaces.DBusInterface
      Overrides:
      getObjectPath in class de.swiesend.secretservice.handlers.Messaging