de.init.loext.managers
Class ItsSessionManager

java.lang.Object
  extended by de.init.loext.managers.ItsSessionManager

public class ItsSessionManager
extends java.lang.Object

Service class to handle session for various documents accessible by the user

Author:
m.kandora

Method Summary
static void clearSession(java.lang.String _url, com.sun.star.frame.XFrame frame)
          Clears the session for a specific Frame
static ItsElementManager getSession(java.lang.String _url, com.sun.star.frame.XFrame frame)
          Returns an ItsManager Session for a specific Frame (eg. a new TextEditor Window)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSession

public static ItsElementManager getSession(java.lang.String _url,
                                           com.sun.star.frame.XFrame frame)
                                    throws java.lang.Exception
Returns an ItsManager Session for a specific Frame (eg. a new TextEditor Window)

Parameters:
_url -
frame -
Returns:
Throws:
java.lang.Exception

clearSession

public static void clearSession(java.lang.String _url,
                                com.sun.star.frame.XFrame frame)
Clears the session for a specific Frame

Parameters:
_url -
frame -