Uses of Class
com.aspectran.core.component.session.SessionAgent
-
Packages that use SessionAgent Package Description com.aspectran.core.adapter A package for providing basic adapters for integration with a core activity.com.aspectran.core.component.session Session Management Implementationscom.aspectran.daemon.adapter Contains a variant of the adapter interface for Aspectran Daemon.com.aspectran.embed.adapter Contains a variant of the adapter interface for embedded Aspectran.com.aspectran.shell.adapter Contains a variant of the adapter interface for command-line application. -
-
Uses of SessionAgent in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter that return SessionAgent Modifier and Type Method Description SessionAgent
BasicSessionAdapter. getSessionAgent()
Constructors in com.aspectran.core.adapter with parameters of type SessionAgent Constructor Description BasicSessionAdapter(SessionAgent agent)
Instantiates a new BasicSessionAdapter. -
Uses of SessionAgent in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session that return SessionAgent Modifier and Type Method Description SessionAgent
DefaultSessionManager. newSessionAgent()
SessionAgent
SessionManager. newSessionAgent()
-
Uses of SessionAgent in com.aspectran.daemon.adapter
Constructors in com.aspectran.daemon.adapter with parameters of type SessionAgent Constructor Description DaemonSessionAdapter(SessionAgent agent)
Instantiates a new DaemonSessionAdapter. -
Uses of SessionAgent in com.aspectran.embed.adapter
Constructors in com.aspectran.embed.adapter with parameters of type SessionAgent Constructor Description AspectranSessionAdapter(SessionAgent agent)
Instantiates a new AspectranSessionAdapter. -
Uses of SessionAgent in com.aspectran.shell.adapter
Constructors in com.aspectran.shell.adapter with parameters of type SessionAgent Constructor Description ShellSessionAdapter(SessionAgent agent)
Instantiates a new ShellSessionAdapter.
-