Uses of Record Class
io.github.protasm.jvmud.engine.identity.SessionRecord
Packages that use SessionRecord
Package
Description
Host-facing LPC execution runtime.
Compiled-LPC support runtime consumed by generated bytecode.
-
Uses of SessionRecord in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return types with arguments of type SessionRecordModifier and TypeMethodDescriptionLPCRuntime.sessionRecord(String sessionId) Returns the engine-owned Session record for a bound host session. -
Uses of SessionRecord in io.github.protasm.jvmud.compiler.runtime
Methods in io.github.protasm.jvmud.compiler.runtime that return types with arguments of type SessionRecord