Package org.freedesktop.secret
Class Session
- java.lang.Object
-
- org.freedesktop.secret.handlers.Messaging
-
- org.freedesktop.secret.interfaces.Session
-
- org.freedesktop.secret.Session
-
- All Implemented Interfaces:
org.freedesktop.dbus.interfaces.DBusInterface
public class Session extends Session
-
-
Field Summary
-
Fields inherited from class org.freedesktop.secret.handlers.Messaging
connection, interfaceName, msg, objectPath, serviceName, sh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close this session.StringgetObjectPath()booleanisRemote()-
Methods inherited from class org.freedesktop.secret.handlers.Messaging
getAllProperties, getConnection, getInterfaceName, getMessageHandler, getPath, getProperty, getServiceName, getSignalHandler, send, send, setProperty
-
-
-
-
Method Detail
-
close
public void close()
Description copied from class:SessionClose this session.
-
isRemote
public boolean isRemote()
-
getObjectPath
public String getObjectPath()
- Specified by:
getObjectPathin interfaceorg.freedesktop.dbus.interfaces.DBusInterface- Overrides:
getObjectPathin classMessaging
-
-