Uses of Class
com.aspectran.core.adapter.BasicApplicationAdapter
-
Packages that use BasicApplicationAdapter Package Description 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 BasicApplicationAdapter in com.aspectran.daemon.adapter
Subclasses of BasicApplicationAdapter in com.aspectran.daemon.adapter Modifier and Type Class Description class
DaemonApplicationAdapter
Adapt Daemon Application to CoreApplicationAdapter
. -
Uses of BasicApplicationAdapter in com.aspectran.embed.adapter
Subclasses of BasicApplicationAdapter in com.aspectran.embed.adapter Modifier and Type Class Description class
AspectranApplicationAdapter
Adapt Aspectran Application to CoreApplicationAdapter
. -
Uses of BasicApplicationAdapter in com.aspectran.shell.adapter
Subclasses of BasicApplicationAdapter in com.aspectran.shell.adapter Modifier and Type Class Description class
ShellApplicationAdapter
Adapt Shell Application to CoreApplicationAdapter
.
-