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
The Class DaemonApplicationAdapter. -
Uses of BasicApplicationAdapter in com.aspectran.embed.adapter
Subclasses of BasicApplicationAdapter in com.aspectran.embed.adapter Modifier and Type Class Description class
AspectranApplicationAdapter
The Class AspectranApplicationAdapter. -
Uses of BasicApplicationAdapter in com.aspectran.shell.adapter
Subclasses of BasicApplicationAdapter in com.aspectran.shell.adapter Modifier and Type Class Description class
ShellApplicationAdapter
The Class ShellApplicationAdapter.
-