| Package | Description |
|---|---|
| com.gurock.smartinspect | |
| com.gurock.smartinspect.jdk | |
| com.gurock.smartinspect.session |
| Modifier and Type | Field and Description |
|---|---|
static Session |
SiAuto.main
Automatically created Session instance.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SmartInspect.addSession(String sessionName)
Adds and returns a new Session instance with this SmartInspect object set as parent.
|
Session |
SmartInspect.addSession(String sessionName,
boolean store)
Overloaded.
|
Session |
SmartInspect.getSession(String sessionName)
Returns a previously added session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SmartInspect.addSession(Session session)
Overloaded.
|
void |
SmartInspect.deleteSession(Session session)
Removes a session from the internal list of sessions.
|
void |
SmartInspect.updateSession(Session session,
String to,
String from)
Updates an entry in the internal lookup table of sessions.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SmartInspectHandler.getSession()
Returns the session used to publish LogRecords.
|
| Constructor and Description |
|---|
SmartInspectHandler(Session session)
Overloaded.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionManager.get(String name)
Returns a previously added session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.add(Session session,
boolean store)
Configures a passed Session instance and optionally saves it for later access.
|
protected void |
SessionDefaults.assign(Session session) |
void |
SessionManager.delete(Session session)
Removes a session from the internal list of sessions.
|
void |
SessionManager.update(Session session,
String to,
String from)
Updates an entry in the internal lookup table of sessions.
|
Copyright © 2023. All rights reserved.