%DeepSee.Session
class %DeepSee.Session extends %Library.RegisteredObject
This class provides the API for DeepSee sessions. An instance of this class represents the current session.Property Inventory
Method Inventory
Properties
property sessionId as %String;
Id for this session.
Property methods: sessionIdDisplayToLogical(), sessionIdGet(), sessionIdIsValid(), sessionIdLogicalToDisplay(), sessionIdLogicalToOdbc(), sessionIdNormalize(), sessionIdSet()
Methods
Create a new DeepSee session.
If pSessionId is provided, then it used,
otherwise $J is used.
method %EndSession() as %Status
Terminate this DeepSee session and remove all definitions
associated with it.
method %GetSessionId() as %Status
Get the session ID for this session.
Resume a previously running session.
method %SuspendSession() as %Status
Suspend the currently running session.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()