Uses of Class
com.aspectran.core.activity.AdapterException
-
Packages that use AdapterException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.scheduler.activity Contains a variant of the activity interface for Aspectran Scheduler.com.aspectran.daemon.activity Contains a variant of the activity interface for Aspectran Daemon.com.aspectran.embed.activity Contains a variant of the activity interface for embedded Aspectran.com.aspectran.shell.activity Contains a variant of the activity interface for command-line application.com.aspectran.undertow.activity com.aspectran.web.activity Contains a variant of the activity interface for web application. -
-
Uses of AdapterException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw AdapterException Modifier and Type Method Description protected voidCoreActivity. adapt()protected voidInstantActivity. adapt() -
Uses of AdapterException in com.aspectran.core.scheduler.activity
Methods in com.aspectran.core.scheduler.activity that throw AdapterException Modifier and Type Method Description protected voidJobActivity. adapt() -
Uses of AdapterException in com.aspectran.daemon.activity
Methods in com.aspectran.daemon.activity that throw AdapterException Modifier and Type Method Description protected voidDaemonActivity. adapt() -
Uses of AdapterException in com.aspectran.embed.activity
Methods in com.aspectran.embed.activity that throw AdapterException Modifier and Type Method Description protected voidAspectranActivity. adapt() -
Uses of AdapterException in com.aspectran.shell.activity
Methods in com.aspectran.shell.activity that throw AdapterException Modifier and Type Method Description protected voidShellActivity. adapt() -
Uses of AdapterException in com.aspectran.undertow.activity
Methods in com.aspectran.undertow.activity that throw AdapterException Modifier and Type Method Description protected voidTowActivity. adapt() -
Uses of AdapterException in com.aspectran.web.activity
Methods in com.aspectran.web.activity that throw AdapterException Modifier and Type Method Description protected voidWebActivity. adapt()
-