Uses of Class
com.aspectran.core.component.session.SessionAgent
-
Packages that use SessionAgent Package Description com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.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
DefaultSessionAdapter. getSessionAgent()
Constructors in com.aspectran.core.adapter with parameters of type SessionAgent Constructor Description DefaultSessionAdapter(SessionAgent agent)
Instantiates a new DefaultSessionAdapter. -
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.
-