Uses of Class
neqsim.mcp.runners.SessionRunner.SessionState
Packages that use SessionRunner.SessionState
-
Uses of SessionRunner.SessionState in neqsim.mcp.runners
Fields in neqsim.mcp.runners with type parameters of type SessionRunner.SessionStateModifier and TypeFieldDescriptionprivate static final ConcurrentHashMap<String, SessionRunner.SessionState> SessionRunner.SESSIONSActive sessions keyed by session ID.Methods in neqsim.mcp.runners that return SessionRunner.SessionStateModifier and TypeMethodDescriptionprivate static SessionRunner.SessionStateSessionRunner.getValidSession(com.google.gson.JsonObject input) Retrieves and validates a session from the input JSON.Methods in neqsim.mcp.runners with parameters of type SessionRunner.SessionStateModifier and TypeMethodDescriptionprivate static StringSessionRunner.buildFullProcessJson(SessionRunner.SessionState state) Builds the full process JSON from session state.