Uses of Class
com.gurock.smartinspect.session.Session
-
Packages that use Session Package Description com.gurock.smartinspect com.gurock.smartinspect.jdk com.gurock.smartinspect.session -
-
Uses of Session in com.gurock.smartinspect
Fields in com.gurock.smartinspect declared as Session Modifier and Type Field Description static SessionSiAuto. mainAutomatically created Session instance.Methods in com.gurock.smartinspect that return Session Modifier and Type Method Description SessionSmartInspect. addSession(String sessionName)Adds and returns a new Session instance with this SmartInspect object set as parent.SessionSmartInspect. addSession(String sessionName, boolean store)Overloaded.SessionSmartInspect. getSession(String sessionName)Returns a previously added session.Methods in com.gurock.smartinspect with parameters of type Session Modifier and Type Method Description voidSmartInspect. addSession(Session session)Overloaded.voidSmartInspect. deleteSession(Session session)Removes a session from the internal list of sessions.voidSmartInspect. updateSession(Session session, String to, String from)Updates an entry in the internal lookup table of sessions. -
Uses of Session in com.gurock.smartinspect.jdk
Methods in com.gurock.smartinspect.jdk that return Session Modifier and Type Method Description SessionSmartInspectHandler. getSession()Returns the session used to publish LogRecords.Constructors in com.gurock.smartinspect.jdk with parameters of type Session Constructor Description SmartInspectHandler(Session session)Overloaded. -
Uses of Session in com.gurock.smartinspect.session
Methods in com.gurock.smartinspect.session that return Session Modifier and Type Method Description SessionSessionManager. get(String name)Returns a previously added session.Methods in com.gurock.smartinspect.session with parameters of type Session Modifier and Type Method Description voidSessionManager. add(Session session, boolean store)Configures a passed Session instance and optionally saves it for later access.protected voidSessionDefaults. assign(Session session)voidSessionManager. delete(Session session)Removes a session from the internal list of sessions.voidSessionManager. update(Session session, String to, String from)Updates an entry in the internal lookup table of sessions.
-